-- phpMyAdmin SQL Dump
-- version 5.2.2
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: May 18, 2026 at 12:12 AM
-- Server version: 11.4.10-MariaDB-cll-lve-log
-- PHP Version: 8.3.31

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `mrarqpph_casabloomllc`
--

-- --------------------------------------------------------

--
-- Table structure for table `wpcb_commentmeta`
--

CREATE TABLE `wpcb_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpcb_comments`
--

CREATE TABLE `wpcb_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpcb_e_events`
--

CREATE TABLE `wpcb_e_events` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `event_data` text DEFAULT NULL,
  `created_at` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpcb_e_notes`
--

CREATE TABLE `wpcb_e_notes` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `route_url` text DEFAULT NULL COMMENT 'Clean url where the note was created.',
  `route_title` varchar(255) DEFAULT NULL,
  `route_post_id` bigint(20) UNSIGNED DEFAULT NULL COMMENT 'The post id of the route that the note was created on.',
  `post_id` bigint(20) UNSIGNED DEFAULT NULL,
  `element_id` varchar(60) DEFAULT NULL COMMENT 'The Elementor element ID the note is attached to.',
  `parent_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `author_id` bigint(20) UNSIGNED DEFAULT NULL,
  `author_display_name` varchar(250) DEFAULT NULL COMMENT 'Save the author name when the author was deleted.',
  `status` varchar(20) NOT NULL DEFAULT 'publish',
  `position` text DEFAULT NULL COMMENT 'A JSON string that represents the position of the note inside the element in percentages. e.g. {x:10, y:15}',
  `content` longtext DEFAULT NULL,
  `is_resolved` tinyint(1) NOT NULL DEFAULT 0,
  `is_public` tinyint(1) NOT NULL DEFAULT 1,
  `last_activity_at` datetime DEFAULT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpcb_e_notes_users_relations`
--

CREATE TABLE `wpcb_e_notes_users_relations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(60) NOT NULL COMMENT 'The relation type between user and note (e.g mention, watch, read).',
  `note_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpcb_e_submissions`
--

CREATE TABLE `wpcb_e_submissions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(60) DEFAULT NULL,
  `hash_id` varchar(60) NOT NULL,
  `main_meta_id` bigint(20) UNSIGNED NOT NULL COMMENT 'Id of main field. to represent the main meta field',
  `post_id` bigint(20) UNSIGNED NOT NULL,
  `referer` varchar(500) NOT NULL,
  `referer_title` varchar(300) DEFAULT NULL,
  `element_id` varchar(20) NOT NULL,
  `form_name` varchar(60) NOT NULL,
  `campaign_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `user_ip` varchar(46) NOT NULL,
  `user_agent` text NOT NULL,
  `actions_count` int(11) DEFAULT 0,
  `actions_succeeded_count` int(11) DEFAULT 0,
  `status` varchar(20) NOT NULL,
  `is_read` tinyint(1) NOT NULL DEFAULT 0,
  `meta` text DEFAULT NULL,
  `created_at_gmt` datetime NOT NULL,
  `updated_at_gmt` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpcb_e_submissions`
--

INSERT INTO `wpcb_e_submissions` (`id`, `type`, `hash_id`, `main_meta_id`, `post_id`, `referer`, `referer_title`, `element_id`, `form_name`, `campaign_id`, `user_id`, `user_ip`, `user_agent`, `actions_count`, `actions_succeeded_count`, `status`, `is_read`, `meta`, `created_at_gmt`, `updated_at_gmt`, `created_at`, `updated_at`) VALUES
(1, 'submission', 'e240143c-bf16-4812-9678-35e5925fd81e', 3, 21, 'https://mrarif.me/casabloomllc/admissions/', 'Admissions', '5953b254', 'Admissions Form ', 0, 1, '45.120.96.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"21\"}', '2026-05-06 13:41:40', '2026-05-06 13:41:40', '2026-05-06 13:41:40', '2026-05-06 13:41:40'),
(2, 'submission', '2bd09d6f-1efe-4868-bcc0-711f57f22c03', 33, 23, 'https://mrarif.me/casabloomllc/employment/', 'Employment', '1c5c6d2', 'Employment Form ', 0, 1, '45.120.96.21', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', 1, 1, 'new', 0, '{\"edit_post_id\":\"23\"}', '2026-05-06 14:28:09', '2026-05-06 14:28:09', '2026-05-06 14:28:09', '2026-05-06 14:28:09');

-- --------------------------------------------------------

--
-- Table structure for table `wpcb_e_submissions_actions_log`
--

CREATE TABLE `wpcb_e_submissions_actions_log` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `submission_id` bigint(20) UNSIGNED NOT NULL,
  `action_name` varchar(60) NOT NULL,
  `action_label` varchar(60) DEFAULT NULL,
  `status` varchar(20) NOT NULL,
  `log` text DEFAULT NULL,
  `created_at_gmt` datetime NOT NULL,
  `updated_at_gmt` datetime NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpcb_e_submissions_actions_log`
--

INSERT INTO `wpcb_e_submissions_actions_log` (`id`, `submission_id`, `action_name`, `action_label`, `status`, `log`, `created_at_gmt`, `updated_at_gmt`, `created_at`, `updated_at`) VALUES
(1, 1, 'email', 'Email', 'success', NULL, '2026-05-06 13:41:40', '2026-05-06 13:41:40', '2026-05-06 13:41:40', '2026-05-06 13:41:40'),
(2, 2, 'email', 'Email', 'success', NULL, '2026-05-06 14:28:09', '2026-05-06 14:28:09', '2026-05-06 14:28:09', '2026-05-06 14:28:09');

-- --------------------------------------------------------

--
-- Table structure for table `wpcb_e_submissions_values`
--

CREATE TABLE `wpcb_e_submissions_values` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `submission_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `key` varchar(60) DEFAULT NULL,
  `value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpcb_e_submissions_values`
--

INSERT INTO `wpcb_e_submissions_values` (`id`, `submission_id`, `key`, `value`) VALUES
(1, 1, 'field_c689835', ''),
(2, 1, 'name', 'Jone'),
(3, 1, 'field_cc1facf', 'sujonhosen9466@gmail.com'),
(4, 1, 'email', '02541000000'),
(5, 1, 'field_372cef9', 'test'),
(6, 1, 'field_cb4bcc0', 'test'),
(7, 1, 'field_c1126e1', 'test'),
(8, 1, 'field_57f6967', '855'),
(9, 1, 'field_67b468d', 'test'),
(10, 1, 'field_cd897b3', ''),
(11, 1, 'field_60124cf', 'test'),
(12, 1, 'field_821f564', '84512357'),
(13, 1, 'field_fbf1081', 'Male'),
(14, 1, 'field_af1e97a', ''),
(15, 1, 'field_2d1e0ff', 'test'),
(16, 1, 'field_865c9bf', 'test'),
(17, 1, 'field_b480194', 'test'),
(18, 1, 'field_1951805', '45645'),
(19, 1, 'field_8ea1a68', ''),
(20, 1, 'field_2d768ac', ''),
(21, 1, 'field_5cbb1b6', ''),
(22, 1, 'field_13f75f9', ''),
(23, 1, 'field_b4e6cb0', ''),
(24, 1, 'field_69b72a8', ''),
(25, 1, 'field_274ace9', ''),
(26, 1, 'field_c40b8aa', ''),
(27, 1, 'field_e01759a', ''),
(28, 1, 'field_75c2fef', ''),
(29, 1, 'field_5925714', ''),
(30, 1, 'field_fe9022a', ''),
(31, 2, 'field_c689835', ''),
(32, 2, 'name', 'Najmul'),
(33, 2, 'field_cc1facf', 'najmul.brainunite@gmail.com'),
(34, 2, 'email', 'Mohammadpur'),
(35, 2, 'field_372cef9', 'Dhaka'),
(36, 2, 'field_cb4bcc0', 'Dhaka'),
(37, 2, 'field_c1126e1', '1200'),
(38, 2, 'field_57f6967', '01245232652'),
(39, 2, 'field_78190a6', 'https://mrarif.me/casabloomllc/wp-content/uploads/elementor/forms/69fb4ff99ec86.jpg'),
(40, 2, 'field_cd897b3', ''),
(41, 2, 'field_e6507c2', ''),
(42, 2, 'field_60124cf', 'CHirirbandar'),
(43, 2, 'field_485d0ab', 'CHirirbandar'),
(44, 2, 'field_b6bd2fe', 'A+'),
(45, 2, 'field_672fdad', '2015'),
(46, 2, 'field_948d462', ''),
(47, 2, 'field_bcf15d2', ''),
(48, 2, 'field_647091c', ''),
(49, 2, 'field_dce189f', ''),
(50, 2, 'field_28f1646', ''),
(51, 2, 'field_9faa4b0', ''),
(52, 2, 'field_22a7638', ''),
(53, 2, 'field_de5f6cb', ''),
(54, 2, 'field_b435ac0', ''),
(55, 2, 'field_8f53e57', ''),
(56, 2, 'field_af1e97a', ''),
(57, 2, 'field_2d1e0ff', 'Europian'),
(58, 2, 'field_6708a0a', 'Mirpur'),
(59, 2, 'field_b480194', 'Dev'),
(60, 2, 'field_1951805', '15522'),
(61, 2, 'field_9a84231', '2026-05-13'),
(62, 2, 'field_007ce00', '2026-05-30'),
(63, 2, 'field_d80481b', 'Dadu');

-- --------------------------------------------------------

--
-- Table structure for table `wpcb_links`
--

CREATE TABLE `wpcb_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) UNSIGNED NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpcb_litespeed_url`
--

CREATE TABLE `wpcb_litespeed_url` (
  `id` bigint(20) NOT NULL,
  `url` varchar(500) NOT NULL,
  `cache_tags` varchar(1000) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpcb_litespeed_url_file`
--

CREATE TABLE `wpcb_litespeed_url_file` (
  `id` bigint(20) NOT NULL,
  `url_id` bigint(20) NOT NULL,
  `vary` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of final vary',
  `filename` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of file content',
  `type` tinyint(4) NOT NULL COMMENT 'css=1,js=2,ccss=3,ucss=4',
  `mobile` tinyint(4) NOT NULL COMMENT 'mobile=1',
  `webp` tinyint(4) NOT NULL COMMENT 'webp=1',
  `expired` int(11) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpcb_options`
--

CREATE TABLE `wpcb_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpcb_options`
--

INSERT INTO `wpcb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'cron', 'a:10:{i:1779077783;a:2:{s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1779113783;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1779113791;a:3:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1779113793;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1779113830;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1779117383;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1779119183;a:1:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1779200223;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1779286583;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}', 'on'),
(2, 'siteurl', 'https://mrarif.me/casabloomllc', 'on'),
(3, 'home', 'https://mrarif.me/casabloomllc', 'on'),
(4, 'blogname', 'Casa Bloom LLC', 'on'),
(5, 'blogdescription', 'Welcome', 'on'),
(6, 'users_can_register', '0', 'on'),
(7, 'admin_email', 'arifwebsols@gmail.com', 'on'),
(8, 'start_of_week', '1', 'on'),
(9, 'use_balanceTags', '0', 'on'),
(10, 'use_smilies', '1', 'on'),
(11, 'require_name_email', '1', 'on'),
(12, 'comments_notify', '1', 'on'),
(13, 'posts_per_rss', '10', 'on'),
(14, 'rss_use_excerpt', '0', 'on'),
(15, 'mailserver_url', 'mail.example.com', 'on'),
(16, 'mailserver_login', 'login@example.com', 'on'),
(17, 'mailserver_pass', '', 'on'),
(18, 'mailserver_port', '110', 'on'),
(19, 'default_category', '1', 'on'),
(20, 'default_comment_status', 'open', 'on'),
(21, 'default_ping_status', 'open', 'on'),
(22, 'default_pingback_flag', '1', 'on'),
(23, 'posts_per_page', '10', 'on'),
(24, 'date_format', 'F j, Y', 'on'),
(25, 'time_format', 'g:i a', 'on'),
(26, 'links_updated_date_format', 'F j, Y g:i a', 'on'),
(27, 'comment_moderation', '0', 'on'),
(28, 'moderation_notify', '1', 'on'),
(29, 'permalink_structure', '/%postname%/', 'on'),
(30, 'rewrite_rules', 'a:126:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:46:\"e-floating-buttons/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"e-floating-buttons/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"e-floating-buttons/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"e-floating-buttons/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"e-floating-buttons/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:52:\"e-floating-buttons/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"e-floating-buttons/([^/]+)/embed/?$\";s:51:\"index.php?e-floating-buttons=$matches[1]&embed=true\";s:39:\"e-floating-buttons/([^/]+)/trackback/?$\";s:45:\"index.php?e-floating-buttons=$matches[1]&tb=1\";s:47:\"e-floating-buttons/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?e-floating-buttons=$matches[1]&paged=$matches[2]\";s:54:\"e-floating-buttons/([^/]+)/comment-page-([0-9]{1,})/?$\";s:58:\"index.php?e-floating-buttons=$matches[1]&cpage=$matches[2]\";s:43:\"e-floating-buttons/([^/]+)(?:/([0-9]+))?/?$\";s:57:\"index.php?e-floating-buttons=$matches[1]&page=$matches[2]\";s:35:\"e-floating-buttons/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"e-floating-buttons/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"e-floating-buttons/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"e-floating-buttons/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"e-floating-buttons/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"e-floating-buttons/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:47:\"elementor_component/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"elementor_component/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"elementor_component/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"elementor_component/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"elementor_component/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"elementor_component/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"elementor_component/([^/]+)/embed/?$\";s:52:\"index.php?elementor_component=$matches[1]&embed=true\";s:40:\"elementor_component/([^/]+)/trackback/?$\";s:46:\"index.php?elementor_component=$matches[1]&tb=1\";s:48:\"elementor_component/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?elementor_component=$matches[1]&paged=$matches[2]\";s:55:\"elementor_component/([^/]+)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?elementor_component=$matches[1]&cpage=$matches[2]\";s:44:\"elementor_component/([^/]+)(?:/([0-9]+))?/?$\";s:58:\"index.php?elementor_component=$matches[1]&page=$matches[2]\";s:36:\"elementor_component/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"elementor_component/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"elementor_component/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"elementor_component/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"elementor_component/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"elementor_component/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=13&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}', 'on'),
(31, 'hack_file', '0', 'on'),
(32, 'blog_charset', 'UTF-8', 'on'),
(33, 'moderation_keys', '', 'off'),
(34, 'active_plugins', 'a:4:{i:0;s:31:\"backup-backup/backup-backup.php\";i:1;s:31:\"elementor-pro/elementor-pro.php\";i:2;s:23:\"elementor/elementor.php\";i:3;s:41:\"powerpack-elements/powerpack-elements.php\";}', 'on'),
(35, 'category_base', '', 'on'),
(36, 'ping_sites', 'https://rpc.pingomatic.com/', 'on'),
(37, 'comment_max_links', '2', 'on'),
(38, 'gmt_offset', '0', 'on'),
(39, 'default_email_category', '1', 'on'),
(40, 'recently_edited', 'a:5:{i:0;s:79:\"/home/mrarqpph/public_html/casabloomllc/wp-content/themes/astra-child/style.css\";i:1;s:95:\"/home/mrarqpph/public_html/casabloomllc/wp-content/themes/astra-child/inc/custom_post_types.php\";i:2;s:82:\"/home/mrarqpph/public_html/casabloomllc/wp-content/themes/astra-child/js/custom.js\";i:4;s:83:\"/home/mrarqpph/public_html/casabloomllc/wp-content/themes/astra-child/functions.php\";i:5;s:0:\"\";}', 'off'),
(41, 'template', 'astra', 'on'),
(42, 'stylesheet', 'astra-child', 'on'),
(43, 'comment_registration', '0', 'on'),
(44, 'html_type', 'text/html', 'on'),
(45, 'use_trackback', '0', 'on'),
(46, 'default_role', 'subscriber', 'on'),
(47, 'db_version', '60717', 'on'),
(48, 'uploads_use_yearmonth_folders', '1', 'on'),
(49, 'upload_path', '', 'on'),
(50, 'blog_public', '1', 'on'),
(51, 'default_link_category', '2', 'on'),
(52, 'show_on_front', 'page', 'on'),
(53, 'tag_base', '', 'on'),
(54, 'show_avatars', '1', 'on'),
(55, 'avatar_rating', 'G', 'on'),
(56, 'upload_url_path', '', 'on'),
(57, 'thumbnail_size_w', '150', 'on'),
(58, 'thumbnail_size_h', '150', 'on'),
(59, 'thumbnail_crop', '1', 'on'),
(60, 'medium_size_w', '300', 'on'),
(61, 'medium_size_h', '300', 'on'),
(62, 'avatar_default', 'mystery', 'on'),
(63, 'large_size_w', '1024', 'on'),
(64, 'large_size_h', '1024', 'on'),
(65, 'image_default_link_type', 'none', 'on'),
(66, 'image_default_size', '', 'on'),
(67, 'image_default_align', '', 'on'),
(68, 'close_comments_for_old_posts', '0', 'on'),
(69, 'close_comments_days_old', '14', 'on'),
(70, 'thread_comments', '1', 'on'),
(71, 'thread_comments_depth', '5', 'on'),
(72, 'page_comments', '0', 'on'),
(73, 'comments_per_page', '50', 'on'),
(74, 'default_comments_page', 'newest', 'on'),
(75, 'comment_order', 'asc', 'on'),
(76, 'sticky_posts', 'a:0:{}', 'on'),
(77, 'widget_categories', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'auto'),
(78, 'widget_text', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'auto'),
(79, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'auto'),
(80, 'uninstall_plugins', 'a:3:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:35:\"litespeed-cache/litespeed-cache.php\";s:47:\"LiteSpeed\\Activation::uninstall_litespeed_cache\";s:31:\"backup-backup/backup-backup.php\";s:21:\"bmi_uninstall_handler\";}', 'off'),
(81, 'timezone_string', '', 'on'),
(82, 'page_for_posts', '0', 'on'),
(83, 'page_on_front', '13', 'on'),
(84, 'default_post_format', '0', 'on'),
(85, 'link_manager_enabled', '0', 'on'),
(86, 'finished_splitting_shared_terms', '1', 'on'),
(87, 'site_icon', '470', 'on'),
(88, 'medium_large_size_w', '768', 'on'),
(89, 'medium_large_size_h', '0', 'on'),
(90, 'wp_page_for_privacy_policy', '3', 'on'),
(91, 'show_comments_cookies_opt_in', '1', 'on'),
(92, 'admin_email_lifespan', '1793542583', 'on'),
(93, 'disallowed_keys', '', 'off'),
(94, 'comment_previously_approved', '1', 'on'),
(95, 'auto_plugin_theme_update_emails', 'a:0:{}', 'off'),
(96, 'auto_update_core_dev', 'enabled', 'on'),
(97, 'auto_update_core_minor', 'enabled', 'on'),
(98, 'auto_update_core_major', 'enabled', 'on'),
(99, 'wp_force_deactivated_plugins', 'a:0:{}', 'on'),
(100, 'wp_attachment_pages_enabled', '0', 'on'),
(101, 'wp_notes_notify', '1', 'on'),
(102, 'initial_db_version', '60717', 'on'),
(103, 'wpcb_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:73:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:42:\"elementor_atomic_widgets_access_styles_tab\";b:1;s:45:\"elementor_atomic_widgets_edit_local_css_class\";b:1;s:37:\"elementor_global_classes_update_class\";b:1;s:37:\"elementor_global_classes_remove_class\";b:1;s:36:\"elementor_global_classes_apply_class\";b:1;s:26:\"create_notes_elementor-pro\";b:1;s:24:\"edit_notes_elementor-pro\";b:1;s:26:\"delete_notes_elementor-pro\";b:1;s:24:\"read_notes_elementor-pro\";b:1;s:31:\"edit_others_notes_elementor-pro\";b:1;s:33:\"delete_others_notes_elementor-pro\";b:1;s:39:\"read_others_private_notes_elementor-pro\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:38:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:42:\"elementor_atomic_widgets_access_styles_tab\";b:1;s:45:\"elementor_atomic_widgets_edit_local_css_class\";b:1;s:37:\"elementor_global_classes_remove_class\";b:1;s:36:\"elementor_global_classes_apply_class\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:14:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:42:\"elementor_atomic_widgets_access_styles_tab\";b:1;s:45:\"elementor_atomic_widgets_edit_local_css_class\";b:1;s:37:\"elementor_global_classes_remove_class\";b:1;s:36:\"elementor_global_classes_apply_class\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:9:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:42:\"elementor_atomic_widgets_access_styles_tab\";b:1;s:45:\"elementor_atomic_widgets_edit_local_css_class\";b:1;s:37:\"elementor_global_classes_remove_class\";b:1;s:36:\"elementor_global_classes_apply_class\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}', 'on'),
(104, 'fresh_site', '0', 'off'),
(105, 'user_count', '1', 'off'),
(106, 'widget_block', 'a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}', 'auto'),
(107, 'sidebars_widgets', 'a:9:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:15:\"footer-widget-1\";a:0:{}s:15:\"footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-1\";a:0:{}s:24:\"advanced-footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-3\";a:0:{}s:24:\"advanced-footer-widget-4\";a:0:{}s:13:\"array_version\";i:3;}', 'auto'),
(108, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(109, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(110, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(111, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(112, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(113, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(114, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(115, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(116, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(117, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(118, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(119, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(120, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(121, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto');
INSERT INTO `wpcb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(122, '_transient_wp_core_block_css_files', 'a:2:{s:7:\"version\";s:5:\"6.9.4\";s:5:\"files\";a:584:{i:0;s:31:\"accordion-heading/style-rtl.css\";i:1;s:35:\"accordion-heading/style-rtl.min.css\";i:2;s:27:\"accordion-heading/style.css\";i:3;s:31:\"accordion-heading/style.min.css\";i:4;s:28:\"accordion-item/style-rtl.css\";i:5;s:32:\"accordion-item/style-rtl.min.css\";i:6;s:24:\"accordion-item/style.css\";i:7;s:28:\"accordion-item/style.min.css\";i:8;s:29:\"accordion-panel/style-rtl.css\";i:9;s:33:\"accordion-panel/style-rtl.min.css\";i:10;s:25:\"accordion-panel/style.css\";i:11;s:29:\"accordion-panel/style.min.css\";i:12;s:23:\"accordion/style-rtl.css\";i:13;s:27:\"accordion/style-rtl.min.css\";i:14;s:19:\"accordion/style.css\";i:15;s:23:\"accordion/style.min.css\";i:16;s:23:\"archives/editor-rtl.css\";i:17;s:27:\"archives/editor-rtl.min.css\";i:18;s:19:\"archives/editor.css\";i:19;s:23:\"archives/editor.min.css\";i:20;s:22:\"archives/style-rtl.css\";i:21;s:26:\"archives/style-rtl.min.css\";i:22;s:18:\"archives/style.css\";i:23;s:22:\"archives/style.min.css\";i:24;s:20:\"audio/editor-rtl.css\";i:25;s:24:\"audio/editor-rtl.min.css\";i:26;s:16:\"audio/editor.css\";i:27;s:20:\"audio/editor.min.css\";i:28;s:19:\"audio/style-rtl.css\";i:29;s:23:\"audio/style-rtl.min.css\";i:30;s:15:\"audio/style.css\";i:31;s:19:\"audio/style.min.css\";i:32;s:19:\"audio/theme-rtl.css\";i:33;s:23:\"audio/theme-rtl.min.css\";i:34;s:15:\"audio/theme.css\";i:35;s:19:\"audio/theme.min.css\";i:36;s:21:\"avatar/editor-rtl.css\";i:37;s:25:\"avatar/editor-rtl.min.css\";i:38;s:17:\"avatar/editor.css\";i:39;s:21:\"avatar/editor.min.css\";i:40;s:20:\"avatar/style-rtl.css\";i:41;s:24:\"avatar/style-rtl.min.css\";i:42;s:16:\"avatar/style.css\";i:43;s:20:\"avatar/style.min.css\";i:44;s:21:\"button/editor-rtl.css\";i:45;s:25:\"button/editor-rtl.min.css\";i:46;s:17:\"button/editor.css\";i:47;s:21:\"button/editor.min.css\";i:48;s:20:\"button/style-rtl.css\";i:49;s:24:\"button/style-rtl.min.css\";i:50;s:16:\"button/style.css\";i:51;s:20:\"button/style.min.css\";i:52;s:22:\"buttons/editor-rtl.css\";i:53;s:26:\"buttons/editor-rtl.min.css\";i:54;s:18:\"buttons/editor.css\";i:55;s:22:\"buttons/editor.min.css\";i:56;s:21:\"buttons/style-rtl.css\";i:57;s:25:\"buttons/style-rtl.min.css\";i:58;s:17:\"buttons/style.css\";i:59;s:21:\"buttons/style.min.css\";i:60;s:22:\"calendar/style-rtl.css\";i:61;s:26:\"calendar/style-rtl.min.css\";i:62;s:18:\"calendar/style.css\";i:63;s:22:\"calendar/style.min.css\";i:64;s:25:\"categories/editor-rtl.css\";i:65;s:29:\"categories/editor-rtl.min.css\";i:66;s:21:\"categories/editor.css\";i:67;s:25:\"categories/editor.min.css\";i:68;s:24:\"categories/style-rtl.css\";i:69;s:28:\"categories/style-rtl.min.css\";i:70;s:20:\"categories/style.css\";i:71;s:24:\"categories/style.min.css\";i:72;s:19:\"code/editor-rtl.css\";i:73;s:23:\"code/editor-rtl.min.css\";i:74;s:15:\"code/editor.css\";i:75;s:19:\"code/editor.min.css\";i:76;s:18:\"code/style-rtl.css\";i:77;s:22:\"code/style-rtl.min.css\";i:78;s:14:\"code/style.css\";i:79;s:18:\"code/style.min.css\";i:80;s:18:\"code/theme-rtl.css\";i:81;s:22:\"code/theme-rtl.min.css\";i:82;s:14:\"code/theme.css\";i:83;s:18:\"code/theme.min.css\";i:84;s:22:\"columns/editor-rtl.css\";i:85;s:26:\"columns/editor-rtl.min.css\";i:86;s:18:\"columns/editor.css\";i:87;s:22:\"columns/editor.min.css\";i:88;s:21:\"columns/style-rtl.css\";i:89;s:25:\"columns/style-rtl.min.css\";i:90;s:17:\"columns/style.css\";i:91;s:21:\"columns/style.min.css\";i:92;s:33:\"comment-author-name/style-rtl.css\";i:93;s:37:\"comment-author-name/style-rtl.min.css\";i:94;s:29:\"comment-author-name/style.css\";i:95;s:33:\"comment-author-name/style.min.css\";i:96;s:29:\"comment-content/style-rtl.css\";i:97;s:33:\"comment-content/style-rtl.min.css\";i:98;s:25:\"comment-content/style.css\";i:99;s:29:\"comment-content/style.min.css\";i:100;s:26:\"comment-date/style-rtl.css\";i:101;s:30:\"comment-date/style-rtl.min.css\";i:102;s:22:\"comment-date/style.css\";i:103;s:26:\"comment-date/style.min.css\";i:104;s:31:\"comment-edit-link/style-rtl.css\";i:105;s:35:\"comment-edit-link/style-rtl.min.css\";i:106;s:27:\"comment-edit-link/style.css\";i:107;s:31:\"comment-edit-link/style.min.css\";i:108;s:32:\"comment-reply-link/style-rtl.css\";i:109;s:36:\"comment-reply-link/style-rtl.min.css\";i:110;s:28:\"comment-reply-link/style.css\";i:111;s:32:\"comment-reply-link/style.min.css\";i:112;s:30:\"comment-template/style-rtl.css\";i:113;s:34:\"comment-template/style-rtl.min.css\";i:114;s:26:\"comment-template/style.css\";i:115;s:30:\"comment-template/style.min.css\";i:116;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:117;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:118;s:38:\"comments-pagination-numbers/editor.css\";i:119;s:42:\"comments-pagination-numbers/editor.min.css\";i:120;s:34:\"comments-pagination/editor-rtl.css\";i:121;s:38:\"comments-pagination/editor-rtl.min.css\";i:122;s:30:\"comments-pagination/editor.css\";i:123;s:34:\"comments-pagination/editor.min.css\";i:124;s:33:\"comments-pagination/style-rtl.css\";i:125;s:37:\"comments-pagination/style-rtl.min.css\";i:126;s:29:\"comments-pagination/style.css\";i:127;s:33:\"comments-pagination/style.min.css\";i:128;s:29:\"comments-title/editor-rtl.css\";i:129;s:33:\"comments-title/editor-rtl.min.css\";i:130;s:25:\"comments-title/editor.css\";i:131;s:29:\"comments-title/editor.min.css\";i:132;s:23:\"comments/editor-rtl.css\";i:133;s:27:\"comments/editor-rtl.min.css\";i:134;s:19:\"comments/editor.css\";i:135;s:23:\"comments/editor.min.css\";i:136;s:22:\"comments/style-rtl.css\";i:137;s:26:\"comments/style-rtl.min.css\";i:138;s:18:\"comments/style.css\";i:139;s:22:\"comments/style.min.css\";i:140;s:20:\"cover/editor-rtl.css\";i:141;s:24:\"cover/editor-rtl.min.css\";i:142;s:16:\"cover/editor.css\";i:143;s:20:\"cover/editor.min.css\";i:144;s:19:\"cover/style-rtl.css\";i:145;s:23:\"cover/style-rtl.min.css\";i:146;s:15:\"cover/style.css\";i:147;s:19:\"cover/style.min.css\";i:148;s:22:\"details/editor-rtl.css\";i:149;s:26:\"details/editor-rtl.min.css\";i:150;s:18:\"details/editor.css\";i:151;s:22:\"details/editor.min.css\";i:152;s:21:\"details/style-rtl.css\";i:153;s:25:\"details/style-rtl.min.css\";i:154;s:17:\"details/style.css\";i:155;s:21:\"details/style.min.css\";i:156;s:20:\"embed/editor-rtl.css\";i:157;s:24:\"embed/editor-rtl.min.css\";i:158;s:16:\"embed/editor.css\";i:159;s:20:\"embed/editor.min.css\";i:160;s:19:\"embed/style-rtl.css\";i:161;s:23:\"embed/style-rtl.min.css\";i:162;s:15:\"embed/style.css\";i:163;s:19:\"embed/style.min.css\";i:164;s:19:\"embed/theme-rtl.css\";i:165;s:23:\"embed/theme-rtl.min.css\";i:166;s:15:\"embed/theme.css\";i:167;s:19:\"embed/theme.min.css\";i:168;s:19:\"file/editor-rtl.css\";i:169;s:23:\"file/editor-rtl.min.css\";i:170;s:15:\"file/editor.css\";i:171;s:19:\"file/editor.min.css\";i:172;s:18:\"file/style-rtl.css\";i:173;s:22:\"file/style-rtl.min.css\";i:174;s:14:\"file/style.css\";i:175;s:18:\"file/style.min.css\";i:176;s:23:\"footnotes/style-rtl.css\";i:177;s:27:\"footnotes/style-rtl.min.css\";i:178;s:19:\"footnotes/style.css\";i:179;s:23:\"footnotes/style.min.css\";i:180;s:23:\"freeform/editor-rtl.css\";i:181;s:27:\"freeform/editor-rtl.min.css\";i:182;s:19:\"freeform/editor.css\";i:183;s:23:\"freeform/editor.min.css\";i:184;s:22:\"gallery/editor-rtl.css\";i:185;s:26:\"gallery/editor-rtl.min.css\";i:186;s:18:\"gallery/editor.css\";i:187;s:22:\"gallery/editor.min.css\";i:188;s:21:\"gallery/style-rtl.css\";i:189;s:25:\"gallery/style-rtl.min.css\";i:190;s:17:\"gallery/style.css\";i:191;s:21:\"gallery/style.min.css\";i:192;s:21:\"gallery/theme-rtl.css\";i:193;s:25:\"gallery/theme-rtl.min.css\";i:194;s:17:\"gallery/theme.css\";i:195;s:21:\"gallery/theme.min.css\";i:196;s:20:\"group/editor-rtl.css\";i:197;s:24:\"group/editor-rtl.min.css\";i:198;s:16:\"group/editor.css\";i:199;s:20:\"group/editor.min.css\";i:200;s:19:\"group/style-rtl.css\";i:201;s:23:\"group/style-rtl.min.css\";i:202;s:15:\"group/style.css\";i:203;s:19:\"group/style.min.css\";i:204;s:19:\"group/theme-rtl.css\";i:205;s:23:\"group/theme-rtl.min.css\";i:206;s:15:\"group/theme.css\";i:207;s:19:\"group/theme.min.css\";i:208;s:21:\"heading/style-rtl.css\";i:209;s:25:\"heading/style-rtl.min.css\";i:210;s:17:\"heading/style.css\";i:211;s:21:\"heading/style.min.css\";i:212;s:19:\"html/editor-rtl.css\";i:213;s:23:\"html/editor-rtl.min.css\";i:214;s:15:\"html/editor.css\";i:215;s:19:\"html/editor.min.css\";i:216;s:20:\"image/editor-rtl.css\";i:217;s:24:\"image/editor-rtl.min.css\";i:218;s:16:\"image/editor.css\";i:219;s:20:\"image/editor.min.css\";i:220;s:19:\"image/style-rtl.css\";i:221;s:23:\"image/style-rtl.min.css\";i:222;s:15:\"image/style.css\";i:223;s:19:\"image/style.min.css\";i:224;s:19:\"image/theme-rtl.css\";i:225;s:23:\"image/theme-rtl.min.css\";i:226;s:15:\"image/theme.css\";i:227;s:19:\"image/theme.min.css\";i:228;s:29:\"latest-comments/style-rtl.css\";i:229;s:33:\"latest-comments/style-rtl.min.css\";i:230;s:25:\"latest-comments/style.css\";i:231;s:29:\"latest-comments/style.min.css\";i:232;s:27:\"latest-posts/editor-rtl.css\";i:233;s:31:\"latest-posts/editor-rtl.min.css\";i:234;s:23:\"latest-posts/editor.css\";i:235;s:27:\"latest-posts/editor.min.css\";i:236;s:26:\"latest-posts/style-rtl.css\";i:237;s:30:\"latest-posts/style-rtl.min.css\";i:238;s:22:\"latest-posts/style.css\";i:239;s:26:\"latest-posts/style.min.css\";i:240;s:18:\"list/style-rtl.css\";i:241;s:22:\"list/style-rtl.min.css\";i:242;s:14:\"list/style.css\";i:243;s:18:\"list/style.min.css\";i:244;s:22:\"loginout/style-rtl.css\";i:245;s:26:\"loginout/style-rtl.min.css\";i:246;s:18:\"loginout/style.css\";i:247;s:22:\"loginout/style.min.css\";i:248;s:19:\"math/editor-rtl.css\";i:249;s:23:\"math/editor-rtl.min.css\";i:250;s:15:\"math/editor.css\";i:251;s:19:\"math/editor.min.css\";i:252;s:18:\"math/style-rtl.css\";i:253;s:22:\"math/style-rtl.min.css\";i:254;s:14:\"math/style.css\";i:255;s:18:\"math/style.min.css\";i:256;s:25:\"media-text/editor-rtl.css\";i:257;s:29:\"media-text/editor-rtl.min.css\";i:258;s:21:\"media-text/editor.css\";i:259;s:25:\"media-text/editor.min.css\";i:260;s:24:\"media-text/style-rtl.css\";i:261;s:28:\"media-text/style-rtl.min.css\";i:262;s:20:\"media-text/style.css\";i:263;s:24:\"media-text/style.min.css\";i:264;s:19:\"more/editor-rtl.css\";i:265;s:23:\"more/editor-rtl.min.css\";i:266;s:15:\"more/editor.css\";i:267;s:19:\"more/editor.min.css\";i:268;s:30:\"navigation-link/editor-rtl.css\";i:269;s:34:\"navigation-link/editor-rtl.min.css\";i:270;s:26:\"navigation-link/editor.css\";i:271;s:30:\"navigation-link/editor.min.css\";i:272;s:29:\"navigation-link/style-rtl.css\";i:273;s:33:\"navigation-link/style-rtl.min.css\";i:274;s:25:\"navigation-link/style.css\";i:275;s:29:\"navigation-link/style.min.css\";i:276;s:33:\"navigation-submenu/editor-rtl.css\";i:277;s:37:\"navigation-submenu/editor-rtl.min.css\";i:278;s:29:\"navigation-submenu/editor.css\";i:279;s:33:\"navigation-submenu/editor.min.css\";i:280;s:25:\"navigation/editor-rtl.css\";i:281;s:29:\"navigation/editor-rtl.min.css\";i:282;s:21:\"navigation/editor.css\";i:283;s:25:\"navigation/editor.min.css\";i:284;s:24:\"navigation/style-rtl.css\";i:285;s:28:\"navigation/style-rtl.min.css\";i:286;s:20:\"navigation/style.css\";i:287;s:24:\"navigation/style.min.css\";i:288;s:23:\"nextpage/editor-rtl.css\";i:289;s:27:\"nextpage/editor-rtl.min.css\";i:290;s:19:\"nextpage/editor.css\";i:291;s:23:\"nextpage/editor.min.css\";i:292;s:24:\"page-list/editor-rtl.css\";i:293;s:28:\"page-list/editor-rtl.min.css\";i:294;s:20:\"page-list/editor.css\";i:295;s:24:\"page-list/editor.min.css\";i:296;s:23:\"page-list/style-rtl.css\";i:297;s:27:\"page-list/style-rtl.min.css\";i:298;s:19:\"page-list/style.css\";i:299;s:23:\"page-list/style.min.css\";i:300;s:24:\"paragraph/editor-rtl.css\";i:301;s:28:\"paragraph/editor-rtl.min.css\";i:302;s:20:\"paragraph/editor.css\";i:303;s:24:\"paragraph/editor.min.css\";i:304;s:23:\"paragraph/style-rtl.css\";i:305;s:27:\"paragraph/style-rtl.min.css\";i:306;s:19:\"paragraph/style.css\";i:307;s:23:\"paragraph/style.min.css\";i:308;s:35:\"post-author-biography/style-rtl.css\";i:309;s:39:\"post-author-biography/style-rtl.min.css\";i:310;s:31:\"post-author-biography/style.css\";i:311;s:35:\"post-author-biography/style.min.css\";i:312;s:30:\"post-author-name/style-rtl.css\";i:313;s:34:\"post-author-name/style-rtl.min.css\";i:314;s:26:\"post-author-name/style.css\";i:315;s:30:\"post-author-name/style.min.css\";i:316;s:25:\"post-author/style-rtl.css\";i:317;s:29:\"post-author/style-rtl.min.css\";i:318;s:21:\"post-author/style.css\";i:319;s:25:\"post-author/style.min.css\";i:320;s:33:\"post-comments-count/style-rtl.css\";i:321;s:37:\"post-comments-count/style-rtl.min.css\";i:322;s:29:\"post-comments-count/style.css\";i:323;s:33:\"post-comments-count/style.min.css\";i:324;s:33:\"post-comments-form/editor-rtl.css\";i:325;s:37:\"post-comments-form/editor-rtl.min.css\";i:326;s:29:\"post-comments-form/editor.css\";i:327;s:33:\"post-comments-form/editor.min.css\";i:328;s:32:\"post-comments-form/style-rtl.css\";i:329;s:36:\"post-comments-form/style-rtl.min.css\";i:330;s:28:\"post-comments-form/style.css\";i:331;s:32:\"post-comments-form/style.min.css\";i:332;s:32:\"post-comments-link/style-rtl.css\";i:333;s:36:\"post-comments-link/style-rtl.min.css\";i:334;s:28:\"post-comments-link/style.css\";i:335;s:32:\"post-comments-link/style.min.css\";i:336;s:26:\"post-content/style-rtl.css\";i:337;s:30:\"post-content/style-rtl.min.css\";i:338;s:22:\"post-content/style.css\";i:339;s:26:\"post-content/style.min.css\";i:340;s:23:\"post-date/style-rtl.css\";i:341;s:27:\"post-date/style-rtl.min.css\";i:342;s:19:\"post-date/style.css\";i:343;s:23:\"post-date/style.min.css\";i:344;s:27:\"post-excerpt/editor-rtl.css\";i:345;s:31:\"post-excerpt/editor-rtl.min.css\";i:346;s:23:\"post-excerpt/editor.css\";i:347;s:27:\"post-excerpt/editor.min.css\";i:348;s:26:\"post-excerpt/style-rtl.css\";i:349;s:30:\"post-excerpt/style-rtl.min.css\";i:350;s:22:\"post-excerpt/style.css\";i:351;s:26:\"post-excerpt/style.min.css\";i:352;s:34:\"post-featured-image/editor-rtl.css\";i:353;s:38:\"post-featured-image/editor-rtl.min.css\";i:354;s:30:\"post-featured-image/editor.css\";i:355;s:34:\"post-featured-image/editor.min.css\";i:356;s:33:\"post-featured-image/style-rtl.css\";i:357;s:37:\"post-featured-image/style-rtl.min.css\";i:358;s:29:\"post-featured-image/style.css\";i:359;s:33:\"post-featured-image/style.min.css\";i:360;s:34:\"post-navigation-link/style-rtl.css\";i:361;s:38:\"post-navigation-link/style-rtl.min.css\";i:362;s:30:\"post-navigation-link/style.css\";i:363;s:34:\"post-navigation-link/style.min.css\";i:364;s:27:\"post-template/style-rtl.css\";i:365;s:31:\"post-template/style-rtl.min.css\";i:366;s:23:\"post-template/style.css\";i:367;s:27:\"post-template/style.min.css\";i:368;s:24:\"post-terms/style-rtl.css\";i:369;s:28:\"post-terms/style-rtl.min.css\";i:370;s:20:\"post-terms/style.css\";i:371;s:24:\"post-terms/style.min.css\";i:372;s:31:\"post-time-to-read/style-rtl.css\";i:373;s:35:\"post-time-to-read/style-rtl.min.css\";i:374;s:27:\"post-time-to-read/style.css\";i:375;s:31:\"post-time-to-read/style.min.css\";i:376;s:24:\"post-title/style-rtl.css\";i:377;s:28:\"post-title/style-rtl.min.css\";i:378;s:20:\"post-title/style.css\";i:379;s:24:\"post-title/style.min.css\";i:380;s:26:\"preformatted/style-rtl.css\";i:381;s:30:\"preformatted/style-rtl.min.css\";i:382;s:22:\"preformatted/style.css\";i:383;s:26:\"preformatted/style.min.css\";i:384;s:24:\"pullquote/editor-rtl.css\";i:385;s:28:\"pullquote/editor-rtl.min.css\";i:386;s:20:\"pullquote/editor.css\";i:387;s:24:\"pullquote/editor.min.css\";i:388;s:23:\"pullquote/style-rtl.css\";i:389;s:27:\"pullquote/style-rtl.min.css\";i:390;s:19:\"pullquote/style.css\";i:391;s:23:\"pullquote/style.min.css\";i:392;s:23:\"pullquote/theme-rtl.css\";i:393;s:27:\"pullquote/theme-rtl.min.css\";i:394;s:19:\"pullquote/theme.css\";i:395;s:23:\"pullquote/theme.min.css\";i:396;s:39:\"query-pagination-numbers/editor-rtl.css\";i:397;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:398;s:35:\"query-pagination-numbers/editor.css\";i:399;s:39:\"query-pagination-numbers/editor.min.css\";i:400;s:31:\"query-pagination/editor-rtl.css\";i:401;s:35:\"query-pagination/editor-rtl.min.css\";i:402;s:27:\"query-pagination/editor.css\";i:403;s:31:\"query-pagination/editor.min.css\";i:404;s:30:\"query-pagination/style-rtl.css\";i:405;s:34:\"query-pagination/style-rtl.min.css\";i:406;s:26:\"query-pagination/style.css\";i:407;s:30:\"query-pagination/style.min.css\";i:408;s:25:\"query-title/style-rtl.css\";i:409;s:29:\"query-title/style-rtl.min.css\";i:410;s:21:\"query-title/style.css\";i:411;s:25:\"query-title/style.min.css\";i:412;s:25:\"query-total/style-rtl.css\";i:413;s:29:\"query-total/style-rtl.min.css\";i:414;s:21:\"query-total/style.css\";i:415;s:25:\"query-total/style.min.css\";i:416;s:20:\"query/editor-rtl.css\";i:417;s:24:\"query/editor-rtl.min.css\";i:418;s:16:\"query/editor.css\";i:419;s:20:\"query/editor.min.css\";i:420;s:19:\"quote/style-rtl.css\";i:421;s:23:\"quote/style-rtl.min.css\";i:422;s:15:\"quote/style.css\";i:423;s:19:\"quote/style.min.css\";i:424;s:19:\"quote/theme-rtl.css\";i:425;s:23:\"quote/theme-rtl.min.css\";i:426;s:15:\"quote/theme.css\";i:427;s:19:\"quote/theme.min.css\";i:428;s:23:\"read-more/style-rtl.css\";i:429;s:27:\"read-more/style-rtl.min.css\";i:430;s:19:\"read-more/style.css\";i:431;s:23:\"read-more/style.min.css\";i:432;s:18:\"rss/editor-rtl.css\";i:433;s:22:\"rss/editor-rtl.min.css\";i:434;s:14:\"rss/editor.css\";i:435;s:18:\"rss/editor.min.css\";i:436;s:17:\"rss/style-rtl.css\";i:437;s:21:\"rss/style-rtl.min.css\";i:438;s:13:\"rss/style.css\";i:439;s:17:\"rss/style.min.css\";i:440;s:21:\"search/editor-rtl.css\";i:441;s:25:\"search/editor-rtl.min.css\";i:442;s:17:\"search/editor.css\";i:443;s:21:\"search/editor.min.css\";i:444;s:20:\"search/style-rtl.css\";i:445;s:24:\"search/style-rtl.min.css\";i:446;s:16:\"search/style.css\";i:447;s:20:\"search/style.min.css\";i:448;s:20:\"search/theme-rtl.css\";i:449;s:24:\"search/theme-rtl.min.css\";i:450;s:16:\"search/theme.css\";i:451;s:20:\"search/theme.min.css\";i:452;s:24:\"separator/editor-rtl.css\";i:453;s:28:\"separator/editor-rtl.min.css\";i:454;s:20:\"separator/editor.css\";i:455;s:24:\"separator/editor.min.css\";i:456;s:23:\"separator/style-rtl.css\";i:457;s:27:\"separator/style-rtl.min.css\";i:458;s:19:\"separator/style.css\";i:459;s:23:\"separator/style.min.css\";i:460;s:23:\"separator/theme-rtl.css\";i:461;s:27:\"separator/theme-rtl.min.css\";i:462;s:19:\"separator/theme.css\";i:463;s:23:\"separator/theme.min.css\";i:464;s:24:\"shortcode/editor-rtl.css\";i:465;s:28:\"shortcode/editor-rtl.min.css\";i:466;s:20:\"shortcode/editor.css\";i:467;s:24:\"shortcode/editor.min.css\";i:468;s:24:\"site-logo/editor-rtl.css\";i:469;s:28:\"site-logo/editor-rtl.min.css\";i:470;s:20:\"site-logo/editor.css\";i:471;s:24:\"site-logo/editor.min.css\";i:472;s:23:\"site-logo/style-rtl.css\";i:473;s:27:\"site-logo/style-rtl.min.css\";i:474;s:19:\"site-logo/style.css\";i:475;s:23:\"site-logo/style.min.css\";i:476;s:27:\"site-tagline/editor-rtl.css\";i:477;s:31:\"site-tagline/editor-rtl.min.css\";i:478;s:23:\"site-tagline/editor.css\";i:479;s:27:\"site-tagline/editor.min.css\";i:480;s:26:\"site-tagline/style-rtl.css\";i:481;s:30:\"site-tagline/style-rtl.min.css\";i:482;s:22:\"site-tagline/style.css\";i:483;s:26:\"site-tagline/style.min.css\";i:484;s:25:\"site-title/editor-rtl.css\";i:485;s:29:\"site-title/editor-rtl.min.css\";i:486;s:21:\"site-title/editor.css\";i:487;s:25:\"site-title/editor.min.css\";i:488;s:24:\"site-title/style-rtl.css\";i:489;s:28:\"site-title/style-rtl.min.css\";i:490;s:20:\"site-title/style.css\";i:491;s:24:\"site-title/style.min.css\";i:492;s:26:\"social-link/editor-rtl.css\";i:493;s:30:\"social-link/editor-rtl.min.css\";i:494;s:22:\"social-link/editor.css\";i:495;s:26:\"social-link/editor.min.css\";i:496;s:27:\"social-links/editor-rtl.css\";i:497;s:31:\"social-links/editor-rtl.min.css\";i:498;s:23:\"social-links/editor.css\";i:499;s:27:\"social-links/editor.min.css\";i:500;s:26:\"social-links/style-rtl.css\";i:501;s:30:\"social-links/style-rtl.min.css\";i:502;s:22:\"social-links/style.css\";i:503;s:26:\"social-links/style.min.css\";i:504;s:21:\"spacer/editor-rtl.css\";i:505;s:25:\"spacer/editor-rtl.min.css\";i:506;s:17:\"spacer/editor.css\";i:507;s:21:\"spacer/editor.min.css\";i:508;s:20:\"spacer/style-rtl.css\";i:509;s:24:\"spacer/style-rtl.min.css\";i:510;s:16:\"spacer/style.css\";i:511;s:20:\"spacer/style.min.css\";i:512;s:20:\"table/editor-rtl.css\";i:513;s:24:\"table/editor-rtl.min.css\";i:514;s:16:\"table/editor.css\";i:515;s:20:\"table/editor.min.css\";i:516;s:19:\"table/style-rtl.css\";i:517;s:23:\"table/style-rtl.min.css\";i:518;s:15:\"table/style.css\";i:519;s:19:\"table/style.min.css\";i:520;s:19:\"table/theme-rtl.css\";i:521;s:23:\"table/theme-rtl.min.css\";i:522;s:15:\"table/theme.css\";i:523;s:19:\"table/theme.min.css\";i:524;s:24:\"tag-cloud/editor-rtl.css\";i:525;s:28:\"tag-cloud/editor-rtl.min.css\";i:526;s:20:\"tag-cloud/editor.css\";i:527;s:24:\"tag-cloud/editor.min.css\";i:528;s:23:\"tag-cloud/style-rtl.css\";i:529;s:27:\"tag-cloud/style-rtl.min.css\";i:530;s:19:\"tag-cloud/style.css\";i:531;s:23:\"tag-cloud/style.min.css\";i:532;s:28:\"template-part/editor-rtl.css\";i:533;s:32:\"template-part/editor-rtl.min.css\";i:534;s:24:\"template-part/editor.css\";i:535;s:28:\"template-part/editor.min.css\";i:536;s:27:\"template-part/theme-rtl.css\";i:537;s:31:\"template-part/theme-rtl.min.css\";i:538;s:23:\"template-part/theme.css\";i:539;s:27:\"template-part/theme.min.css\";i:540;s:24:\"term-count/style-rtl.css\";i:541;s:28:\"term-count/style-rtl.min.css\";i:542;s:20:\"term-count/style.css\";i:543;s:24:\"term-count/style.min.css\";i:544;s:30:\"term-description/style-rtl.css\";i:545;s:34:\"term-description/style-rtl.min.css\";i:546;s:26:\"term-description/style.css\";i:547;s:30:\"term-description/style.min.css\";i:548;s:23:\"term-name/style-rtl.css\";i:549;s:27:\"term-name/style-rtl.min.css\";i:550;s:19:\"term-name/style.css\";i:551;s:23:\"term-name/style.min.css\";i:552;s:28:\"term-template/editor-rtl.css\";i:553;s:32:\"term-template/editor-rtl.min.css\";i:554;s:24:\"term-template/editor.css\";i:555;s:28:\"term-template/editor.min.css\";i:556;s:27:\"term-template/style-rtl.css\";i:557;s:31:\"term-template/style-rtl.min.css\";i:558;s:23:\"term-template/style.css\";i:559;s:27:\"term-template/style.min.css\";i:560;s:27:\"text-columns/editor-rtl.css\";i:561;s:31:\"text-columns/editor-rtl.min.css\";i:562;s:23:\"text-columns/editor.css\";i:563;s:27:\"text-columns/editor.min.css\";i:564;s:26:\"text-columns/style-rtl.css\";i:565;s:30:\"text-columns/style-rtl.min.css\";i:566;s:22:\"text-columns/style.css\";i:567;s:26:\"text-columns/style.min.css\";i:568;s:19:\"verse/style-rtl.css\";i:569;s:23:\"verse/style-rtl.min.css\";i:570;s:15:\"verse/style.css\";i:571;s:19:\"verse/style.min.css\";i:572;s:20:\"video/editor-rtl.css\";i:573;s:24:\"video/editor-rtl.min.css\";i:574;s:16:\"video/editor.css\";i:575;s:20:\"video/editor.min.css\";i:576;s:19:\"video/style-rtl.css\";i:577;s:23:\"video/style-rtl.min.css\";i:578;s:15:\"video/style.css\";i:579;s:19:\"video/style.min.css\";i:580;s:19:\"video/theme-rtl.css\";i:581;s:23:\"video/theme-rtl.min.css\";i:582;s:15:\"video/theme.css\";i:583;s:19:\"video/theme.min.css\";}}', 'on'),
(477, 'astra-settings', 'a:29:{s:18:\"theme-auto-version\";s:6:\"4.13.1\";s:22:\"is_theme_queue_running\";b:0;s:37:\"site-layout-outside-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:25:\"content-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:20:\"global-color-palette\";a:2:{s:7:\"palette\";a:9:{i:0;s:7:\"#0604ac\";i:1;s:7:\"#29af4c\";i:2;s:7:\"#1e293b\";i:3;s:7:\"#334155\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#f2faf4\";i:6;s:7:\"#111111\";i:7;s:7:\"#D1D5DB\";i:8;s:7:\"#111111\";}s:4:\"flag\";b:1;}s:18:\"site-content-width\";i:1240;s:20:\"headings-font-family\";s:21:\"\'Poppins\', sans-serif\";s:21:\"headings-font-variant\";s:122:\"100,100italic,200,200italic,300,300italic,400,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";s:14:\"font-family-h1\";s:25:\"\'Playfair Display\', serif\";s:14:\"font-weight-h1\";s:3:\"400\";s:12:\"font-size-h1\";a:6:{s:7:\"desktop\";i:55;s:6:\"tablet\";i:30;s:6:\"mobile\";i:30;s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:18:\"para-margin-bottom\";d:0.8;s:12:\"font-size-h2\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";i:25;s:6:\"mobile\";i:25;s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h3\";a:6:{s:7:\"desktop\";i:30;s:6:\"tablet\";i:20;s:6:\"mobile\";i:20;s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h4\";a:6:{s:7:\"desktop\";i:24;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h5\";a:6:{s:7:\"desktop\";i:22;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"font-size-h6\";a:6:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:16:\"body-font-family\";s:18:\"\'Lato\', sans-serif\";s:14:\"font-size-body\";a:6:{s:7:\"desktop\";i:17;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:12:\"button-color\";s:25:\"var(--ast-global-color-4)\";s:14:\"button-h-color\";s:25:\"var(--ast-global-color-4)\";s:15:\"button-bg-color\";s:25:\"var(--ast-global-color-1)\";s:17:\"button-bg-h-color\";s:25:\"var(--ast-global-color-0)\";s:37:\"theme-button-border-group-border-size\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:20:\"button-radius-fields\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:18:\"font-family-button\";s:21:\"\'Poppins\', sans-serif\";s:18:\"font-weight-button\";s:3:\"500\";s:20:\"theme-button-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"18\";s:5:\"right\";i:30;s:6:\"bottom\";s:2:\"18\";s:4:\"left\";i:30;}s:6:\"tablet\";a:4:{s:3:\"top\";i:14;s:5:\"right\";i:28;s:6:\"bottom\";i:14;s:4:\"left\";i:28;}s:6:\"mobile\";a:4:{s:3:\"top\";i:12;s:5:\"right\";i:24;s:6:\"bottom\";i:12;s:4:\"left\";i:24;}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:18:\"font-extras-button\";a:6:{s:11:\"line-height\";i:1;s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:3:\"0.5\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:9:\"uppercase\";s:15:\"text-decoration\";s:0:\"\";}}', 'on'),
(478, 'allowed_astra_notices', 'a:2:{i:0;s:21:\"astra-sites-on-active\";i:1;s:18:\"astra-optin-notice\";}', 'auto'),
(479, 'astra_usage_installed_time', '1778046209', 'off'),
(548, 'elementor_lazy_load_background_images', '1', 'auto'),
(549, 'elementor_local_google_fonts', '0', 'auto'),
(550, 'elementor_element_cache_ttl', '24', 'auto'),
(551, 'elementor_experiment-container', 'default', 'auto'),
(552, 'elementor_experiment-mega-menu', 'default', 'auto'),
(553, 'elementor_experiment-e_font_icon_svg', 'default', 'auto'),
(554, 'elementor_experiment-additional_custom_breakpoints', 'default', 'auto'),
(555, 'elementor_experiment-e_optimized_markup', 'default', 'auto'),
(556, 'elementor_experiment-theme_builder_v2', 'default', 'auto'),
(557, 'elementor_experiment-nested-elements', 'default', 'auto'),
(488, 'theme_mods_astra-child', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:2;s:11:\"mobile_menu\";i:2;}s:18:\"custom_css_post_id\";i:-1;s:11:\"custom_logo\";i:38;}', 'on'),
(497, 'litespeed.gui._summary', '{\"new_version\":1778651155,\"score\":1779255955}', 'auto'),
(471, 'current_theme', 'Astra Child', 'auto'),
(472, 'theme_mods_astra', 'a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1778046347;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:15:\"footer-widget-1\";a:0:{}s:15:\"footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-1\";a:0:{}s:24:\"advanced-footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-3\";a:0:{}s:24:\"advanced-footer-widget-4\";a:0:{}}}}', 'off'),
(473, 'theme_switched', '', 'auto'),
(564, 'e_editor_counter', '26', 'auto'),
(565, '_elementor_notifications_data', 'a:2:{s:7:\"timeout\";i:1778173742;s:5:\"value\";s:8561:\"[{\"id\":\"4.0-default\",\"title\":\"The new default\",\"description\":\"New sites now start with version 4.0 and atomic features enabled by default. Existing sites can choose to manually activate. Nothing happens to your existing layouts and sites.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-default.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"4.0-atomic-forms\",\"title\":\"Atomic Forms\",\"description\":\"Build forms as part of your layout, not separate widgets. Create flexible, multi-column designs, nest elements freely, and maintain full control with the same atomic system and styling logic.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-atomic-form.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"4.0-atomic-forms\",\"title\":\"Atomic Forms\",\"description\":\"Build forms as part of your layout, not separate widgets. Create flexible, multi-column designs, nest elements freely, and maintain full control with the same atomic system and styling logic.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-custom-css.png\",\"chipTags\":[\"Atomic Editor\"],\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-atomic-forms\\/\"},{\"id\":\"4.0-interactions\",\"title\":\"Pro Interactions\",\"description\":\"Create advanced, lightweight motion inside the Editor. Define behavior visually, keep everything system-based, and deliver engaging experiences without bloated scripts or external tools.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-interactions.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"4.0-interactions\",\"title\":\"Pro Interactions\",\"description\":\"Create advanced, lightweight motion inside the Editor. Define behavior visually, keep everything system-based, and deliver engaging experiences without bloated scripts or external tools.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-interactions.png\",\"chipTags\":[\"Atomic Editor\"],\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-interactions\\/\"},{\"id\":\"4.0-sync-design-system\",\"title\":\"Sync and share design systems\",\"description\":\"Export and import Variables and Classes between sites, and sync them with v3 Global Styles. Maintain a consistent design system across projects and across versions.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/4.0-sync-design-system.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-4.0-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"angie-launch\",\"title\":\"Introducing Angie Code.\",\"description\":\"Create custom Elementor widgets, and snippets for custom site functionality from a simple description. Built natively for WordPress, and Elementor. Preview safely, refine through conversation, and publish when ready.\",\"topic\":\"Angie Code\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/angie-launch.png\",\"chipTags\":[\"New launch\"],\"link\":\"https:\\/\\/go.elementor.com\\/ai-notification-angie-launch\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"partner-program\",\"title\":\"Partner with Elementor. Grow your business.\",\"description\":\"Join to unlock exclusive access, secure visibility, benefit from marketing opportunities, and create additional revenue from the work you have already done. Join for free and start benefiting!\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/notification-partner.png\",\"chipTags\":[\"Partner Program\"],\"cta\":\"Apply now\",\"ctaLink\":\"https:\\/\\/my.elementor.com\\/agency\\/\"},{\"id\":\"manage-launch\",\"title\":\"Introducing Manage\",\"description\":\"Monitor, optimize and maintain all your sites from one centralized dashboard. Track performance, perform bulk updates and detect security risks to stay ahead of issues.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/manage.png\",\"chipTags\":[\"New Launch\"],\"cta\":\"Start free\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/manage\\/whatsnew\"},{\"id\":\"components-3.35\",\"title\":\"Components\",\"description\":\"Build modular, reusable sections that update everywhere and decide how much control to give away to your team or clients.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/components-3-35.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-components-3.35-blog\",\"readMoreText\":\"Learn More\"},{\"id\":\"one-launch\",\"title\":\"Introducing Elementor One\",\"description\":\"The complete website building experience. All the tools to create, optimize, and manage websites, unified under one roof.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/one-launch.png\",\"chipTags\":[\"New Launch\"],\"cta\":\"Explore Elementor One\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/launch-whats-new\"},{\"id\":\"atomic-tabs-3.34\",\"title\":\"Atomic Tabs\",\"description\":\"Nest any type of content inside tab triggers or content panels, unlocking a truly atomic way of design.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/tabs-3.34.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.34-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"variables-manager-3.33\",\"title\":\"Variables Manager\",\"description\":\"Centralize and control all your color, typography, and size tokens for consistent, scalable design systems.\",\"topic\":\"Version 4.0\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-variables-manager.png\",\"chipTags\":[\"Atomic Editor\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.33-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"ally-assistant\",\"title\":\"New! Fix accessibility issues with Ally Assistant\",\"description\":\"Scan any page for accessibility issues and fix them in one click. From color contrast to missing alt text, Ally Assistant provides guided steps or AI-powered fixes to make your site more inclusive.\",\"topic\":\"Ally by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ally-assistant.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Scan for free\",\"ctaLink\":\"http:\\/\\/go.elementor.com\\/acc-assistant-launch-whats-new\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"pojo-accessibility\\/pojo-accessibility.php\"}]]},{\"id\":\"image-optimizer-3.19\",\"title\":\"Effortlessly optimize images for a stunning, high-speed website with the Image Optimizer plugin.\",\"description\":\"Image Optimizer perfectly balances between image quality and performance to boost your website.  Resize, compress, and convert images to WebP, for faster loading times and and better user experience.\",\"topic\":\"Image Optimizer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/image-optimizer-3.19.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Get the Image Optimizer\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/io-notification-wp-dash-learn-more\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"image-optimization\\/image-optimization.php\"}]]},{\"id\":\"5-star-rating-prompt\",\"title\":\"Love the New Features? Let Us Know with 5 Stars!\",\"description\":\"Help spread the word by telling the world what you love about Elementor.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/5-star-rating-prompt.png\",\"cta\":\"Leave a Review\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/wp-dash-notification-five-stars\\/\"},{\"id\":\"site-mailer-introducing\",\"title\":\"Introducing Site Mailer\",\"description\":\"Keep your WordPress emails out of the spam folder with improved deliverability and an easy setup\\u2014no need for an SMTP plugin or complicated configurations.\",\"topic\":\"Site Mailer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/Site-mailer.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/sm-wp-dash-whatsnew\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"site-mailer\\/site-mailer.php\"}]]}]\";}', 'off'),
(125, 'theme_mods_twentytwentyfive', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1778046207;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}', 'off'),
(126, '_transient_wp_styles_for_blocks', 'a:2:{s:4:\"hash\";s:32:\"3199e2537fbad380fa221e097719f7c6\";s:6:\"blocks\";a:6:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:0:\"\";s:18:\"core/term-template\";s:0:\"\";s:12:\"core/columns\";s:0:\"\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}', 'on'),
(128, 'recovery_keys', 'a:0:{}', 'off'),
(129, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.9.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.9.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.9.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.9.4-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.9.4\";s:7:\"version\";s:5:\"6.9.4\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1779076920;s:15:\"version_checked\";s:5:\"6.9.4\";s:12:\"translations\";a:0:{}}', 'off');
INSERT INTO `wpcb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1751, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1779076921;s:8:\"response\";a:2:{s:23:\"elementor/elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"4.0.8\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228\";s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3444228\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3443226\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3443226\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:41:\"powerpack-elements/powerpack-elements.php\";O:8:\"stdClass\":17:{s:11:\"new_version\";s:6:\"2.13.2\";s:14:\"stable_version\";s:6:\"2.13.2\";s:4:\"name\";s:18:\"PowerPack Elements\";s:4:\"slug\";s:18:\"powerpack-elements\";s:3:\"url\";s:71:\"https://powerpackelements.com/downloads/powerpack-elements/?changelog=1\";s:12:\"last_updated\";s:19:\"2026-05-08 10:38:54\";s:8:\"homepage\";s:29:\"https://powerpackelements.com\";s:7:\"package\";s:206:\"https://powerpackelements.com/edd-sl/package_download/MTc3OTI2MjQ3OTo4MjAzNTdiMjdiZWRiOWJmMzFjZjQ3Yzk4ZjVhMDRiMToxMDU1OmI5YzMwM2YwM2U0YzJlMWVhNWU5ZGMzNjBhMWY0OGZmOmh0dHBzQC8vbXJhcmlmLm1lL2Nhc2FibG9vbWxsYzow\";s:13:\"download_link\";s:206:\"https://powerpackelements.com/edd-sl/package_download/MTc3OTI2MjQ3OTo4MjAzNTdiMjdiZWRiOWJmMzFjZjQ3Yzk4ZjVhMDRiMToxMDU1OmI5YzMwM2YwM2U0YzJlMWVhNWU5ZGMzNjBhMWY0OGZmOmh0dHBzQC8vbXJhcmlmLm1lL2Nhc2FibG9vbWxsYzow\";s:8:\"sections\";O:8:\"stdClass\":1:{s:9:\"changelog\";s:131:\"<p>Visit <a href=\"https://powerpackelements.com/change-logs/\" target=\"_blank\" rel=\"noopener\">changelogs page</a> for details.</p>\n\";}s:7:\"banners\";O:8:\"stdClass\":2:{s:4:\"high\";s:0:\"\";s:3:\"low\";s:0:\"\";}s:5:\"icons\";a:3:{s:2:\"1x\";s:99:\"https://mrarif.me/casabloomllc/wp-content/plugins/powerpack-elements/assets/images/icon-128x128.png\";s:2:\"2x\";s:99:\"https://mrarif.me/casabloomllc/wp-content/plugins/powerpack-elements/assets/images/icon-256x256.png\";s:7:\"default\";s:99:\"https://mrarif.me/casabloomllc/wp-content/plugins/powerpack-elements/assets/images/icon-256x256.png\";}s:12:\"contributors\";O:8:\"stdClass\":5:{s:16:\"ideaboxcreations\";O:8:\"stdClass\":3:{s:12:\"display_name\";s:16:\"ideaboxcreations\";s:7:\"profile\";s:41:\"//profiles.wordpress.org/ideaboxcreations\";s:6:\"avatar\";s:61:\"https://wordpress.org/grav-redirect.php?user=ideaboxcreations\";}s:10:\"bloompixel\";O:8:\"stdClass\":3:{s:12:\"display_name\";s:10:\"bloompixel\";s:7:\"profile\";s:35:\"//profiles.wordpress.org/bloompixel\";s:6:\"avatar\";s:55:\"https://wordpress.org/grav-redirect.php?user=bloompixel\";}s:10:\"simrandeep\";O:8:\"stdClass\":3:{s:12:\"display_name\";s:10:\"simrandeep\";s:7:\"profile\";s:35:\"//profiles.wordpress.org/simrandeep\";s:6:\"avatar\";s:55:\"https://wordpress.org/grav-redirect.php?user=simrandeep\";}s:7:\"ibachal\";O:8:\"stdClass\":3:{s:12:\"display_name\";s:7:\"ibachal\";s:7:\"profile\";s:32:\"//profiles.wordpress.org/ibachal\";s:6:\"avatar\";s:52:\"https://wordpress.org/grav-redirect.php?user=ibachal\";}s:13:\"puneetsahalot\";O:8:\"stdClass\":3:{s:12:\"display_name\";s:13:\"puneetsahalot\";s:7:\"profile\";s:38:\"//profiles.wordpress.org/puneetsahalot\";s:6:\"avatar\";s:58:\"https://wordpress.org/grav-redirect.php?user=puneetsahalot\";}}s:6:\"tested\";s:5:\"6.7.1\";s:9:\"changelog\";a:1:{i:0;s:131:\"<p>Visit <a href=\"https://powerpackelements.com/change-logs/\" target=\"_blank\" rel=\"noopener\">changelogs page</a> for details.</p>\n\";}s:6:\"plugin\";s:41:\"powerpack-elements/powerpack-elements.php\";s:2:\"id\";s:41:\"powerpack-elements/powerpack-elements.php\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:3:{s:31:\"backup-backup/backup-backup.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/backup-backup\";s:4:\"slug\";s:13:\"backup-backup\";s:6:\"plugin\";s:31:\"backup-backup/backup-backup.php\";s:11:\"new_version\";s:7:\"2.1.5.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/backup-backup/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/backup-backup.2.1.5.1.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/backup-backup/assets/icon-128x128.png?rev=2995566\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/backup-backup/assets/banner-772x250.png?rev=2429136\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:35:\"litespeed-cache/litespeed-cache.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/litespeed-cache\";s:4:\"slug\";s:15:\"litespeed-cache\";s:6:\"plugin\";s:35:\"litespeed-cache/litespeed-cache.php\";s:11:\"new_version\";s:5:\"7.8.1\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/litespeed-cache/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/litespeed-cache.7.8.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/litespeed-cache/assets/icon-256x256.png?rev=2554181\";s:2:\"1x\";s:68:\"https://ps.w.org/litespeed-cache/assets/icon-128x128.png?rev=2554181\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/litespeed-cache/assets/banner-1544x500.png?rev=2554181\";s:2:\"1x\";s:70:\"https://ps.w.org/litespeed-cache/assets/banner-772x250.png?rev=2554181\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";}s:31:\"elementor-pro/elementor-pro.php\";O:8:\"stdClass\":17:{s:14:\"stable_version\";s:5:\"4.0.4\";s:12:\"last_updated\";s:19:\"2026-04-28 08:42:26\";s:11:\"new_version\";s:5:\"4.0.4\";s:4:\"name\";s:13:\"Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:36:\"https://elementor.com/pro/changelog/\";s:8:\"homepage\";s:26:\"https://elementor.com/pro/\";s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.9.4\";s:18:\"elementor_requires\";s:5:\"3.0.1\";s:7:\"package\";s:383:\"https://plugin-downloads.elementor.com/v2/package_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtdWdMdTFycDNCQ25rY1VNRGRhVUIxNzAxMTA0NjUwRWdENFc3dWVmdDZpIiwidXJsIjoiaHR0cHM6Ly9tcmFyaWYubWUvY2FzYWJsb29tbGxjIiwiZG93bmxvYWRfYmV0YSI6ZmFsc2UsImZpbGVfa2V5IjoiMSIsImlhdCI6MTc3ODY3MTM0MCwiZXhwIjoxNzc4NzU3NzQwfQ.PKFtXfnDZYReuszNiqV3yGZ6YdfApJXizWgtcWUSpI4/package_download\";s:13:\"download_link\";s:383:\"https://plugin-downloads.elementor.com/v2/package_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtdWdMdTFycDNCQ25rY1VNRGRhVUIxNzAxMTA0NjUwRWdENFc3dWVmdDZpIiwidXJsIjoiaHR0cHM6Ly9tcmFyaWYubWUvY2FzYWJsb29tbGxjIiwiZG93bmxvYWRfYmV0YSI6ZmFsc2UsImZpbGVfa2V5IjoiMSIsImlhdCI6MTc3ODY3MTM0MCwiZXhwIjoxNzc4NzU3NzQwfQ.PKFtXfnDZYReuszNiqV3yGZ6YdfApJXizWgtcWUSpI4/package_download\";s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:5:\"icons\";a:1:{s:3:\"svg\";s:61:\"https://assets.elementor.com/miscellaneous/v1/images/icon.svg\";}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:12:{s:11:\"new_version\";s:5:\"3.7.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:36:\"https://elementor.com/pro/changelog/\";s:8:\"homepage\";s:26:\"https://elementor.com/pro/\";s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.9.4\";s:18:\"elementor_requires\";s:5:\"3.0.1\";s:7:\"package\";s:359:\"https://plugin-downloads.elementor.com/v2/previous_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtdWdMdTFycDNCQ25rY1VNRGRhVUIxNzAxMTA0NjUwRWdENFc3dWVmdDZpIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9tcmFyaWYubWUvY2FzYWJsb29tbGxjIiwiaWF0IjoxNzc4NjcxMzQwLCJleHAiOjE3Nzg3NTc3NDB9.FNUGBRJ3z3yg98ZYfAZMm5Hi8r4uruWE1trXYEfozk8/previous_download\";s:13:\"download_link\";s:359:\"https://plugin-downloads.elementor.com/v2/previous_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtdWdMdTFycDNCQ25rY1VNRGRhVUIxNzAxMTA0NjUwRWdENFc3dWVmdDZpIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9tcmFyaWYubWUvY2FzYWJsb29tbGxjIiwiaWF0IjoxNzc4NjcxMzQwLCJleHAiOjE3Nzg3NTc3NDB9.FNUGBRJ3z3yg98ZYfAZMm5Hi8r4uruWE1trXYEfozk8/previous_download\";s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:5:\"icons\";a:1:{s:3:\"svg\";s:61:\"https://assets.elementor.com/miscellaneous/v1/images/icon.svg\";}}s:10:\"conditions\";a:1:{i:0;a:1:{i:0;a:3:{s:4:\"type\";s:8:\"language\";s:9:\"languages\";a:27:{i:0;s:5:\"he_IL\";i:1;s:5:\"nl_NL\";i:2;s:5:\"en_GB\";i:3;s:5:\"en_NZ\";i:4;s:5:\"en_ZA\";i:5;s:5:\"en_AU\";i:6;s:5:\"en_CA\";i:7;s:5:\"sv_SE\";i:8;s:5:\"da_DK\";i:9;s:5:\"fr_FR\";i:10;s:5:\"nl_NL\";i:11;s:5:\"nb_NO\";i:12;s:5:\"de_AT\";i:13;s:2:\"fi\";i:14;s:5:\"it_IT\";i:15;s:5:\"nn_NO\";i:16;s:5:\"de_CH\";i:17;s:5:\"en_GB\";i:18;s:5:\"is_IS\";i:19;s:2:\"ga\";i:20;s:5:\"fr_BE\";i:21;s:5:\"nl_BE\";i:22;s:3:\"ast\";i:23;s:5:\"lb_LU\";i:24;s:5:\"es_ES\";i:25;s:5:\"pt_PT\";i:26;s:3:\"mlt\";}s:8:\"operator\";s:2:\"in\";}}}}s:5:\"cloud\";b:0;s:6:\"plugin\";s:31:\"elementor-pro/elementor-pro.php\";}}s:7:\"checked\";a:5:{s:31:\"backup-backup/backup-backup.php\";s:7:\"2.1.5.1\";s:23:\"elementor/elementor.php\";s:5:\"4.0.6\";s:31:\"elementor-pro/elementor-pro.php\";s:5:\"4.0.4\";s:35:\"litespeed-cache/litespeed-cache.php\";s:5:\"7.8.1\";s:41:\"powerpack-elements/powerpack-elements.php\";s:6:\"2.13.1\";}}', 'off'),
(443, 'litespeed.data.upgrading', '-1', 'auto'),
(444, 'litespeed.admin_display.messages', '[\"<div class=\\\"litespeed_icon notice notice-success is-dismissible\\\"><p>Purged all caches successfully.<\\/p><\\/div>\"]', 'auto'),
(151, 'can_compress_scripts', '1', 'on');
INSERT INTO `wpcb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(152, '_site_transient_wp_plugin_dependencies_plugin_data', 'a:1:{s:9:\"elementor\";a:35:{s:4:\"name\";s:63:\"Elementor Website Builder &#8211; more than just a page builder\";s:4:\"slug\";s:9:\"elementor\";s:7:\"version\";s:5:\"4.0.8\";s:6:\"author\";s:64:\"<a href=\"https://profiles.wordpress.org/elemntor/\">Elementor</a>\";s:14:\"author_profile\";s:40:\"https://profiles.wordpress.org/elemntor/\";s:12:\"contributors\";a:1:{s:8:\"elemntor\";a:3:{s:7:\"profile\";s:40:\"https://profiles.wordpress.org/elemntor/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/7d70f15d78757f876d1847a8f87dd93e1d9c168264b4aeeaf72058656690d05b?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:9:\"Elementor\";}}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:3:\"7.0\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:90;s:7:\"ratings\";a:5:{i:5;i:6120;i:4;i:224;i:3;i:120;i:2;i:113;i:1;i:659;}s:11:\"num_ratings\";i:7236;s:11:\"support_url\";s:47:\"https://wordpress.org/support/plugin/elementor/\";s:15:\"support_threads\";i:54;s:24:\"support_threads_resolved\";i:44;s:15:\"active_installs\";i:10000000;s:12:\"last_updated\";s:21:\"2026-05-12 2:21pm GMT\";s:5:\"added\";s:10:\"2016-05-30\";s:8:\"homepage\";s:87:\"https://elementor.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash\";s:8:\"sections\";a:6:{s:11:\"description\";s:24693:\"<p><span class=\"embed-youtube\" style=\"text-align:center; display: block;\"><iframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https://www.youtube.com/embed/ROEC0CPRO3w?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe></span></p>\n<h4>THE #1 NO CODE DRAG &amp; DROP WORDPRESS WEBSITE BUILDER POWERING 22M+ WEBSITES WORLDWIDE, NOW WITH AI.</h4>\n<p>Elementor, the leading WordPress website creation platform, empowers you to build professional, pixel-perfect websites seamlessly with its no-code, drag-and-drop Atomic Editor.</p>\n<p>Supporting the full website lifecycle, Elementor enables you to confidently build, optimize, and manage your website with extended capabilities such as AI-powered creation, image optimization, transactional email delivery, accessibility tools, performance boosters, and more.</p>\n<p>Now in version 4 &#8211; the Atomic Editor! Introducing a new generation of performance-first atomic building blocks that allow you to control every atomic part with no limits or locked layouts. Define your global design systems and reusable components once, and they apply everywhere instantly &#8211; turning hours or even days of work into single clicks.</p>\n<p>Unlock all features with <strong><a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-pro-pro-features/\" rel=\"nofollow ugc\">Elementor One</a></strong>.</p>\n<p>Need fast and secure cloud hosting for your Elementor site? Try out <strong><a href=\"https://elemn.to/repo-hosting\" rel=\"nofollow ugc\">Elementor Host</a></strong> Powered by Google Cloud &amp; Cloudflare. 4.9/5 TrustPilot score.</p>\n<h3>🌟 Create Professional Stunning Websites</h3>\n<ul>\n<li><strong><a href=\"https://go.elementor.com/feature-page-editor/\" rel=\"nofollow ugc\">Intuitive Drag &amp; Drop Builder</a></strong>: Build any website with our no-code, drag-and-drop Editor. Achieve design precision with full control over layout and style.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-feature-page/\" rel=\"nofollow ugc\">Pixel-Perfect Design Tools</a></strong>: Upload SVGs, apply masks, gradients, box shadows, headline effects, shape dividers, and use built-in CSS controls for advanced customization.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-library-full-website-kit/\" rel=\"nofollow ugc\">Template Library</a></strong>: Apply complete website kits for instant setups, or choose from a vast library of single pages, blocks, and pop-up templates.</li>\n<li><strong><a href=\"https://go.elementor.com/feature-page-editor/\" rel=\"nofollow ugc\">Advanced Widgets</a></strong>: Access over 40 FREE widgets, including heading, image, text editor, video, button, gallery, carousels, and more.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-ai/\" rel=\"nofollow ugc\">AI Capabilities</a></strong>: Revolutionize your design and content creation process with native AI integration. Instantly create sections, text, code, and images.</li>\n</ul>\n<h4>🗝️ Key features:</h4>\n<ul>\n<li><strong><a href=\"https://go.elementor.com/feature-page-global-settings/\" rel=\"nofollow ugc\">Design System</a></strong>: Use Variables and Classes for consistent colors, typography, and design elements, ensuring a cohesive, professional look that updates everywhere globally.</li>\n<li><strong><a href=\"https://go.elementor.com/feature-page-responsive-design/\" rel=\"nofollow ugc\">Responsive Design</a></strong>: Optimize your design for every device with custom breakpoints, ensuring a seamless desktop, tablet, and mobile experience.</li>\n<li><strong>Mask Shapes</strong>: Turning any element, like an image or video, into whatever shape you desire to create standout designs.</li>\n<li><strong>CSS Transform</strong>: Use CSS Transform to rotate, scale, and skew elements, adding dynamic styling to your site.</li>\n<li><strong>Entrance Animations</strong>: Add entrance animations to elements to create engaging and interactive user experiences.</li>\n<li><strong><a href=\"https://elementor.com/features/#SaveBackup\" rel=\"nofollow ugc\">Revision History</a></strong>: Elementor’s Revision History feature enables users to track and revert to previous versions of their designs, providing peace of mind and flexibility during the creative process.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-developers-developers-website/\" rel=\"nofollow ugc\">Developer-Friendly</a></strong>: Equipped with extensive documentation, API, developer tools, and custom code areas, Elementor offers a conducive environment for developers to extend its capabilities and create custom solutions.</li>\n<li><strong><a href=\"https://elementor.com/features/contact-button/\" rel=\"nofollow ugc\">Floating Buttons</a></strong>: Enhance user interaction with customizable, floating action buttons that stay in view as users scroll.</li>\n<li><strong>Components [Pro]</strong>: Reuse the same building blocks across pages and sites, and update them everywhere they appear. Including controlled content editing, allowing collaborators and clients to update only exposed content properties without breaking layout or styling.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-industry-leading-theme-builder/\" rel=\"nofollow ugc\">Theme Builder</a> [Pro]</strong>: Design every part of your site—headers, footers, posts, and archives—for complete control over appearance.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-popup-builder/\" rel=\"nofollow ugc\">Popup Builder</a> [Pro]</strong>: Create eye-catching popups with Elementor’s Popup Builder, equipped with advanced targeting and triggering options to optimize user engagement and conversions.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-professional-form-builder-and-submission-log/\" rel=\"nofollow ugc\">Forms</a> [Pro]</strong>: Design and integrate custom forms, utilizing advanced features and integrations to capture and manage submissions effectively.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-woocommerce-builder/\" rel=\"nofollow ugc\">WooCommerce Builder</a> [Pro]</strong>:  Integrate Elementor with WooCommerce to design custom product pages, shop layouts, archives, carts, checkout pages, my account, and more, enhancing your store’s visual appeal and functionality.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-dynamic-content/\" rel=\"nofollow ugc\">Dynamic Content</a> [Pro]</strong>: Leverage dynamic content capabilities to create personalized and interactive web experiences by connecting your designs to various data sources.</li>\n<li><strong><a href=\"https://go.elementor.com/features-page-notes/\" rel=\"nofollow ugc\">Notes</a> [Pro]</strong>: Enhance team collaboration by using Elementor’s Notes feature to leave feedback and comments directly on the design interface.</li>\n<li><strong>Custom Code [Pro]</strong>: Insert custom code to extend the functionality of your site, offering flexibility for advanced customizations.</li>\n<li><strong>Custom CSS [Pro]</strong>: Apply Custom CSS to fine-tune the styling of elements, ensuring precise control over the design aspects.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-motion-effects/\" rel=\"nofollow ugc\">Motion Effects</a> [Pro]</strong>: Add advanced motion effects to elements for a more dynamic and engaging user experience.</li>\n<li><strong>Custom Fonts &amp; Icons [Pro]</strong>: Upload and use custom fonts and icons to match your brand’s identity.</li>\n</ul>\n<h4>😍 Elementor FREE widgets</h4>\n<p>Unlock the potential of Elementor with our comprehensive suite of free widgets and tools, designed to empower your website creation process and elevate your design capabilities:</p>\n<ul>\n<li><strong>Heading</strong>. Add eye-catching headlines.</li>\n<li><strong>Image</strong>. Control the size, opacity and more.</li>\n<li><strong>Text Editor</strong>. Just like the WordPress text editor.</li>\n<li><strong>Video</strong>. Add YouTube, Vimeo, VideoPress, Dailymotion or self-hosted videos.</li>\n<li><strong>Button</strong>. Create interactive buttons.</li>\n<li><strong>Link in Bio</strong>. Build link in bio components to promote your business / services.</li>\n<li><strong>Image Box</strong>. A box with image, headline and text.</li>\n<li><strong>Testimonials</strong>. Customer testimonials.</li>\n<li><strong>Icon</strong>. Place one or more of 600+ icons available.</li>\n<li><strong>Icon Box</strong>. An icon, headline, and text with one widget.</li>\n<li><strong>Social Icons</strong>. Link to your social pages with the Facebook/X (formerly Twitter) icons.</li>\n<li><strong>Image Gallery</strong>. Display your images in a grid.</li>\n<li><strong>Image Carousel</strong>. Create rotating carousels or sliders for chosen images.</li>\n<li><strong>Icon List</strong>. Use any icon to create a bullet list.</li>\n<li><strong>Counter</strong>. Show numbers in an escalating manner.</li>\n<li><strong>Progress Bar</strong>. Include an escalating progress bar.</li>\n<li><strong>Nested Tabs</strong>. Display content in vertical or horizontal tabs.</li>\n<li><strong>Nested Accordion</strong>. Display any type of content in collapsible sections.</li>\n<li><strong>Rating</strong>. Display how many stars (or another icon) other visitors gave.</li>\n<li><strong>Alert</strong>. Include a colored alert box to draw visitor’s attention.</li>\n<li><strong>HTML</strong>. Insert code into the page.</li>\n<li><strong>Shortcode</strong>. Insert shortcodes from any plugin into the page.</li>\n<li><strong>Menu Anchor</strong>. Link any menu to this anchor.</li>\n<li><strong>Read More</strong>. Set the Read More cut-off for the excerpt in archive pages.</li>\n<li><strong>Sidebar</strong>. Add sidebars onto the page.</li>\n<li><strong>Google Maps</strong>. Embed maps into the page.</li>\n<li><strong>SoundCloud</strong>. Add SoundCloud audio bits.</li>\n<li><strong>Divider</strong>. Separate content with a designed divider.</li>\n<li><strong>Spacer</strong>. Add space between elements.</li>\n<li><strong>Text Path</strong>. Attach your text to a path.</li>\n<li><strong>And counting&#8230;</strong></li>\n</ul>\n<h3>🚀 Enhance Your Website</h3>\n<p><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-performance-performance-page/\" rel=\"nofollow ugc\">High-Performing Websites</a></strong>: Website performance impacts your visitor’s experience and search result ranking. Elementor, in partnership with Google Chrome, continuously enhances performance without compromising design.</p>\n<p><strong>Key features include:</strong></p>\n<ul>\n<li><strong>Reduced DOM Output</strong>: Streamlined HTML structure for faster rendering.</li>\n<li><strong>Improved Media File Loading</strong>: Optimized loading of images, videos, and other media assets.</li>\n<li><strong>Reduced CSS and JS Files</strong>: Minimized stylesheets and scripts individually loaded only on demand for quicker loading times.</li>\n<li><strong>Lazy Loading</strong>: Deferred loading of non-critical resources to improve initial page load speed.</li>\n<li><strong>Faster Font Loading</strong>: Efficient delivery of web fonts to enhance text rendering speed.</li>\n<li><strong>Optimized Front-End Asset Loading</strong>: Efficient loading of assets like JavaScript and CSS to minimize render-blocking.</li>\n<li><strong>Element Caching</strong>: Cache frequently accessed design elements to reduce server response time and enhance overall performance.</li>\n</ul>\n<h3>🔥 Elementor Editor Pro Features</h3>\n<p>Create unparalleled websites while saving time, money and resources with <a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-pro-elementor-pro/\" rel=\"nofollow ugc\">Elementor Editor Pro</a>’s full website builder. Get access to 100+ professional widgets, features, and tools.</p>\n<p><strong>Editor Pro Design Widgets:</strong></p>\n<ol>\n<li><strong>Posts</strong>: Display your blog posts with customizable layouts and styles.</li>\n<li><strong>Share Buttons</strong>: Allow visitors to easily share your content on various social media platforms.</li>\n<li><strong>Portfolio</strong>: Showcase your work or projects with stunning portfolio layouts.</li>\n<li><strong>Slides</strong>: Create dynamic slideshows with custom animations and transitions.</li>\n<li><strong>Form</strong>: Design and customize advanced forms for user interaction and data collection.</li>\n<li><strong>Login</strong>: Add a login form or user registration module to your website.</li>\n<li><strong>Nav Menu</strong>: Customize and style your website&#8217;s navigation menu for better user experience.</li>\n<li><strong>Animated Headline</strong>: Create attention-grabbing headlines with animated effects.</li>\n<li><strong>Price Table</strong>: Display pricing plans or packages in a structured and visually appealing format.</li>\n<li><strong>Price List</strong>: Showcase a list of prices or services with customizable styling options.</li>\n<li><strong>Gallery</strong>: Create beautiful image galleries with various layout options and lightbox support.</li>\n<li><strong>Flip Box</strong>: Add interactive flip animations to highlight content or features.</li>\n<li><strong>Call to Action</strong>: Encourage user interaction and conversions with compelling call-to-action sections.</li>\n<li><strong>Media Carousel</strong>: Showcase a carousel of media files such as images or videos.</li>\n<li><strong>Testimonial Carousel</strong>: Display client testimonials in a carousel format for social proof.</li>\n<li><strong>Nested Carousel</strong>: Create nested carousels for more complex content organization.</li>\n<li><strong>Loop Carousel</strong>: Display content in a looped carousel for continuous viewing.</li>\n<li><strong>Table Of Content</strong>: Generate a table of contents for longer articles or guides to improve navigation.</li>\n<li><strong>Countdown</strong>: Add countdown timers to create urgency for promotions or events.</li>\n<li><strong>Facebook Page</strong>: Embed your Facebook page feed or content onto your website.</li>\n<li><strong>Blockquote</strong>: Highlight quotes or testimonials with stylish formatting options.</li>\n<li><strong>Template</strong>: Save and reuse design templates for consistent branding and layout.</li>\n<li><strong>Reviews</strong>: Showcase customer reviews and ratings to build trust and credibility.</li>\n<li><strong>Facebook Button</strong>: Add buttons to promote interactions with your Facebook page or content.</li>\n<li><strong>Facebook Embed</strong>: Embed Facebook posts or content onto your website.</li>\n<li><strong>Facebook Comments</strong>: Enable Facebook comments on your website&#8217;s pages or posts.</li>\n<li><strong>PayPal Button</strong>: Integrate PayPal buttons for easy online payments.</li>\n<li><strong>Stripe Button</strong>: Integrate Stripe payment buttons to facilitate secure online transactions.</li>\n<li><strong>Lottie Widget</strong>: Add Lottie animations to enhance visual appeal and engagement.</li>\n<li><strong>Code Highlight</strong>: Display code snippets with syntax highlighting for better readability.</li>\n<li><strong>Video Playlist</strong>: Create and customize playlists for video content on your website.</li>\n<li><strong>Mega Menu</strong>: Customize advanced menus for better navigation and displaying complex content.</li>\n<li><strong>Off Canvas</strong>: Create off-canvas areas that slide in to show extra info or menus without cluttering the main layout.</li>\n</ol>\n<p><strong>Editor Pro Theme Widgets:</strong></p>\n<p>Build and customize all the key parts of your website including headers, footers, 404 page, global archives, and more&#8230;</p>\n<ol>\n<li><strong>Post Title</strong>: Customize the title of individual blog posts or pages.</li>\n<li><strong>Post Excerpt</strong>: Display a brief summary or teaser of your blog posts.</li>\n<li><strong>Post Content</strong>: Customize the main content area of your blog posts or pages.</li>\n<li><strong>Featured Image</strong>: Set and customize featured images for blog posts or pages.</li>\n<li><strong>Author Box</strong>: Display author information and bios on blog posts.</li>\n<li><strong>Post Comments</strong>: Customize the appearance and functionality of comments sections on your website.</li>\n<li><strong>Post Navigation</strong>: Add navigation links to adjacent posts for easy browsing.</li>\n<li><strong>Post Info</strong>: Display additional information about blog posts, such as author and date.</li>\n<li><strong>Site Logo</strong>: Upload and customize your website&#8217;s logo for branding purposes.</li>\n<li><strong>Site Title</strong>: Customize the title of your website.</li>\n<li><strong>Page Title</strong>: Customize the title of individual pages.</li>\n<li><strong>Search Bar</strong>: Add a search bar to allow users to search your website&#8217;s content.</li>\n<li><strong>Breadcrumbs</strong>: Display hierarchical navigation paths for better user navigation.</li>\n<li><strong>Sitemap</strong>: Generate a sitemap for better search engine indexing and user navigation.</li>\n<li><strong>Loop Grid</strong>: Design and customize grid layouts for blog post archives or product listings.</li>\n</ol>\n<p><strong>Editor Pro WooCommerce Widgets:</strong></p>\n<p>Design and customize a complete online shopping experience across your entire website.</p>\n<ol>\n<li><strong>Product</strong>: Display individual products with customizable layouts and styles.</li>\n<li><strong>Breadcrumbs</strong>: Display hierarchical navigation paths for better user navigation within your store.</li>\n<li><strong>Product Title</strong>: Customize the title of individual products.</li>\n<li><strong>Product Images</strong>: Set and customize images for product listings.</li>\n<li><strong>Product Price</strong>: Display the price of individual products.</li>\n<li><strong>Add To Cart</strong>: Add customizable add to cart buttons for easy purchasing.</li>\n<li><strong>Product Rating</strong>: Display ratings and reviews for products.</li>\n<li><strong>Product Stock</strong>: Display stock availability for products.</li>\n<li><strong>Product Meta</strong>: Display additional information about products, such as SKU and categories.</li>\n<li><strong>Product Content</strong>: Customize the main content area of product descriptions.</li>\n<li><strong>Short Description</strong>: Display brief summaries or teasers of products.</li>\n<li><strong>Product Data Tabs</strong>: Organize product information into tabbed sections for better organization.</li>\n<li><strong>Additional Information</strong>: Display additional details about products, such as dimensions and weight.</li>\n<li><strong>Product Related</strong>: Showcase related products to encourage additional purchases.</li>\n<li><strong>Upsells</strong>: Promote upsell products to increase average order value.</li>\n<li><strong>Products</strong>: Display a grid or list of products with customizable settings.</li>\n<li><strong>Custom Add To Cart</strong>: Customize the add to cart button for specific products.</li>\n<li><strong>WooCommerce Pages</strong>: Design and customize WooCommerce-specific pages, such as the cart and checkout pages.</li>\n<li><strong>Product Categories</strong>: Display product categories for easy navigation within your store.</li>\n<li><strong>Menu Cart</strong>: Display a cart icon in your navigation menu for easy access to the shopping cart.</li>\n<li><strong>Cart</strong>: Customize the appearance and functionality of the shopping cart page.</li>\n<li><strong>Checkout</strong>: Customize the appearance and functionality of the checkout page.</li>\n<li><strong>My Account</strong>: Customize the appearance and functionality of the customer account area.</li>\n<li><strong>Purchase Summary</strong>: Display a summary of purchases during the checkout process.</li>\n<li><strong>WooCommerce Notices</strong>: Customize the appearance and functionality of WooCommerce notices, such as order confirmation messages.</li>\n</ol>\n<p>Build professional websites with <strong><a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-pro-elementor-pro/\" rel=\"nofollow ugc\">Elementor Editor Pro</a></strong>!</p>\n<h4>🔒 SECURITY AND COMPLIANCE</h4>\n<p>Elementor places a paramount focus on security, evident through our acquisition of industry certifications such as ISO/IEC 27001, ISO/IEC 27017, ISO/IEC 27018, ISO/IEC 27701, and SOC 2 Type II. These certifications underscore our commitment to implementing robust security measures, and highlight our dedication to adhering to recognized industry standards.</p>\n<p>We encourage ethical security research through our <a href=\"https://go.elementor.com/wp-repo-description-tab-bug-crowd-bug-bounty-program/\" rel=\"nofollow ugc\">Bug Bounty program</a>. We collaborate with leading bug bounty services to provide opportunities for researchers to report vulnerabilities in our services. Our bounty programs include a triage team available 24/7/365.</p>\n<p>For more information: <a href=\"https://go.elementor.com/trust-center/\" rel=\"nofollow ugc\">Trust Center</a>.</p>\n<h4>♿ Accessibility Best Practices</h4>\n<p>Elementor offers accessibility tools and enhancements to help you provide a better experience for all users. Including HTML 5 semantic, full keyboard navigation menu, ongoing improvement of features, widget, and more.</p>\n<h4>🌐 Translated to 63+ languages, includes RTL support</h4>\n<p>Elementor supports multiple languages, typographies, and RTL, with editor translations in <a href=\"https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-translate/\" rel=\"nofollow ugc\">over 63 languages</a>.</p>\n<p>It’s also compatible with WPML, Polylang, TranslatePress, Weglot, and more. To contribute, add a new language via <a href=\"https://translate.wordpress.org\" rel=\"nofollow ugc\">translate.wordpress.org</a>. See our guide on <a href=\"https://go.elementor.com/wp-repo-description-tab-help-center-translate/\" rel=\"nofollow ugc\">how to translate and localize the plugin</a>.</p>\n<h4>⏩ Use of 3rd Party Services</h4>\n<p>To improve the user experience, Elementor may use the following 3rd party services if the required feature is enabled:</p>\n<ul>\n<li>Google Fonts – are loaded to add additional fonts to your website. Google’s <a href=\"https://policies.google.com/terms\" rel=\"nofollow ugc\">TOS</a> and <a href=\"https://policies.google.com/privacy\" rel=\"nofollow ugc\">Privacy Policy</a> apply.</li>\n<li>Some Elementor features require loading assets from Elementor.com. These assets are not used for tracking unless explicitly mentioned, requiring your approval and manual opt-in. Learn more in our <a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-plugin-terms/\" rel=\"nofollow ugc\">TOS</a> and <a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-plugin-privacy/\" rel=\"nofollow ugc\">Privacy Policy</a>.</li>\n</ul>\n<h4>📧 Related Products by Elementor</h4>\n<p><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-io/\" rel=\"nofollow ugc\">Image Optimizer</a></strong>: Superior image compression for faster, high-quality website performance.</p>\n<p><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-sm/\" rel=\"nofollow ugc\">Site Mailer</a></strong>: Reliable email management without SMTP plugins, keeping your communications streamlined and efficient.</p>\n<p><strong><a href=\"http://go.elementor.com/editor-acc-wp-repo\" rel=\"nofollow ugc\">Ally</a></strong>: Enhances website usability for individuals with disabilities. Ally is designed to help web creators make their websites more inclusive. It scans, detects, and remediate key accessibility violations, working seamlessly on all WordPress and Elementor websites.</p>\n<h4>📣 See What Our Users Have to Say</h4>\n<blockquote>\n<p>“Elementor is hands down the best page builder out there” – ★★★★★ <em><a href=\"https://wordpress.org/support/topic/elementor-is-hands-down-the-best-page-builder-out-there/\" rel=\"ugc\">Graphicvision1</a></em></p>\n<p>“An incredibly user-friendly plugin” – ★★★★★ <em><a href=\"https://wordpress.org/support/topic/a-wonderful-experience/\" rel=\"ugc\">Hyeyoga</a></em></p>\n<p>“Easily, my most used WP plugin” –  &hellip;</p>\n</blockquote>\n\";s:12:\"installation\";s:1602:\"<h4>Minimum Requirements</h4>\n<ul>\n<li>WordPress 6.5 or greater</li>\n<li>PHP version 7.4 or greater</li>\n<li>MySQL version 5.0 or greater</li>\n</ul>\n<h4>Recommended Requirements</h4>\n<ul>\n<li>PHP version 8.1 or greater</li>\n<li>MySQL version 5.6 or greater</li>\n<li>WordPress Memory limit of 64 MB or greater (128 MB or higher is preferred)</li>\n</ul>\n<p><span class=\"embed-youtube\" style=\"text-align:center; display: block;\"><iframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https://www.youtube.com/embed/9EZ159ryFNs?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe></span></p>\n<h4>Installation</h4>\n<ol>\n<li>Install using the WordPress built-in Plugin installer, or Extract the zip file and drop the contents in the <code>wp-content/plugins/</code> directory of your WordPress installation.</li>\n<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress.</li>\n<li>Go to Pages &gt; Add New</li>\n<li>Press the &#8216;Edit with Elementor&#8217; button.</li>\n<li>Now you can drag and drop widgets from the left panel onto the content area, as well as add new sections and columns that make up the page structure.</li>\n</ol>\n<p>For documentation and tutorials visit our <a href=\"https://elementor.com/help/?utm_source=wp-repo&amp;utm_medium=link&amp;utm_campaign=readme\" rel=\"nofollow ugc\">Knowledge Base</a>.</p>\n\";s:3:\"faq\";s:5070:\"\n<dt id=\"how%20do%20i%20install%20elementor%20editor%3F\">\nHow do I install Elementor Editor?\n</h4>\n<p>\n<p>To install the free version of Elementor Editor, follow the steps below:<br />\nFrom your WordPress dashboard -&gt; Go to Plugins -&gt; Click on &#8216;Add new&#8217;-&gt; In the Search field, enter Elementor and choose Elementor website builder.<br />\nPress install -&gt; After installation, click Activate.</p>\n</p>\n<dt id=\"does%20elementor%20editor%20work%20with%20all%20the%20themes%3F\">\nDoes Elementor Editor work with all the themes?\n</h4>\n<p>\n<p>Elementor Editor works all the themes that respect the coding standards of WordPress set by its Codex. It is recommended to use Elementor&#8217;s <a href=\"https://go.elementor.com/wp-repo-description-tab-hello-theme-hello-theme/\" rel=\"nofollow ugc\">Hello Theme</a>, a lightweight blank canvas, to enjoy full flexibility when using Elementor Editor, and optimize your experience.</p>\n</p>\n<dt id=\"is%20elementor%20editor%20compatible%20with%20gutenberg%3F\">\nIs Elementor Editor compatible with Gutenberg?\n</h4>\n<p>\n<p>Elementor Editor and Gutenberg work seamlessly together. As a user, you can easily decide which editor to use at every point while editing your site.</p>\n</p>\n<dt id=\"can%20i%20create%20an%20online%20store%3F\">\nCan I create an online store?\n</h4>\n<p>\n<p>Yes, with the Elementor Editor Pro WooCommerce Builder you can customize every page of your store to create an amazing customer experience that drives sales.</p>\n</p>\n<dt id=\"does%20it%20work%20with%20other%20wordpress%20plugins%3F\">\nDoes it work with other WordPress plugins?\n</h4>\n<p>\n<p>It works with almost all the plugins. If you experience an incompatibility issue, please report it to us and to the plugin that conflicts with Elementor Editor.</p>\n</p>\n<dt id=\"do%20i%20need%20to%20know%20how%20to%20code%3F\">\nDo I need to know how to code?\n</h4>\n<p>\n<p>No! Elementor Editor provides you with all the widgets and features that you need to build a professional website without using code.</p>\n</p>\n<dt id=\"do%20i%20need%20to%20know%20how%20to%20design%3F\">\nDo I need to know how to design?\n</h4>\n<p>\n<p>No, you can choose between professionally designed kits and templates that fit to every industry and have all you need to create your own professional website.</p>\n</p>\n<dt id=\"will%20elementor%20editor%20slow%20down%20my%20website%3F\">\nWill Elementor Editor slow down my website?\n</h4>\n<p>\n<p>As Elementor prioritizes speed and performance, you enjoy better and faster performance with each new version of the Editor. When testing the same page layout on older versions you can see a significant performance improvement, from a score of 82 in Google PageSpeed Insight in version 3.1, to a score of 95 i in version 3.5.</p>\n</p>\n<dt id=\"is%20my%20site%20secure%20with%20elementor%20editor%3F\">\nIs my site secure with Elementor Editor?\n</h4>\n<p>\n<p>The security of your website is extremely important to us and we take proactive measures to assure that your websites are secure. Elementor is ISO 27001 certified, and has a dedicated team of security professionals that implements industry best-practices for maximum security and compliance, 24/7.</p>\n<p>There is also a managed security Bug Bounty program, utilizing the community power by enabling 24/7/365 crowdsourced vulnerability detection.</p>\n</p>\n<dt id=\"can%20i%20buy%20templates%20separately%3F\">\nCan I buy templates separately?\n</h4>\n<p>\n<p>Of course, you can use any template that supports Elementor Editor.</p>\n</p>\n<dt id=\"is%20elementor%20editor%20compatible%20with%20post%20and%20custom%20post%20types%3F\">\nIs Elementor Editor compatible with Post and Custom Post Types?\n</h4>\n<p>\n<p>Of course! You can set which post types will enable Elementor in the settings page.</p>\n</p>\n<dt id=\"what%20is%20the%20difference%20between%20elementor%27s%20free%20editor%20plugin%20and%20elementor%20editor%20pro%3F\">\nWhat is the difference between Elementor&#8217;s free Editor plugin and Elementor Editor Pro?\n</h4>\n<p>\n<p>Elementor Editor’s Free version allows you to explore our revolutionary drag &amp; drop live editor, basic widgets and templates. Elementor Editor Pro (Essential, Advanced, Expert, Studio, and Agency) empowers you with more professional tools that speed up your workflow, give you access to human-powered support, help you build more advanced content, and convert visitors. See full comparison here.</p>\n</p>\n<dt id=\"how%20can%20i%20become%20a%20contributor%3F\">\nHow can I become a Contributor?\n</h4>\n<p>\n<p>If you want to contribute, go to our <a href=\"https://github.com/elementor/elementor\" rel=\"nofollow ugc\">Elementor GitHub Repository</a> and see where you can help.<br />\nYou can also add a new language via <a href=\"https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-translate/\" rel=\"nofollow ugc\">translate.wordpress.org</a>. We’ve built a short guide explaining <a href=\"https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-translate-faq/\" rel=\"nofollow ugc\">how to translate and localize the plugin</a>.</p>\n</p>\n\n\";s:9:\"changelog\";s:4455:\"<h4>4.0.8 &#8211; 2026-05-12</h4>\n<ul>\n<li>Tweak: Updated WordPress compatibility to version 7.0</li>\n</ul>\n<h4>4.0.7 &#8211; 2026-05-06</h4>\n<ul>\n<li>Tweak: Updated endpoint URL to align with migration infrastructure &#8211; Atomic Editor</li>\n</ul>\n<h4>4.0.6 &#8211; 2026-05-04</h4>\n<ul>\n<li>Security Fix: Improved code security enforcement in query handling</li>\n</ul>\n<h4>4.0.5 &#8211; 2026-04-30</h4>\n<ul>\n<li>Security Fix: Improved code security enforcement in input handling</li>\n</ul>\n<h4>4.0.4 &#8211; 2026-04-28</h4>\n<ul>\n<li>Tweak: Optimized handling of repeated background requests &#8211; Atomic Editor</li>\n<li>Fix: Link in atomic elements wraps subsequent elements incorrectly – Atomic Editor (<a href=\"https://github.com/elementor/elementor/issues/35559\" rel=\"nofollow ugc\">#35559</a>)</li>\n<li>Fix: Interactions disappear when editing elements &#8211; Atomic Editor</li>\n</ul>\n<h4>4.0.3 &#8211; 2026-04-20</h4>\n<ul>\n<li>Fix: UI and functionality issues in Tabs &#8211; Atomic Editor</li>\n<li>Fix: Classes not saving in various scenarios &#8211; Atomic Editor</li>\n<li>Fix: Cannot edit styles of components inside Loop Item templates &#8211; Atomic Editor</li>\n<li>Fix: Loading screen gets stuck when attempting to load non-existing posts &#8211; Atomic Editor</li>\n</ul>\n<h4>4.0.2 &#8211; 2026-04-13</h4>\n<ul>\n<li>Security Fix: Improved code security enforcement in global style settings</li>\n<li>Fix: Exposed props are not displayed on first load in instance panel for nested components &#8211; Atomic Editor</li>\n<li>Fix: Interactions apply only to the first matching element instead of all instances on the page &#8211; Atomic Editor</li>\n</ul>\n<h4>4.0.1 &#8211; 2026-04-01</h4>\n<ul>\n<li>Fix: Interactions on canvas do not work across various elements &#8211; Atomic Editor</li>\n<li>Fix: Inline editing affects button width when clicking inside a Tabs content container &#8211; Atomic Editor</li>\n<li>Fix: Styling changes to atomic elements appear on canvas only after refresh in Firefox browser &#8211; Atomic Editor</li>\n<li>Fix: Importing classes with duplicate names prevents elements from being edited &#8211; Atomic Editor</li>\n</ul>\n<h4>4.0.0 &#8211; 2026-03-30</h4>\n<ul>\n<li>New: Introducing syncing between Atomic Variables, Classes and Global Styles &#8211; ensures consistent styling between Atomic elements and legacy widgets &#8211; Atomic Editor</li>\n<li>New: Introducing self-hosted Video Atomic Element &#8211; Atomic Editor</li>\n<li>New: Introducing a new onboarding flow for new Editor installations to provide better guidance for getting started</li>\n<li>Tweak: Updated Atomic Editor status to Stable &#8211; Atomic Editor</li>\n<li>Tweak: Enabled Atomic Editor by default for new websites &#8211; Atomic Editor</li>\n<li>Tweak: Added inline editing support for the Atomic Button element &#8211; Atomic Editor</li>\n<li>Tweak: Improved performance and ordering of Global Classes styles on the frontend &#8211; Atomic Editor</li>\n<li>Tweak: Improved request reliability during temporary network issues &#8211; Atomic Editor</li>\n<li>Tweak: Improved size control structure and behavior &#8211; Atomic Editor</li>\n<li>Tweak: Added support for importing and exporting Classes and Variables through website templates</li>\n<li>Tweak: Added support for importing and exporting Classes and Variables through templates</li>\n<li>Tweak: Improved accessibility in Cloud Templates modal</li>\n<li>Fix: PHP warnings in the editor when WP_DEBUG is enabled after updating to WordPress 6.9.1 (<a href=\"https://github.com/elementor/elementor/issues/34617\" rel=\"nofollow ugc\">#34617</a>, <a href=\"https://github.com/elementor/elementor/issues/34831\" rel=\"nofollow ugc\">#34831</a>)</li>\n<li>Fix: Typography modal fails to apply settings after using the &#8220;Back to default&#8221; reset option</li>\n<li>Fix: Data Updater does not run automatically after plugin updates</li>\n<li>Fix: Revision is not working as expected &#8211; Atomic Editor</li>\n<li>Fix: Styling issues in Repeater Indications popovers – Atomic Editor</li>\n<li>Fix: Selecting &#8220;auto&#8221; for size returns an incorrect value &#8211; Atomic Editor</li>\n<li>Fix: Resetting position does not clear related properties &#8211; Atomic Editor</li>\n<li>Fix: Variable name field does not auto-focus on creation in Variables &#8211; Atomic Editor</li>\n</ul>\n<p><a href=\"https://go.elementor.com/full-changelog/\" rel=\"nofollow ugc\">See changelog for all versions.</a></p>\n\";s:11:\"screenshots\";s:3162:\"<ol><li><a href=\"https://ps.w.org/elementor/assets/screenshot-1.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-1.gif?rev=3005087\" alt=\"&lt;strong&gt;Visual Drag and Drop Editor&lt;/strong&gt; - Design your website layouts and place any element anywhere on the page for pixel-perfect designs.\"></a><p><strong>Visual Drag and Drop Editor</strong> - Design your website layouts and place any element anywhere on the page for pixel-perfect designs.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-2.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-2.gif?rev=3005087\" alt=\"&lt;strong&gt;Full Design System&lt;/strong&gt; - Enjoy a professional workflow and ensure consistency across your site. Define your settings, use them globally, and instantly adjust them any time.\"></a><p><strong>Full Design System</strong> - Enjoy a professional workflow and ensure consistency across your site. Define your settings, use them globally, and instantly adjust them any time.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-3.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-3.gif?rev=3005087\" alt=\"&lt;strong&gt;Responsive Design&lt;/strong&gt; Fully edit your website and customize the behavior on desktop, tablet, &amp; mobile to optimize the visitor experience on every device.\"></a><p><strong>Responsive Design</strong> Fully edit your website and customize the behavior on desktop, tablet, &amp; mobile to optimize the visitor experience on every device.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-4.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-4.gif?rev=3005087\" alt=\"&lt;strong&gt;Kits and Templates&lt;/strong&gt; - Jumpstart your web creation process or get inspired with professionally-designed templates or full website kits available for your immediate customization.\"></a><p><strong>Kits and Templates</strong> - Jumpstart your web creation process or get inspired with professionally-designed templates or full website kits available for your immediate customization.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-5.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-5.gif?rev=3005087\" alt=\"&lt;strong&gt;Nested Elements&lt;/strong&gt; Leverage Elementor Editor&#039;s Nested widgets to place any widget inside the content area of another widget - like Tabs, and Accordion for complete design flexibility.\"></a><p><strong>Nested Elements</strong> Leverage Elementor Editor\'s Nested widgets to place any widget inside the content area of another widget - like Tabs, and Accordion for complete design flexibility.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-6.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-6.gif?rev=3005087\" alt=\"&lt;strong&gt;Motion Effects&lt;/strong&gt; - Add entrance animations and transitions to any element in your website to captivate visitors.\"></a><p><strong>Motion Effects</strong> - Add entrance animations and transitions to any element in your website to captivate visitors.</p></li></ol>\";s:7:\"reviews\";s:20408:\"<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Saved so much time</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"4 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"4\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/janell12/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/3256c48e387986c01d2bbbb2f6de930125ba5826ecbf3196e36db8651be0473b?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/3256c48e387986c01d2bbbb2f6de930125ba5826ecbf3196e36db8651be0473b?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/janell12/\" class=\"reviewer-name\">janell12</a> on <span class=\"review-date\">May 12, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Really solid builder helped me finish my pages fast cz the drag &amp; drop is super easy to get. a tiny bit heavy on load tbh, but still pretty great. tnkz for the free version</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Cool but bloated</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"3 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"3\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/julienalred220/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/e557136dca84e0a450a5471386de16f8c15a7ff915b00f3f8a46baca288b9186?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/e557136dca84e0a450a5471386de16f8c15a7ff915b00f3f8a46baca288b9186?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/julienalred220/\" class=\"reviewer-name\">Julien Alred <small>(julienalred220)</small></a> on <span class=\"review-date\">May 11, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>UI is great &amp; easy to use, but the extra code is a headache. Site speed took a hit. It’s okay for basic stuff, but not if u care about performance.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">lack of propper support for free plugin</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/neo2k23/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/3a1a25326d0226d064908591cf8e68462540b7f4de5fa062cfa162c71cd13e73?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/3a1a25326d0226d064908591cf8e68462540b7f4de5fa062cfa162c71cd13e73?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/neo2k23/\" class=\"reviewer-name\">BackuPs <small>(neo2k23)</small></a> on <span class=\"review-date\">May 7, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>I don\'t like the way the plugin is supported. They just close issues by stating you are a pro product user which is not the case.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Great for Design</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"4 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"4\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/aiyanabrigg/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/3570521f2ad8e73923a842fe58cdc107f7cd0ebb19218f55d59c7fddc8bd2652?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/3570521f2ad8e73923a842fe58cdc107f7cd0ebb19218f55d59c7fddc8bd2652?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/aiyanabrigg/\" class=\"reviewer-name\">aiyanabrigg</a> on <span class=\"review-date\">May 7, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Love the templates cz they save me hours. Really easy to customize everything. It gets a bit laggy sometimes, but for the design options, it\'s worth it. Thx!</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Run away from Elementor, since version 4, it has become completely unmanageable!</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/ulrichgenisson/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/801d810865f8a3395fdcb56df7038ec3b1b0a923403101c2052539b2e73cac5b?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/801d810865f8a3395fdcb56df7038ec3b1b0a923403101c2052539b2e73cac5b?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/ulrichgenisson/\" class=\"reviewer-name\">ulrichgenisson</a> on <span class=\"review-date\">May 6, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>I’ve been using Elementor and Elementor Pro since late 2019. Up until a year or two ago, it was simple and efficient.<br />Over time, however, everything has become complicated and unstable! I’ll tell you this much: with every update, I cross my fingers hoping there won\'t be a new bug; every time, my logs get flooded with warnings, it’s a total nightmare! It’s so riddled with bugs that they don’t hesitate to push out multiple consecutive updates every single day! It’s absolute hell! One thing is certain: for my next website redesign, I’m going to do without Elementor! And the support is getting worse and worse; they never admit that <em>they</em> are the problem, even when they end up releasing an update the very next day to fix exactly what I reported! Run away from Elementor, since version 4, it has become completely unmanageable!</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Best builder ever</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/lele0010/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/1a94edb09412584dd3fa60fe166c3f883a3e4768e6459100f5e375a9d9959cb0?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/1a94edb09412584dd3fa60fe166c3f883a3e4768e6459100f5e375a9d9959cb0?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/lele0010/\" class=\"reviewer-name\">lele0010</a> on <span class=\"review-date\">May 5, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Using Elementor since 2013, I love it</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Nice But Laggy</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"3 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"3\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/camryn00/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/66715acb9570438f9418d5ad8356f0a46ecd8c6885dc4287f3fc43faab0d2589?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/66715acb9570438f9418d5ad8356f0a46ecd8c6885dc4287f3fc43faab0d2589?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/camryn00/\" class=\"reviewer-name\">Camryn <small>(camryn00)</small></a> on <span class=\"review-date\">May 4, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Easy to design pages with it. I made a few sections without much trouble. But it can lag sometimes and too many options feel confusing. Good, but needs polish.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Get ready for BUGS</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/jhall_3rd/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/fb690d16e3737c5ba7b4355ab4fef318982c1c476f771ea7742e3f2fa0f39548?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/fb690d16e3737c5ba7b4355ab4fef318982c1c476f771ea7742e3f2fa0f39548?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/jhall_3rd/\" class=\"reviewer-name\">James Hall <small>(jhall_3rd)</small></a> on <span class=\"review-date\">May 3, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>This builder looks pretty cool but is Rife with an insane amount of issues bugs and consistencies problems. I wound up purchasing priority support just because I could not maintain my sanity during this process. I felt there was no choice after having spent money on the theme and the elementary subscription. I feel very ripped off</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Elementor V4 feels like an alpha build, not a production-ready editor</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/gestionwpraf/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/3b94b25fc2c1f35ce5380588ec7f42d1ff5394c74d3416f212327cd6b0218f0f?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/3b94b25fc2c1f35ce5380588ec7f42d1ff5394c74d3416f212327cd6b0218f0f?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/gestionwpraf/\" class=\"reviewer-name\">gestionwpraf</a> on <span class=\"review-date\">April 30, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>I really wanted to like Elementor V4. The idea behind the Atomic Editor is good: classes, variables, components and a more scalable design-system approach are exactly what Elementor has needed for years. On paper, it sounds like the right direction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>In practice, however, V4 feels unfinished, unstable and nowhere near ready for serious production work.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The biggest issue is that basic workflows still feel unreliable. Classes and variables are supposed to be the foundation of the new editor, but they do not feel dependable enough yet. I have seen too many reports of classes not saving properly, disappearing, behaving inconsistently, or creating different results between the editor and the frontend. If the class system is not solid, the whole V4 workflow falls apart.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The component system also feels promising but incomplete. Reusable components should make professional site building faster and cleaner, but the current implementation still has too many limitations. Property overrides are not flexible enough, translation workflows are not mature, and simple real-world use cases quickly become awkward. Something as basic as creating a heading with a highlighted word using an inline <code>&lt;span&gt;</code> should not be a problem in a modern editor, yet V4 makes this harder than it needs to be.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are also many smaller issues that add up quickly: strange default padding, unit controls behaving inconsistently, missing layout options, mobile editing problems, styling conflicts, unreliable custom CSS editing, and differences between what you see in the backend and what appears on the frontend. These are not minor annoyances when you are building client websites. They slow down the workflow, reduce confidence, and force unnecessary workarounds.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What makes this even more frustrating is the direction Elementor seems to be taking as a company. Instead of focusing on the core reason people chose Elementor in the first place, which was making it easy to build websites visually inside WordPress, the product now feels increasingly distracted by pricing changes, AI features, hosting, marketing add-ons and upsells.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Elementor built its reputation by making website building simpler, faster and more accessible. That should still be the main priority. But right now it feels like the company is trying to become an all-in-one platform before fixing the basics of its own editor. The result is a product that feels more commercially aggressive, but less reliable for the people who actually use it every day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>V4 should have been a careful rebuild of Elementor’s foundations. Instead, it feels like another rushed layer added on top of an already complex ecosystem. Users do not need more AI prompts, hosting offers or pricing tiers if the editor itself is unstable. We need a builder that is fast, predictable, accessible, easy to use and reliable on real client websites.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What makes this worse is the way V4 has been positioned. It is being presented as the future of Elementor and, for new installations, as the default experience. But in real-world use it still feels like a rushed beta, or even an alpha, that has been pushed out too early. Paying users should not feel like unpaid testers for a system that is still missing basic production-level reliability.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Elementor V4 may become excellent one day, but right now I would not use it for important client projects. The architecture is promising, but the execution is not mature enough. Until the class system, components, responsive controls, custom CSS, Theme Builder behaviour and third-party compatibility are significantly more stable, I would recommend staying with the classic V3 workflow for production websites or even move to another builder like Bricks.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Good But Heavy</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"3 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"3\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/albertowadsworth/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/d7d33d6796b2344b6cad6169c496a3a456b59e9d6e5187f573d3c12f5a9105ee?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/d7d33d6796b2344b6cad6169c496a3a456b59e9d6e5187f573d3c12f5a9105ee?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/albertowadsworth/\" class=\"reviewer-name\">albertowadsworth</a> on <span class=\"review-date\">April 30, 2026</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Used it for my site and it helped me build pages fast. Some widgets are nice, but sometimes it feels slow and a bit confusing. Good plugin, but needs smoother speed. tnkz</p>\n<!-- /wp:paragraph --></div>\n</div>\n\";}s:17:\"short_description\";s:159:\"The Elementor Website Builder has it all: drag and drop page builder, Atomic Editor, pixel perfect design, global and reusable style systems, mobile r &hellip;\";s:13:\"download_link\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.8.zip\";s:14:\"upgrade_notice\";a:0:{}s:11:\"screenshots\";a:6:{i:1;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-1.gif?rev=3005087\";s:7:\"caption\";s:144:\"<strong>Visual Drag and Drop Editor</strong> - Design your website layouts and place any element anywhere on the page for pixel-perfect designs.\";}i:2;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-2.gif?rev=3005087\";s:7:\"caption\";s:185:\"<strong>Full Design System</strong> - Enjoy a professional workflow and ensure consistency across your site. Define your settings, use them globally, and instantly adjust them any time.\";}i:3;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-3.gif?rev=3005087\";s:7:\"caption\";s:170:\"<strong>Responsive Design</strong> Fully edit your website and customize the behavior on desktop, tablet, &amp; mobile to optimize the visitor experience on every device.\";}i:4;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-4.gif?rev=3005087\";s:7:\"caption\";s:193:\"<strong>Kits and Templates</strong> - Jumpstart your web creation process or get inspired with professionally-designed templates or full website kits available for your immediate customization.\";}i:5;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-5.gif?rev=3005087\";s:7:\"caption\";s:197:\"<strong>Nested Elements</strong> Leverage Elementor Editor\'s Nested widgets to place any widget inside the content area of another widget - like Tabs, and Accordion for complete design flexibility.\";}i:6;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-6.gif?rev=3005087\";s:7:\"caption\";s:127:\"<strong>Motion Effects</strong> - Add entrance animations and transitions to any element in your website to captivate visitors.\";}}s:4:\"tags\";a:5:{s:13:\"drag-and-drop\";s:13:\"drag-and-drop\";s:6:\"editor\";s:6:\"editor\";s:9:\"elementor\";s:9:\"elementor\";s:12:\"landing-page\";s:12:\"landing page\";s:12:\"page-builder\";s:12:\"page builder\";}s:8:\"versions\";a:430:{s:5:\"3.0.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.0.zip\";s:5:\"3.0.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.1.zip\";s:6:\"3.0.10\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.10.zip\";s:6:\"3.0.11\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.11.zip\";s:6:\"3.0.12\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.12.zip\";s:6:\"3.0.13\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.13.zip\";s:6:\"3.0.14\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.14.zip\";s:6:\"3.0.15\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.15.zip\";s:6:\"3.0.16\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.16.zip\";s:5:\"3.0.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.2.zip\";s:5:\"3.0.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.3.zip\";s:5:\"3.0.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.4.zip\";s:5:\"3.0.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.5.zip\";s:5:\"3.0.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.6.zip\";s:5:\"3.0.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.7.zip\";s:5:\"3.0.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.8.zip\";s:7:\"3.0.8.1\";s:60:\"https://downloads.wordpress.org/plugin/elementor.3.0.8.1.zip\";s:5:\"3.0.9\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.9.zip\";s:5:\"3.1.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.0.zip\";s:11:\"3.1.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta1.zip\";s:11:\"3.1.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta2.zip\";s:11:\"3.1.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta3.zip\";s:11:\"3.1.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta4.zip\";s:10:\"3.1.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev1.zip\";s:10:\"3.1.0-dev2\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev2.zip\";s:10:\"3.1.0-dev3\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev3.zip\";s:5:\"3.1.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.1.zip\";s:5:\"3.1.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.2.zip\";s:5:\"3.1.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.3.zip\";s:5:\"3.1.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.4.zip\";s:6:\"3.10.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.10.0.zip\";s:11:\"3.10.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.10.0-dev1.zip\";s:6:\"3.10.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.10.1.zip\";s:6:\"3.10.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.10.2.zip\";s:6:\"3.11.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.0.zip\";s:12:\"3.11.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta1.zip\";s:12:\"3.11.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta2.zip\";s:12:\"3.11.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta3.zip\";s:11:\"3.11.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev1.zip\";s:11:\"3.11.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev2.zip\";s:11:\"3.11.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev3.zip\";s:6:\"3.11.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.1.zip\";s:6:\"3.11.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.2.zip\";s:6:\"3.11.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.3.zip\";s:6:\"3.11.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.4.zip\";s:6:\"3.11.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.5.zip\";s:6:\"3.12.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.12.0.zip\";s:6:\"3.12.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.12.1.zip\";s:6:\"3.12.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.12.2.zip\";s:6:\"3.13.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.0.zip\";s:12:\"3.13.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta1.zip\";s:12:\"3.13.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta2.zip\";s:12:\"3.13.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta3.zip\";s:11:\"3.13.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-dev3.zip\";s:11:\"3.13.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-dev4.zip\";s:6:\"3.13.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.1.zip\";s:6:\"3.13.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.2.zip\";s:6:\"3.13.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.3.zip\";s:6:\"3.13.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.4.zip\";s:6:\"3.14.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.14.0.zip\";s:12:\"3.14.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta1.zip\";s:12:\"3.14.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta2.zip\";s:12:\"3.14.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta3.zip\";s:12:\"3.14.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta4.zip\";s:12:\"3.14.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta5.zip\";s:6:\"3.14.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.14.1.zip\";s:6:\"3.15.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.0.zip\";s:6:\"3.15.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.1.zip\";s:6:\"3.15.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.2.zip\";s:6:\"3.15.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.3.zip\";s:6:\"3.16.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.0.zip\";s:12:\"3.16.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-beta3.zip\";s:12:\"3.16.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-beta4.zip\";s:11:\"3.16.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-dev1.zip\";s:11:\"3.16.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-dev2.zip\";s:6:\"3.16.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.1.zip\";s:6:\"3.16.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.2.zip\";s:6:\"3.16.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.3.zip\";s:6:\"3.16.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.4.zip\";s:6:\"3.16.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.5.zip\";s:6:\"3.16.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.6.zip\";s:6:\"3.17.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.0.zip\";s:11:\"3.17.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev2.zip\";s:11:\"3.17.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev3.zip\";s:11:\"3.17.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev4.zip\";s:6:\"3.17.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.1.zip\";s:6:\"3.17.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.2.zip\";s:6:\"3.17.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.3.zip\";s:6:\"3.18.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.0.zip\";s:12:\"3.18.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta1.zip\";s:12:\"3.18.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta2.zip\";s:12:\"3.18.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta3.zip\";s:12:\"3.18.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta4.zip\";s:11:\"3.18.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-dev1.zip\";s:6:\"3.18.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.1.zip\";s:6:\"3.18.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.2.zip\";s:6:\"3.18.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.3.zip\";s:6:\"3.19.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.0.zip\";s:12:\"3.19.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta1.zip\";s:12:\"3.19.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta2.zip\";s:12:\"3.19.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta3.zip\";s:12:\"3.19.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta4.zip\";s:12:\"3.19.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta5.zip\";s:12:\"3.19.0-beta6\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta6.zip\";s:11:\"3.19.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev1.zip\";s:11:\"3.19.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev2.zip\";s:11:\"3.19.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev3.zip\";s:11:\"3.19.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev4.zip\";s:11:\"3.19.0-dev5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev5.zip\";s:11:\"3.19.0-dev6\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev6.zip\";s:6:\"3.19.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.1.zip\";s:6:\"3.19.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.2.zip\";s:6:\"3.19.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.3.zip\";s:6:\"3.19.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.4.zip\";s:5:\"3.2.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.0.zip\";s:5:\"3.2.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.1.zip\";s:5:\"3.2.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.2.zip\";s:5:\"3.2.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.3.zip\";s:5:\"3.2.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.4.zip\";s:5:\"3.2.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.5.zip\";s:6:\"3.20.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.0.zip\";s:12:\"3.20.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta1.zip\";s:12:\"3.20.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta2.zip\";s:12:\"3.20.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta3.zip\";s:12:\"3.20.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta4.zip\";s:11:\"3.20.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev1.zip\";s:11:\"3.20.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev2.zip\";s:11:\"3.20.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev3.zip\";s:11:\"3.20.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev4.zip\";s:6:\"3.20.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.1.zip\";s:6:\"3.20.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.2.zip\";s:6:\"3.20.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.3.zip\";s:6:\"3.20.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.4.zip\";s:6:\"3.21.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.0.zip\";s:12:\"3.21.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-beta1.zip\";s:12:\"3.21.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-beta2.zip\";s:12:\"3.21.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-beta3.zip\";s:11:\"3.21.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-dev1.zip\";s:11:\"3.21.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-dev2.zip\";s:11:\"3.21.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-dev3.zip\";s:6:\"3.21.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.1.zip\";s:6:\"3.21.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.2.zip\";s:6:\"3.21.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.3.zip\";s:6:\"3.21.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.4.zip\";s:6:\"3.21.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.5.zip\";s:6:\"3.21.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.6.zip\";s:6:\"3.21.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.7.zip\";s:6:\"3.21.8\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.8.zip\";s:6:\"3.22.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.22.0.zip\";s:12:\"3.22.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta1.zip\";s:12:\"3.22.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta2.zip\";s:12:\"3.22.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta3.zip\";s:12:\"3.22.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta4.zip\";s:12:\"3.22.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta5.zip\";s:12:\"3.22.0-beta6\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta6.zip\";s:11:\"3.22.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev1.zip\";s:11:\"3.22.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev2.zip\";s:11:\"3.22.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev3.zip\";s:11:\"3.22.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev4.zip\";s:11:\"3.22.0-dev5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev5.zip\";s:11:\"3.22.0-dev6\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev6.zip\";s:6:\"3.22.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.22.1.zip\";s:6:\"3.22.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.22.2.zip\";s:6:\"3.22.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.22.3.zip\";s:6:\"3.23.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.0.zip\";s:12:\"3.23.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta1.zip\";s:12:\"3.23.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta2.zip\";s:12:\"3.23.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta3.zip\";s:12:\"3.23.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta4.zip\";s:12:\"3.23.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta5.zip\";s:12:\"3.23.0-beta6\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta6.zip\";s:11:\"3.23.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev1.zip\";s:11:\"3.23.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev2.zip\";s:11:\"3.23.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev3.zip\";s:11:\"3.23.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev4.zip\";s:11:\"3.23.0-dev5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev5.zip\";s:11:\"3.23.0-dev6\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev6.zip\";s:6:\"3.23.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.1.zip\";s:6:\"3.23.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.2.zip\";s:6:\"3.23.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.3.zip\";s:6:\"3.23.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.4.zip\";s:6:\"3.24.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.0.zip\";s:12:\"3.24.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-beta1.zip\";s:12:\"3.24.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-beta2.zip\";s:12:\"3.24.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-beta3.zip\";s:11:\"3.24.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-dev1.zip\";s:11:\"3.24.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-dev2.zip\";s:11:\"3.24.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-dev3.zip\";s:6:\"3.24.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.1.zip\";s:6:\"3.24.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.2.zip\";s:6:\"3.24.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.3.zip\";s:6:\"3.24.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.4.zip\";s:6:\"3.24.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.5.zip\";s:6:\"3.24.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.6.zip\";s:6:\"3.24.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.7.zip\";s:6:\"3.24.8\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.8.zip\";s:6:\"3.25.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.0.zip\";s:12:\"3.25.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-beta1.zip\";s:12:\"3.25.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-beta2.zip\";s:12:\"3.25.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-beta3.zip\";s:11:\"3.25.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-dev1.zip\";s:11:\"3.25.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-dev2.zip\";s:11:\"3.25.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-dev3.zip\";s:6:\"3.25.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.1.zip\";s:7:\"3.25.10\";s:60:\"https://downloads.wordpress.org/plugin/elementor.3.25.10.zip\";s:7:\"3.25.11\";s:60:\"https://downloads.wordpress.org/plugin/elementor.3.25.11.zip\";s:6:\"3.25.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.2.zip\";s:6:\"3.25.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.3.zip\";s:6:\"3.25.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.4.zip\";s:6:\"3.25.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.5.zip\";s:6:\"3.25.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.6.zip\";s:6:\"3.25.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.7.zip\";s:6:\"3.25.8\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.8.zip\";s:6:\"3.25.9\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.9.zip\";s:6:\"3.26.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.0.zip\";s:12:\"3.26.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta1.zip\";s:12:\"3.26.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta2.zip\";s:12:\"3.26.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta3.zip\";s:12:\"3.26.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta4.zip\";s:12:\"3.26.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta5.zip\";s:11:\"3.26.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev1.zip\";s:11:\"3.26.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev2.zip\";s:11:\"3.26.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev3.zip\";s:11:\"3.26.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev4.zip\";s:11:\"3.26.0-dev5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev5.zip\";s:6:\"3.26.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.1.zip\";s:6:\"3.26.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.2.zip\";s:6:\"3.26.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.3.zip\";s:6:\"3.26.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.4.zip\";s:6:\"3.26.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.5.zip\";s:6:\"3.27.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.0.zip\";s:12:\"3.27.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.27.0-beta1.zip\";s:12:\"3.27.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.27.0-beta2.zip\";s:11:\"3.27.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.27.0-dev1.zip\";s:11:\"3.27.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.27.0-dev2.zip\";s:6:\"3.27.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.1.zip\";s:6:\"3.27.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.2.zip\";s:6:\"3.27.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.3.zip\";s:6:\"3.27.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.4.zip\";s:6:\"3.27.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.5.zip\";s:6:\"3.27.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.6.zip\";s:6:\"3.27.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.7.zip\";s:6:\"3.28.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.0.zip\";s:12:\"3.28.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-beta1.zip\";s:12:\"3.28.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-beta2.zip\";s:12:\"3.28.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-beta3.zip\";s:11:\"3.28.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-dev1.zip\";s:11:\"3.28.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-dev2.zip\";s:11:\"3.28.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-dev3.zip\";s:6:\"3.28.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.1.zip\";s:6:\"3.28.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.2.zip\";s:6:\"3.28.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.3.zip\";s:6:\"3.28.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.4.zip\";s:6:\"3.29.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.29.0.zip\";s:12:\"3.29.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-beta1.zip\";s:12:\"3.29.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-beta2.zip\";s:12:\"3.29.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-beta3.zip\";s:12:\"3.29.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-beta4.zip\";s:11:\"3.29.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-dev1.zip\";s:11:\"3.29.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-dev2.zip\";s:11:\"3.29.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-dev3.zip\";s:11:\"3.29.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-dev4.zip\";s:6:\"3.29.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.29.1.zip\";s:6:\"3.29.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.29.2.zip\";s:5:\"3.3.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.3.0.zip\";s:5:\"3.3.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.3.1.zip\";s:6:\"3.30.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.30.0.zip\";s:12:\"3.30.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-beta1.zip\";s:12:\"3.30.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-beta2.zip\";s:12:\"3.30.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-beta3.zip\";s:11:\"3.30.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-dev1.zip\";s:11:\"3.30.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-dev2.zip\";s:11:\"3.30.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-dev3.zip\";s:6:\"3.30.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.30.1.zip\";s:6:\"3.30.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.30.2.zip\";s:6:\"3.30.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.30.3.zip\";s:6:\"3.30.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.30.4.zip\";s:6:\"3.31.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.0.zip\";s:12:\"3.31.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.31.0-beta1.zip\";s:12:\"3.31.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.31.0-beta2.zip\";s:11:\"3.31.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.31.0-dev1.zip\";s:11:\"3.31.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.31.0-dev2.zip\";s:6:\"3.31.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.1.zip\";s:6:\"3.31.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.2.zip\";s:6:\"3.31.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.3.zip\";s:6:\"3.31.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.4.zip\";s:6:\"3.31.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.5.zip\";s:6:\"3.32.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.0.zip\";s:12:\"3.32.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-beta1.zip\";s:12:\"3.32.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-beta2.zip\";s:12:\"3.32.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-beta3.zip\";s:11:\"3.32.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-dev1.zip\";s:11:\"3.32.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-dev2.zip\";s:11:\"3.32.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-dev3.zip\";s:6:\"3.32.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.1.zip\";s:6:\"3.32.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.2.zip\";s:6:\"3.32.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.3.zip\";s:6:\"3.32.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.4.zip\";s:6:\"3.32.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.5.zip\";s:6:\"3.33.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.0.zip\";s:12:\"3.33.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-beta1.zip\";s:12:\"3.33.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-beta2.zip\";s:12:\"3.33.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-beta3.zip\";s:12:\"3.33.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-beta4.zip\";s:11:\"3.33.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-dev1.zip\";s:11:\"3.33.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-dev2.zip\";s:11:\"3.33.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-dev3.zip\";s:11:\"3.33.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-dev4.zip\";s:6:\"3.33.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.1.zip\";s:6:\"3.33.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.2.zip\";s:6:\"3.33.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.3.zip\";s:6:\"3.33.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.4.zip\";s:6:\"3.33.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.5.zip\";s:6:\"3.33.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.6.zip\";s:6:\"3.34.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.34.0.zip\";s:12:\"3.34.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.34.0-beta1.zip\";s:12:\"3.34.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.34.0-beta2.zip\";s:12:\"3.34.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.34.0-beta3.zip\";s:11:\"3.34.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.34.0-dev1.zip\";s:11:\"3.34.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.34.0-dev2.zip\";s:6:\"3.34.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.34.1.zip\";s:6:\"3.34.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.34.2.zip\";s:6:\"3.34.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.34.3.zip\";s:6:\"3.34.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.34.4.zip\";s:6:\"3.35.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.0.zip\";s:12:\"3.35.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-beta1.zip\";s:12:\"3.35.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-beta2.zip\";s:12:\"3.35.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-beta3.zip\";s:12:\"3.35.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-beta4.zip\";s:11:\"3.35.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-dev1.zip\";s:11:\"3.35.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-dev2.zip\";s:11:\"3.35.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-dev3.zip\";s:11:\"3.35.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.35.0-dev4.zip\";s:6:\"3.35.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.1.zip\";s:6:\"3.35.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.2.zip\";s:6:\"3.35.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.3.zip\";s:6:\"3.35.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.4.zip\";s:6:\"3.35.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.5.zip\";s:6:\"3.35.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.6.zip\";s:6:\"3.35.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.7.zip\";s:6:\"3.35.8\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.8.zip\";s:6:\"3.35.9\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.35.9.zip\";s:5:\"3.4.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.0.zip\";s:10:\"3.4.0-dev7\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev7.zip\";s:10:\"3.4.0-dev8\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev8.zip\";s:10:\"3.4.0-dev9\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev9.zip\";s:5:\"3.4.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.1.zip\";s:5:\"3.4.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.2.zip\";s:5:\"3.4.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.3.zip\";s:5:\"3.4.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.4.zip\";s:5:\"3.4.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.5.zip\";s:5:\"3.4.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.6.zip\";s:5:\"3.4.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.7.zip\";s:5:\"3.4.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.8.zip\";s:5:\"3.5.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.0.zip\";s:11:\"3.5.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta1.zip\";s:11:\"3.5.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta2.zip\";s:11:\"3.5.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta3.zip\";s:11:\"3.5.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta4.zip\";s:11:\"3.5.0-beta5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta5.zip\";s:11:\"3.5.0-beta7\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta7.zip\";s:11:\"3.5.0-beta8\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta8.zip\";s:10:\"3.5.0-dev8\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev8.zip\";s:10:\"3.5.0-dev9\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev9.zip\";s:5:\"3.5.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.1.zip\";s:5:\"3.5.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.2.zip\";s:5:\"3.5.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.3.zip\";s:5:\"3.5.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.4.zip\";s:5:\"3.5.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.5.zip\";s:5:\"3.5.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.6.zip\";s:5:\"3.6.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:11:\"3.6.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta1.zip\";s:11:\"3.6.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta2.zip\";s:11:\"3.6.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta3.zip\";s:11:\"3.6.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta4.zip\";s:11:\"3.6.0-beta5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta5.zip\";s:10:\"3.6.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev1.zip\";s:11:\"3.6.0-dev10\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev10.zip\";s:5:\"3.6.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.1.zip\";s:5:\"3.6.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.2.zip\";s:5:\"3.6.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.3.zip\";s:5:\"3.6.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.4.zip\";s:5:\"3.6.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.5.zip\";s:5:\"3.6.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.6.zip\";s:5:\"3.6.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.7.zip\";s:5:\"3.6.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.8.zip\";s:5:\"3.7.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.0.zip\";s:11:\"3.7.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta1.zip\";s:11:\"3.7.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta2.zip\";s:11:\"3.7.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta3.zip\";s:11:\"3.7.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta4.zip\";s:10:\"3.7.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-dev1.zip\";s:5:\"3.7.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.1.zip\";s:5:\"3.7.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.2.zip\";s:5:\"3.7.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.3.zip\";s:5:\"3.7.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.4.zip\";s:5:\"3.7.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.5.zip\";s:5:\"3.7.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.6.zip\";s:5:\"3.7.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.7.zip\";s:5:\"3.7.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.8.zip\";s:5:\"3.8.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.8.0.zip\";s:11:\"3.8.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta1.zip\";s:11:\"3.8.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta2.zip\";s:11:\"3.8.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta3.zip\";s:5:\"3.8.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.8.1.zip\";s:5:\"3.9.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.9.0.zip\";s:5:\"3.9.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.9.1.zip\";s:5:\"3.9.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.9.2.zip\";s:5:\"4.0.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.0.zip\";s:11:\"4.0.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-beta1.zip\";s:11:\"4.0.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-beta2.zip\";s:11:\"4.0.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-beta3.zip\";s:11:\"4.0.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-beta4.zip\";s:11:\"4.0.0-beta5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-beta5.zip\";s:10:\"4.0.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-dev1.zip\";s:10:\"4.0.0-dev2\";s:63:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-dev2.zip\";s:10:\"4.0.0-dev3\";s:63:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-dev3.zip\";s:10:\"4.0.0-dev4\";s:63:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-dev4.zip\";s:10:\"4.0.0-dev5\";s:63:\"https://downloads.wordpress.org/plugin/elementor.4.0.0-dev5.zip\";s:5:\"4.0.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.1.zip\";s:5:\"4.0.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.2.zip\";s:5:\"4.0.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.3.zip\";s:5:\"4.0.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.4.zip\";s:5:\"4.0.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.5.zip\";s:5:\"4.0.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.6.zip\";s:5:\"4.0.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.7.zip\";s:5:\"4.0.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.0.8.zip\";s:11:\"4.1.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.4.1.0-beta1.zip\";s:10:\"4.1.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.4.1.0-dev1.zip\";s:5:\"trunk\";s:52:\"https://downloads.wordpress.org/plugin/elementor.zip\";}s:14:\"business_model\";s:10:\"commercial\";s:14:\"repository_url\";s:0:\"\";s:22:\"commercial_support_url\";s:94:\"https://elementor.com/support/?utm_source=wp-repo&utm_medium=link&utm_campaign=premium-support\";s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";a:2:{s:3:\"low\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3443226\";s:4:\"high\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3443226\";}s:5:\"icons\";a:2:{s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3444228\";s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228\";}s:12:\"preview_link\";s:0:\"\";s:4:\"Name\";s:63:\"Elementor Website Builder &#8211; more than just a page builder\";}}', 'off');
INSERT INTO `wpcb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1667, 'elementor_pro_remote_info_api_data_4.0.4', 'a:2:{s:7:\"timeout\";i:1778714541;s:5:\"value\";s:254112:\"{\"stable_version\":\"4.0.4\",\"last_updated\":\"2026-04-28 08:42:26\",\"sections\":\"a:2:{s:11:\\\"description\\\";s:161:\\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\\";s:9:\\\"changelog\\\";s:237915:\\\"<h2>Elementor Pro - by Elementor.com<\\/h2>\\n<h4>4.0.4 - 2026-04-28<\\/h4>\\n<ul>\\n<li>Fix: Flexbox and Div Block do not work with display conditions - Atomic Editor<\\/li>\\n<li>Fix: Custom CSS editor not editable in RTL websites - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>4.0.3 - 2026-04-20<\\/h4>\\n<ul>\\n<li>Tweak: Updated base style font styling in Atomic Form - Atomic Editor<\\/li>\\n<li>Fix: Submit button not working inside popups in Atomic Form - Atomic Editor<\\/li>\\n<li>Fix: Forms fail to send when using ACF Email dynamic tag - Atomic Editor<\\/li>\\n<li>Fix: Custom CSS editor not editable in RTL websites - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>4.0.2 - 2026-04-13<\\/h4>\\n<ul>\\n<li>Fix: Interactions apply only to the first matching element instead of all instances on the page - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>4.0.1 - 2026-04-01<\\/h4>\\n<ul>\\n<li>Fix: Exposed text properties appear empty in existing components - Atomic Editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/35357\\\">#35357<\\/a>)<\\/li>\\n<li>Fix: Cannot publish existing components with overridable properties - Atomic Editor<\\/li>\\n<li>Fix: Unexpected characters appear when deleting attribute values using backspace - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>4.0.0 - 2026-03-30<\\/h4>\\n<ul>\\n<li>New: Introducing Atomic Forms using composable Atomic elements - create flexible form layouts by combining individual field elements - Atomic Editor<\\/li>\\n<li>New: Introducing Interactions with new triggers and custom effects for dynamic experiences - create animations based on user scroll and user behavior - Atomic Editor<\\/li>\\n<li>Tweak: Component creation is available for Pro users - Atomic Editor<\\/li>\\n<li>Tweak: Added the ability to detach Components into editable layouts - Atomic Editor<\\/li>\\n<li>Tweak: Added support for custom fonts in typography controls - Atomic Editor<\\/li>\\n<li>Fix: Unable to paste content into the Custom CSS field - Atomic Editor<\\/li>\\n<li>Fix: Error when assigning a dynamic custom field to a component\'s inner element in Components - Atomic Editor<\\/li>\\n<\\/ul>\\n<h4>3.35.1 - 2026-02-11<\\/h4>\\n<ul>\\n<li>Fix: Enqueue script errors when <code>WP_DEBUG<\\/code> is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/34617\\\">#34617<\\/a>)<\\/li>\\n<li>Fix: General UI issues in Editor screens in WordPress Admin<\\/li>\\n<\\/ul>\\n<h4>3.35.0 - 2026-02-02<\\/h4>\\n<ul>\\n<li>Tweak: Extended the color picker to support ACF fields - Editor V4<\\/li>\\n<li>Tweak: Enabled size variables with custom units across relevant controls - Editor V4<\\/li>\\n<li>Tweak: Enabled size variables in border radius controls - Editor V4<\\/li>\\n<\\/ul>\\n<h4>3.34.4 - 2026-01-29<\\/h4>\\n<ul>\\n<li>Fix: Shortcodes overflow the screen on Saved Templates screen in WordPress Admin<\\/li>\\n<li>Fix: Avoid Multiple Popups control does not work in Popups<\\/li>\\n<\\/ul>\\n<h4>3.34.3 - 2026-01-26<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder WordPress view does not work as expected<\\/li>\\n<li>Fix: Submissions menu appears even when the setting is disabled<\\/li>\\n<\\/ul>\\n<h4>3.34.2 - 2026-01-22<\\/h4>\\n<ul>\\n<li>Tweak: Updated notification behavior in Elementor menu in WordPress admin<\\/li>\\n<\\/ul>\\n<h4>3.34.1 - 2026-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Unified the Elementor interface into a single place to manage, optimize, and configure Elementor capabilities in WordPress admin<\\/li>\\n<\\/ul>\\n<h4>3.34.0 - 2025-12-22<\\/h4>\\n<ul>\\n<li>New: Added support for Display Conditions for Atomic Elements - Editor V4<\\/li>\\n<li>Tweak: Enabled media queries for the Desktop breakpoint only in Custom CSS - Editor V4<\\/li>\\n<li>Tweak: Added support for ACF field in Dynamic Tags - Editor V4<\\/li>\\n<li>Tweak: Added support for Google Calendar in Contact URL Dynamic Tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Tel link in Contact URL Dynamic Tag - Editor V4<\\/li>\\n<li>Tweak: Added support for ACF Image field in Dynamic Tags - Editor V4<\\/li>\\n<li>Tweak: Removed icon from the accessibility tree in Flip Box widget<\\/li>\\n<li>Tweak: Applied CSS logical properties in text-align controls and improved RTL rendering in the Editor<\\/li>\\n<li>Fix: Website Template library displayed in English instead of the translated language<\\/li>\\n<li>Fix: Custom CSS field breaks when using certain characters - Editor V4<\\/li>\\n<\\/ul>\\n<h4>3.33.2 - 2025-12-03<\\/h4>\\n<ul>\\n<li>Fix: Incorrect status shown for Custom Code, Fonts, and Icons after importing a Website Template<\\/li>\\n<li>Fix: Display Conditions window appears empty in the editor<\\/li>\\n<\\/ul>\\n<h4>3.33.1 - 2025-11-11<\\/h4>\\n<ul>\\n<li>Fix: Styles not loading correctly in Custom Fonts and Custom Icons admin screens (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/33396\\\">#33396<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.33.0 - 2025-11-10<\\/h4>\\n<ul>\\n<li>New: Introducing Custom CSS for element-level styling with full isolation and responsive control - Editor V4<\\/li>\\n<li>New: Introducing media save to cloud in Website Templates, enabling users to store media assets directly in the cloud for easier access and management.<\\/li>\\n<li>Tweak: Added support for Post Excerpt dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Internal URL dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Post Terms dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Shortcode dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Popup dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Off-Canvas dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Lightbox dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Add To Cart dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for ACF URL dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Archive Title dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for the Email Contact URL dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for reduced-motion preferences in Flip Box widget<\\/li>\\n<li>Tweak: Updated minimum supported versions for Chrome, Firefox, and Safari<\\/li>\\n<li>Tweak: Updated Notes button location in the Editor Top Bar<\\/li>\\n<\\/ul>\\n<h4>3.32.3 - 2025-10-21<\\/h4>\\n<ul>\\n<li>Fix: Website Template fails to apply when Custom Code or Custom Icons are included<\\/li>\\n<\\/ul>\\n<h4>3.32.2 - 2025-09-29<\\/h4>\\n<ul>\\n<li>Fix: Exported taxonomies are not displayed correctly on the summary page in Website Templates export<\\/li>\\n<li>Fix: Certain taxonomies are not exported as expected in Website Templates export<\\/li>\\n<\\/ul>\\n<h4>3.32.1 - 2025-09-16<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder fails to load when containers are disabled<\\/li>\\n<li>Fix: Popup and single product templates not imported or exported as expected<\\/li>\\n<\\/ul>\\n<h4>3.32.0 - 2025-09-15<\\/h4>\\n<ul>\\n<li>New: Introducing Size Variables to store and reuse numeric values across spacing, typography, layout, and borders - Editor V4<\\/li>\\n<li>New: Introducing granular Transitions with property-level control for advanced micro-animations - Editor V4<\\/li>\\n<li>New: Added granular content selection for Website Templates import and export, including pages, menus, post types, and taxonomies<\\/li>\\n<li>Tweak: Enhanced accessibility of background images in Slides widget with proper aria attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23543\\\">#23543<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/31063\\\">#31063<\\/a>)<\\/li>\\n<li>Tweak: Added REST API support for the Custom Code feature<\\/li>\\n<li>Tweak: Moved Background control from Content tab to Style tab in Flip Box widget<\\/li>\\n<li>Tweak: Removed SVG icons from the accessibility tree in Share Buttons widget<\\/li>\\n<li>Tweak: Removed dropdown indicator icons from the accessibility tree in WordPress Menu widget<\\/li>\\n<li>Fix: PHP 8.4 deprecation notices when running with <code>WP_DEBUG<\\/code> enabled<\\/li>\\n<li>Fix: Reduced-motion preferences are not applied to Animated Headline widget<\\/li>\\n<li>Fix: Reduced-motion preferences are not applied in Motion Effects<\\/li>\\n<li>Fix: Added required PHP and WordPress versions to the plugin header<\\/li>\\n<\\/ul>\\n<h4>3.31.3 - 2025-09-08<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in WordPress Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.31.2 - 2025-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Improved release version functionality<\\/li>\\n<\\/ul>\\n<h4>3.31.1 - 2025-08-06<\\/h4>\\n<ul>\\n<li>Tweak: Updated <code>form-data<\\/code> package version<\\/li>\\n<\\/ul>\\n<h4>3.31.0 - 2025-08-05<\\/h4>\\n<ul>\\n<li>New: Introducing Attributes - add custom HTML attributes to elements for advanced control - Editor V4<\\/li>\\n<li>Tweak: Optimized Custom Code styles by removing redundant RTL file<\\/li>\\n<li>Tweak: Improved performance by loading ribbon styles only when used in Call to Action and Price Table widgets<\\/li>\\n<li>Tweak: Improved semantic markup structure for header and footer documents<\\/li>\\n<li>Tweak: Reorganized design controls in Animated Headline widget<\\/li>\\n<li>Tweak: Reorganized design controls in Blockquote widget<\\/li>\\n<li>Tweak: Reorganized design controls in Countdown widget<\\/li>\\n<li>Tweak: Replaced SASS mixins and functions with native CSS logical properties<\\/li>\\n<li>Fix: Empty headers are rendered in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28167\\\">#28167<\\/a>)<\\/li>\\n<li>Fix: <code>TypeError<\\/code> bug in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.30.1 - 2025-07-22<\\/h4>\\n<ul>\\n<li>Security Fix: Improved content sanitization in multiple widgets<\\/li>\\n<li>Fix: UI issue in Hotspot widget when Optimized Markup experiment is enabled<\\/li>\\n<li>Fix: Taxonomy filter not working in the Editor when Optimized Markup experiment is enabled<\\/li>\\n<\\/ul>\\n<h4>3.30.0 - 2025-07-01<\\/h4>\\n<ul>\\n<li>New: Introduced Full Website Templates in the Cloud - export, manage, and reuse full site kits across all your websites from one place<\\/li>\\n<li>Tweak: Activated &quot;Optimized Markup&quot; feature on new sites<\\/li>\\n<li>Tweak: Activated &quot;Menu&quot; feature on new sites<\\/li>\\n<li>Tweak: Improved error handling for Theme Builder display conditions<\\/li>\\n<li>Tweak: Added styling controls to Post Excerpt widget<\\/li>\\n<li>Tweak: Improved accessibility with <code>role<\\/code> and <code>aria-label<\\/code> attributes Post Navigation widget<\\/li>\\n<li>Tweak: Added <code>aria-label<\\/code> in Form widget<\\/li>\\n<li>Tweak: Added <code>aria-label<\\/code> in Login widget<\\/li>\\n<li>Tweak: Arranged content as lists in Portfolio and Posts widgets<\\/li>\\n<li>Tweak: Added Box Shadow and Text Shadow controls in Countdown widget<\\/li>\\n<li>Tweak: Moved image resolution control to content tab in Price List widget<\\/li>\\n<li>Tweak: Renamed and reorganized style sections in Price List widget<\\/li>\\n<li>Tweak: Added conditional logic to controls in Price Table widget<\\/li>\\n<li>Tweak: Grouped layout controls under list section in Price List widget<\\/li>\\n<li>Tweak: Updated minimum required WordPress version to 6.6<\\/li>\\n<li>Fix: Inline font icons support doesn\'t work in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24367\\\">#24367<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18343\\\">#18343<\\/a>)<\\/li>\\n<li>Fix: Page Title condition doesn\'t work on child pages in Widget Display Conditions<\\/li>\\n<li>Fix: Editor users with &quot;Access to edit content only&quot; are able to delete elements<\\/li>\\n<li>Fix: Links are not crawlable in Video Playlist widget<\\/li>\\n<li>Fix: Uses hardcoded admin fonts in Video Playlist widget<\\/li>\\n<li>Fix: Editor freezes when the Form widget is used with a high PHP upload size limit<\\/li>\\n<li>Fix: Errors occur when Debug mode is enabled in Slides widget<\\/li>\\n<li>Fix: Plugin dependency not enforced in Elementor Pro<\\/li>\\n<li>Fix: Console shows deprecation warning in Global Widgets<\\/li>\\n<\\/ul>\\n<h4>3.29.2 - 2025-06-04<\\/h4>\\n<ul>\\n<li>Tweak: Added selectors to Menu widget for compatibility with Optimized Markup experiment<\\/li>\\n<\\/ul>\\n<h4>3.29.1 - 2025-05-28<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Animated Headline widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Price Table widget<\\/li>\\n<\\/ul>\\n<h4>3.29.0 - 2025-05-19<\\/h4>\\n<ul>\\n<li>New: Introduced Cloud Templates - save, manage, and reuse your templates across all your sites from a single cloud library<\\/li>\\n<li>Tweak: Improved accessibility with <code>role<\\/code> attributes in Share Buttons widget<\\/li>\\n<li>Tweak: Improved accessibility by grouping content with <code>role=region<\\/code> in the Video Playlist widget<\\/li>\\n<li>Fix: Focus color is not applied correctly for accessibility in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24239\\\">#24239<\\/a>)<\\/li>\\n<li>Fix: Common scripts loaded late when using the Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.28.4 - 2025-05-05<\\/h4>\\n<ul>\\n<li>Fix: Empty results appeared on the frontend when using the Taxonomy Filter with the \'Avoid Duplicates\' option in Loop Grid widget<\\/li>\\n<li>Fix: Errors occur when Debug mode is enabled and the Optimized Markup experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.28.3 - 2025-04-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved sidebar navigation flow on the Elementor Home screen<\\/li>\\n<\\/ul>\\n<h4>3.28.2 - 2025-03-30<\\/h4>\\n<ul>\\n<li>Fix: Default Elementor animation shown for logged-out users when using an &quot;External URL&quot; source in Lottie widget<\\/li>\\n<\\/ul>\\n<h4>3.28.1 - 2025-03-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Animated Headline and Form widgets<\\/li>\\n<\\/ul>\\n<h4>3.28.0 - 2025-03-17<\\/h4>\\n<ul>\\n<li>Tweak: Ensured File Upload field styles are overridden by global styles in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11651\\\">#11651<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17223\\\">#17223<\\/a>)<\\/li>\\n<li>Tweak: Updated Scroll Snap description to clarify incompatibility with animations and motion effects<\\/li>\\n<li>Tweak: Prevented special characters from being encoded in the email subject field in Form widget<\\/li>\\n<li>Tweak: Loaded module styles within the module instead of registering them in <code>plugin.php<\\/code><\\/li>\\n<li>Tweak: Updated minimum required WordPress version to 6.5<\\/li>\\n<li>Tweak: Improved keyboard accessibility for menus in Editor Top Bar<\\/li>\\n<li>Tweak: Made the edit button accessible in the Template widget<\\/li>\\n<li>Tweak: Optimized Form widget performance by caching field assets <code>using get_style_depends()<\\/code> and <code>get_script_depends()<\\/code> methods<\\/li>\\n<li>Tweak: Added Text Shadow control in Testimonial Carousel, Call to Action and Animated Headline widgets<\\/li>\\n<li>Fix: Button icon alignment breaks when Inline Font Icons feature is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16077\\\">#16077<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16511\\\">#16511<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17692\\\">#17692<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17922\\\">#17922<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19253\\\">#19253<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19370\\\">#19370<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21236\\\">#21236<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21844\\\">#21844<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28080\\\">#28080<\\/a>)<\\/li>\\n<li>Fix: Dropdown caret color did not follow menu item color when Inline Font Icons feature is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17500\\\">#17500<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18466\\\">#18466<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21664\\\">#21664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24929\\\">#24929<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28064\\\">#28064<\\/a>)<\\/li>\\n<li>Fix: Page doesn\'t scroll up when a coupon error notice appears in Checkout widget<\\/li>\\n<\\/ul>\\n<h4>3.27.7 - 2025-03-13<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<\\/ul>\\n<h4>3.27.6 - 2025-03-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Template Condition<\\/li>\\n<\\/ul>\\n<h4>3.27.5 - 2025-03-03<\\/h4>\\n<ul>\\n<li>Fix: The <code>wp_trigger_error<\\/code> function causes the site to crash instead of triggering a warning when used with ACF text<\\/li>\\n<\\/ul>\\n<h4>3.27.4 - 2025-02-16<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Screenshots module<\\/li>\\n<li>Security Fix: Improved code security enforcement in Query control<\\/li>\\n<li>Fix: ACF <code>true_false<\\/code> field causing a fatal error when used as a dynamic tag with third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/30170\\\">#30170<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.27.3 - 2025-02-06<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Stripe Button widget<\\/li>\\n<\\/ul>\\n<h4>3.27.2 - 2025-02-03<\\/h4>\\n<ul>\\n<li>Fix: Value type configuration issue causing errors when using ACF<\\/li>\\n<li>Fix: Hide content on responsive breakpoint option is not working on WordPress Menu widget when Optimized Markup experiment is activated<\\/li>\\n<\\/ul>\\n<h4>3.27.1 - 2025-01-27<\\/h4>\\n<ul>\\n<li>Tweak: Increased the number of items allowed in Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<li>Security Fix: Improved code security enforcement in Global widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Admin settings<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Empty custom fields are missing in the Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<\\/ul>\\n<h4>3.27.0 - 2025-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Removed the <code>elementor-widget-container<\\/code> div from the Menu, Loop, Table of Contents, Form, and Hotspot widgets as part of the Optimized Markup experiment to improve HTML structure<\\/li>\\n<li>Tweak: Reduced DOM size by optimizing the submit button markup in Search widget<\\/li>\\n<li>Tweak: Moved style loading to the head instead of the footer to improve CLS<\\/li>\\n<li>Tweak: Enabled conditional loading of Swiper.js based on widget dependencies to reduce unnecessary assets and improve page load times<\\/li>\\n<li>Tweak: Standardized navigation elements like arrows and bullets across all carousel and slider widgets for improved accessibility<\\/li>\\n<li>Tweak: Improved accessibility when the submit button has only an icon and no text in Search widget<\\/li>\\n<li>Tweak: Removed <code>load_plugin_textdomain()<\\/code> function from Elementor Pro<\\/li>\\n<\\/ul>\\n<h4>3.26.3 - 2025-01-07<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Search widget<\\/li>\\n<li>Fix: Height issues cause slideshow thumbnails to display incorrectly in Media Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29663\\\">#29663<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.2 - 2024-12-22<\\/h4>\\n<ul>\\n<li>Fix: Menu items are not clickable in various scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29191\\\">#29191<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.1 - 2024-12-17<\\/h4>\\n<ul>\\n<li>Fix: Restore deprecated <code>Plugin::enqueue_styles()<\\/code> function to avoid errors with 3rd party plugins<\\/li>\\n<\\/ul>\\n<h4>3.26.0 - 2024-12-16<\\/h4>\\n<ul>\\n<li>New: Introducing dynamic content support for Off-canvas in Loop Grid widget templates - enabling seamless display of additional content dynamically (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29049\\\">#29049<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28935\\\">#28935<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7106\\\">#7106<\\/a>)<\\/li>\\n<li>New: AdBlock Detection trigger for Popups - display targeted popups for visitors using ad blockers<\\/li>\\n<li>New: Added Reload Page link action for Dynamic Tags<\\/li>\\n<li>Tweak: Added &quot;Space Between Dots&quot; control to Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2526\\\">#2526<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3277\\\">#3277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21697\\\">#21697<\\/a>)<\\/li>\\n<li>Tweak: Replaced hidden <code>elementor-screen-only<\\/code> div with <code>aria-label<\\/code> attributes<\\/li>\\n<li>Tweak: Removed <code>elementor-widget-container<\\/code> div from Elementor widgets as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Optimize popup styling by loading it only when necessary<\\/li>\\n<li>Tweak: Updated Gap between slides control to support only PX units in Carousel widget<\\/li>\\n<li>Tweak: Removed the dependency between the Tabs handler and the Menu handler<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> in Carousel widgets<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=carousel<\\/code> to carousel wrapper<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=slide<\\/code> to slide wrapper<\\/li>\\n<li>Tweak: Optimized carousel widgets markup as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Updated minimum required Safari version to 15.5<\\/li>\\n<li>Tweak: Facebook widgets are no longer supported on mobile due to Facebook functionality changes<\\/li>\\n<li>Fix: Motion Effects sticky feature is not working when Scroll Snap is enabled<\\/li>\\n<li>Fix: Custom Image Resolution option is not working in Gallery widget<\\/li>\\n<li>Fix: \'Reading Settings\' unexpectedly reduces the number of posts displayed when using the Archive with Pagination setting<\\/li>\\n<li>Fix: Step Form does not scroll to the top when the first field is not an input field in Form widget<\\/li>\\n<li>Fix: Display Condition feature is available without an active Elementor license in Floating Elements<\\/li>\\n<li>Fix: Background options of Flip Box in Loop Grid widget are not working when images are added using ACF Dynamic Tags<\\/li>\\n<li>Fix: Dropdown icon in the Select field of the Form widget is cut off when the Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Incompatibility between Form widget and WPML when using Nested Elements<\\/li>\\n<li>Fix: Performance issues when changing the title name in the Menu widget<\\/li>\\n<li>Fix: Warnings appear when Element Caching is set to Inactive in Carousel widgets<\\/li>\\n<li>Fix: Swiper styling missing from Lightbox inside Gallery widgets<\\/li>\\n<\\/ul>\\n<h4>3.25.5 - 2024-12-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Popup overlay shown for non-logged users even when disabled<\\/li>\\n<\\/ul>\\n<h4>3.25.4 - 2024-11-20<\\/h4>\\n<ul>\\n<li>Tweak: Improved Global Widget loading method to enhance performance<\\/li>\\n<\\/ul>\\n<h4>3.25.3 - 2024-11-13<\\/h4>\\n<ul>\\n<li>Fix: Nested Elements are activated even when the Container experiment is inactive<\\/li>\\n<\\/ul>\\n<h4>3.25.2 - 2024-11-03<\\/h4>\\n<ul>\\n<li>Fix: Styling issues affecting popup layout when using a Dynamic Tag to open the popup<\\/li>\\n<li>Fix: Image captions are not displaying for non-logged-in users in Media Carousel widget<\\/li>\\n<li>Fix: Custom Add to Cart widget with Quantity enabled causes critical error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29159\\\">#29159<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.25.1 - 2024-10-31<\\/h4>\\n<ul>\\n<li>Fix: Multiple Custom Add to Cart widgets on the same page are adding the same product<\\/li>\\n<\\/ul>\\n<h4>3.25.0 - 2024-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added pagination functionality to the Live Results in Search widget<\\/li>\\n<li>Tweak: Added Anchor Offset control to allow precise positioning when scrolling to anchor links on the page<\\/li>\\n<li>Tweak: Load motion effects styles only when they are in use<\\/li>\\n<li>Tweak: Load sticky styles only when they are in use<\\/li>\\n<li>Tweak: Load popup styles only when they are in use<\\/li>\\n<li>Tweak: Load theme builder styles only when they are in use<\\/li>\\n<li>Tweak: Load transition styles for Call to Action and Gallery widgets only when they are in use<\\/li>\\n<li>Tweak: Load styles for Form widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for WooCommerce widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Theme Elements widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Carousel widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Pricing widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Floating Elements separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Link in Bio widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load minified CSS in the Loop Builder\'s Call to Action button in the Editor<\\/li>\\n<li>Tweak: Removed &quot;Payments&quot; module styles<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Payapl widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Stripe widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Merged &quot;Form Submissions&quot; feature into the version and moved it to the Advanced tab<\\/li>\\n<li>Tweak: Merged &quot;Display Conditions&quot; into the version<\\/li>\\n<li>Fix: Missing translation string for the empty message in the Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27580\\\">#27580<\\/a>)<\\/li>\\n<li>Fix: Local Storage and Session Storage were being used even when popups were not in use (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7151\\\">#7151<\\/a>)<\\/li>\\n<li>Fix: Masonry layout is not working when pagination is set to &quot;Load More&quot; or &quot;Infinite Scroll&quot; in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23684\\\">#23684<\\/a>)<\\/li>\\n<li>Fix: Extra gap between widgets on the frontend when using Off-canvas widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27706\\\">#27706<\\/a>)<\\/li>\\n<li>Fix: Pagination and custom queries did not work when the Posts Widget was saved as a Global Widget or used via shortcode<\\/li>\\n<li>Fix: Lightbox videos are missing controls and displayed at the wrong size in Media Carousel widget<\\/li>\\n<li>Fix: Pagination options with Individual Pagination not working as expected in Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Justified or Masonry layouts for the Pro Gallery would not display images on the frontend when inserted via nested tabs<\\/li>\\n<li>Fix: Error issue in the Loop Grid widget when used in theme parts with the Taxonomy Filter<\\/li>\\n<li>Fix: Removed the focus ring after clicking to open the Off Canvas inside the Editor<\\/li>\\n<li>Fix: Background gradient colors from the dynamic color tag values are not rendering on the frontend<\\/li>\\n<li>Fix: Excessive database requests generated by the Loop Grid widget<\\/li>\\n<li>Fix: Colors from Dynamic Tags were not rendered on the frontend<\\/li>\\n<li>Fix: Display issue in the Menu widget caused by the \'Native Intersection Observer API<\\/li>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget<\\/li>\\n<li>Fix: Content Width control inside the Mega Menu is displaying an empty value<\\/li>\\n<\\/ul>\\n<h4>3.24.4 - 2024-10-09<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<\\/ul>\\n<h4>3.24.3 - 2024-10-01<\\/h4>\\n<ul>\\n<li>Fix: Floating Elements template not loading when Single Page template is set with All Singular condition<\\/li>\\n<li>Fix: Form field styles not loading properly in various scenarios<\\/li>\\n<\\/ul>\\n<h4>3.24.2 - 2024-09-18<\\/h4>\\n<ul>\\n<li>Fix: Icons not displaying when Inline SVG Icons experiment is active in Link In Bio widgets and Floating Elements<\\/li>\\n<\\/ul>\\n<h4>3.24.1 - 2024-09-12<\\/h4>\\n<ul>\\n<li>Fix: Widget styles not loading correctly on front causing alignment inconsistencies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28676\\\">#28676<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.24.0 - 2024-09-10<\\/h4>\\n<ul>\\n<li>New: Introducing support for Variable Fonts - allowing for more dynamic and flexible text styling (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6703\\\">#6703<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11333\\\">#11333<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19277\\\">#19277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25485\\\">#25485<\\/a>)<\\/li>\\n<li>Tweak: Added \'Structure\' indication for widgets with Display Conditions applied (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28027\\\">#28027<\\/a>)<\\/li>\\n<li>Tweak: Added a new option for setting the live search results width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28280\\\">#28280<\\/a>)<\\/li>\\n<li>Tweak: Improved Honeypot field functionality in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28480\\\">#28480<\\/a>)<\\/li>\\n<li>Tweak: Added options to \'Copy\', \'Paste\', and \'Clear\' Display Conditions in Context Menu<\\/li>\\n<li>Tweak: Improved performance of the Menu widget when using Dynamic Tags in the URL field<\\/li>\\n<li>Tweak: Improved performance when using Dynamic Tags in Nested Elements<\\/li>\\n<li>Tweak: Added the option for users to disable Akismet for specific Elementor forms<\\/li>\\n<li>Tweak: Adjusted URL structure when presenting the Search Archive page in Search widget<\\/li>\\n<li>Tweak: Added the \'Create Template\' button in Search widget<\\/li>\\n<li>Tweak: Added an option to enable the \'Loader\' animation while live results are loading in Search widget<\\/li>\\n<li>Tweak: Load share buttons compatibility styles only when they are in use<\\/li>\\n<li>Tweak: Load dialog styles only when they are in use<\\/li>\\n<li>Tweak: Load global widget styles only during Editor preview<\\/li>\\n<li>Tweak: Conditionally load widget styles only when the widgets are used<\\/li>\\n<li>Tweak: Load styles for CTA hover animations only when they are in use<\\/li>\\n<li>Tweak: Load notes styles only when the WordPress Toolbar is displayed<\\/li>\\n<li>Tweak: Split <code>animations.min.css<\\/code> into multiple CSS files and load them conditionally<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Stable status<\\/li>\\n<li>Tweak: Merged Taxonomy Filter feature into the version<\\/li>\\n<li>Tweak: Merged Search feature into the version<\\/li>\\n<li>Tweak: Added a note to \'Current Query\' explaining the impact of WordPress settings on pagination within Archives<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for the Off-Canvas widget<\\/li>\\n<li>Fix: Manual Selection option is not excluding sticky posts in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18689\\\">#18689<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23331\\\">#23331<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28179\\\">#28179<\\/a>)<\\/li>\\n<li>Fix: Template ID does not change according to the imported Loop Item (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21404\\\">#21404<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22202\\\">#22202<\\/a>)<\\/li>\\n<li>Fix: \'Editing Mode\' for the Off-canvas was not functioning correctly in certain scenarios<\\/li>\\n<li>Fix: Added definition to <code>clear_custom_image_sizes<\\/code> hook to prevent edge case issues<\\/li>\\n<li>Fix: Flickering issue with search result buttons when closing results using the keyboard escape key in Search widget<\\/li>\\n<li>Fix: Theme Style settings for buttons were overriding the text styling in Search widget<\\/li>\\n<li>Fix: Nesting menu inside another menu causes functionality issues in Menu widget<\\/li>\\n<li>Fix: Error when using array as custom fields value in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.23.3 - 2024-08-05<\\/h4>\\n<ul>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28194\\\">#28194<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.23.2 - 2024-07-29<\\/h4>\\n<ul>\\n<li>Fix: Horizontal scroll bar appearing on the page when using Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28087\\\">#28087<\\/a>)<\\/li>\\n<li>Fix: Dropdown area disappearing in certain scenarios in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.23.1 - 2024-07-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in link URL<\\/li>\\n<\\/ul>\\n<h4>3.23.0 - 2024-07-15<\\/h4>\\n<ul>\\n<li>New: Search Widget with Live Results - Display live search results as visitors type into the search box, enhancing user experience and engagement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27664\\\">#27664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24931\\\">#24931<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21459\\\">#21459<\\/a>)<\\/li>\\n<li>Tweak: Renamed <code>width<\\/code> to <code>Min width<\\/code> and added <code>Max width<\\/code> control to Hotspot tooltips (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18930\\\">#18930<\\/a>)<\\/li>\\n<li>Tweak: Applied a logical DOM order to the Mega Menu widget to improve accessibility<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for WordPress Menu widget<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for Menu widget<\\/li>\\n<li>Tweak: Added a bottom option to the Image Position control in Call to Action widget<\\/li>\\n<li>Fix: Missing version string in included CSS query string when Improved CSS Loading is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21879\\\">#21879<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23821\\\">#23821<\\/a>)<\\/li>\\n<li>Fix: Form submission icon message does not display correctly when Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Save and Close button position issues in the conditions screen in Theme Builder.<\\/li>\\n<li>Fix: Focus appears on the first element when using the mouse to open Off-Canvas <\\/li>\\n<li>Fix: Links to Elementor Settings are broken in various locations<\\/li>\\n<li>Fix: Conditions field not showing all relevant conditions in Theme Builder<\\/li>\\n<li>Fix: Off-Canvas flickering in sticky containers with exit animations triggered by sticky effects<\\/li>\\n<\\/ul>\\n<h4>3.22.1 - 2024-06-24<\\/h4>\\n<ul>\\n<li>Fix: Styling of Global widgets not loading when Element Caching experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27704\\\">#27704<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.22.0 - 2024-06-16<\\/h4>\\n<ul>\\n<li>New: Introducing Off-Canvas widget - create engaging and creative layers triggered by a link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6225\\\">#6225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21769\\\">#21769<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25770\\\">#25770<\\/a>)<\\/li>\\n<li>Tweak: Added option to remove \'User IP\' and \'User Agent\' from the form submissions metadata (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14285\\\">#14285<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>waypoints.js<\\/code> library with the native Intersection Observer API<\\/li>\\n<li>Tweak: Extended Alignment and Position capabilities in Form widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Flip Box widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Call to Action widget<\\/li>\\n<li>Tweak: Optimized Form widget to eliminate unnecessary markup when the button icon is empty<\\/li>\\n<li>Tweak: Optimized Posts widget to eliminate unnecessary markup when Load More button text is empty<\\/li>\\n<li>Tweak: Remove <code>placeholder<\\/code> arguments from URL controls<\\/li>\\n<li>Tweak: Implemented CSS logical properties to Icon Position in Form, Posts and Menu Cart widgets<\\/li>\\n<li>Tweak: Activated Display Conditions feature for existing sites<\\/li>\\n<li>Tweak: Activated Taxonomy Filter feature for existing sites<\\/li>\\n<li>Tweak: Added functionality to delay the running of the ready triggers on inner elements<\\/li>\\n<li>Fix: Icons are now part of the link in the Menu Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24298\\\">#24298<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25112\\\">#25112<\\/a>)<\\/li>\\n<li>Fix: <code>all: unset<\\/code> assigned to buttons cause focus issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24322\\\">#24322<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25448\\\">#25448<\\/a>)<\\/li>\\n<li>Fix: Menu cart SVG icon disappears on front when Optimized Control Loading experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27342\\\">#27342<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro auto-updates are not working on multisite networks (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12615\\\">#12615<\\/a>)<\\/li>\\n<li>Fix: PHP error appears in the editor when using Loop Grid in an archive template<\\/li>\\n<li>Fix: UI glitch on Icon Position control in Paypal and Stripe Buttons widgets<\\/li>\\n<li>Fix: Icon Position control RTL issue in Hotspot widget<\\/li>\\n<li>Fix: Manual Selection &quot;Include By&quot; Query doesn\'t work with product categories<\\/li>\\n<\\/ul>\\n<h4>3.21.3 - 2024-05-20<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Loop Grid widget<\\/li>\\n<li>Fix: License expired affects the Display Conditions functionality in the front end<\\/li>\\n<\\/ul>\\n<h4>3.21.2 - 2024-04-30<\\/h4>\\n<ul>\\n<li>Fix: Special characters are not displayed correctly when using the Excerpt widget in Loop template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25860\\\">#25860<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.21.1 - 2024-04-24<\\/h4>\\n<ul>\\n<li>Fix: Excerpt Length setting doesn\'t function correctly for languages with non-English characters in Post Excerpt widget<\\/li>\\n<\\/ul>\\n<h4>3.21.0 - 2024-04-15<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Taxonomy Query - Enabling the display of post and product categories and tags within Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21372\\\">#21372<\\/a>)<\\/li>\\n<li>Tweak: Optimized Hotspot widget to prevent rendering when no image is provided<\\/li>\\n<li>Tweak: Optimized Blockquote widget to eliminate unnecessary markup when devoid of content<\\/li>\\n<li>Tweak: Optimized Template widget to eliminate unnecessary markup when no template is selected<\\/li>\\n<li>Tweak: Optimized Code Highlight widget to eliminate unnecessary markup when there is no content<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Portfolio widget<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Author Avatar image alt text in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25440\\\">#25440<\\/a>)<\\/li>\\n<li>Tweak: Notes feature merged to version<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Profile Picture alt text in Author widget<\\/li>\\n<li>Fix: Display issue on hover state in WooCommerce Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.20.3 - 2024-04-10<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issue between the My Account widget and other third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20986\\\">#20986<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.20.2 - 2024-03-26<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Post Navigation widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Gallery widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.20.1 - 2024-03-20<\\/h4>\\n<ul>\\n<li>Fix: Strengthened code integrity in deprecated Woo Single Element widget<\\/li>\\n<li>Fix: PHP error notice appears when using Loop Grid with the Taxonomy Filter widgets<\\/li>\\n<\\/ul>\\n<h4>3.20.0 - 2024-03-11<\\/h4>\\n<ul>\\n<li>Tweak: Implemented OR logic in the Display Conditions feature<\\/li>\\n<li>Tweak: Added X and Threads social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25299\\\">#25299<\\/a>)<\\/li>\\n<li>Tweak: Added Archive Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Alt dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Caption dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Bio dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Email dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Website dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Page Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Post Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Comments Number rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Archive Author rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added support for WordPress Custom Fields in Display Conditions feature<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23875\\\">#23875<\\/a>)<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Login widget<\\/li>\\n<li>Tweak: Added additional style controls in the Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration option in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21295\\\">#21295<\\/a>)<\\/li>\\n<li>Tweak: Added Transition Duration to button in Flip Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Author Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to List in Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Login widget<\\/li>\\n<li>Tweak: Added Transition Duration in Post Navigation widget<\\/li>\\n<li>Tweak: Added Transition Duration Show More in Video Playlist widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Form widget<\\/li>\\n<li>Tweak: Removed separator-none argument from all Editor controls<\\/li>\\n<li>Tweak: Add <code>&lt;time&gt;<\\/code> wrapper for Date and Time items in Post Info widget<\\/li>\\n<li>Tweak: Page Transitions feature merged to version<\\/li>\\n<li>Tweak: Scroll Snap feature merged to version<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Beta status and activated for new sites<\\/li>\\n<li>Tweak: Promoted Taxonomy Filter feature to beta status and activated for new sites<\\/li>\\n<li>Fix: Page Transitions feature and Load Font Awesome 4 Support cause a console error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18885\\\">#18885<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19334\\\">#19334<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21082\\\">#21082<\\/a>)<\\/li>\\n<li>Fix: Added better output escaping in Taxonomy Filter widget<\\/li>\\n<\\/ul>\\n<h4>3.19.3 - 2024-02-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved Loop CSS loading structure in Loop Grid item<\\/li>\\n<li>Security Fix: Addressed security weaknesses in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.19.2 - 2024-02-07<\\/h4>\\n<ul>\\n<li>Fix: Export data inconsistencies when using form actions in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.19.1 - 2024-02-05<\\/h4>\\n<ul>\\n<li>Fix: Enqueuing non-existing Loop Template CSS file in Loop Item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24959\\\">#24959<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>3.19.0 - 2024-01-29<\\/h4>\\n<ul>\\n<li>New: Introducing Display Conditions for Elements - allowing users to customize content visibility based on specified criteria (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4246\\\">#4246<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21152\\\">#21152<\\/a>)<\\/li>\\n<li>New: Implemented Akismet Integration for enhanced spam protection and security in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11401\\\">#11401<\\/a>)<\\/li>\\n<li>New: Introducing Permissions functionality to Element Manager - providing users with enhanced control over access and management capabilities<\\/li>\\n<li>Tweak: Added styling option for dropdown indicator in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21907\\\">#21907<\\/a>)<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Implemented CSS logical properties in WordPress Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Reviews widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Countdown widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Updated <code>jquery.smartmenus.js<\\/code> version from 1.1.1 to 1.2.0<\\/li>\\n<li>Fix: Dynamic Background Image does not load on the first Loop Item in a Loop Grid (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21489\\\">#21489<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22368\\\">#22368<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23085\\\">#23085<\\/a>)<\\/li>\\n<li>Fix: History panel deprecation notices in console log<\\/li>\\n<li>Fix: Second Pro rollback installed the latest version instead of the specifically selected older version<\\/li>\\n<li>Fix: Incorrect position of the dropdown content when applying entrance animation in Menu Widget<\\/li>\\n<li>Fix: UX issues when using in-place editing in Menu widget<\\/li>\\n<li>Fix: Pagination with page reload is not working when used with the Taxonomy filter and Loop Grid widget in Archive template<\\/li>\\n<\\/ul>\\n<h4>3.18.2 - 2023-12-20<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Price List widget<\\/li>\\n<li>Fix: Error messages related to loop filter appear on front when using PHP 8.X and <code>WP_DEBUG<\\/code> is true<\\/li>\\n<\\/ul>\\n<h4>3.18.1 - 2023-12-06<\\/h4>\\n<ul>\\n<li>Fix: No results appeared when reloading the page with deep link and de-selecting terms in Taxonomy Filter widget<\\/li>\\n<li>Fix: No results appeared when filtering the Uncategorized category in Filter Taxonomy widget<\\/li>\\n<li>Fix: Notes still available when the Notes feature is deactivated<\\/li>\\n<\\/ul>\\n<h4>3.18.0 - 2023-12-04<\\/h4>\\n<ul>\\n<li>Tweak: Added the ability to upload files as attachments to emails in the File Upload field in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4868\\\">#4868<\\/a>)<\\/li>\\n<li>Tweak: Introduced the capability to design and edit the empty state in the Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24261\\\">#24261<\\/a>)<\\/li>\\n<li>Tweak: Implemented the option to close the menu content area with a click anywhere on the screen in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22686\\\">#22686<\\/a>)<\\/li>\\n<li>Tweak: Improve scrolling behavior inside the content area when there is not enough space in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22712\\\">#22712<\\/a>)<\\/li>\\n<li>Tweak: Expanded breakpoint options in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22488\\\">#22488<\\/a>)<\\/li>\\n<li>Tweak: Added Logical Combination control in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added additional units to Horizontal and Vertical padding for Dropdown in WordPress Menu widget<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in Loop Carousel and Carousel widgets<\\/li>\\n<li>Tweak: Added various HTML Tag controls in Video Playlist widget<\\/li>\\n<li>Tweak: Added responsive control to navigation size in Slides, Reviews, Media Carousel and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added semantic <code>&lt;search&gt;<\\/code> wrapper in Search Form widget<\\/li>\\n<li>Tweak: Added semantic <code>&lt;search&gt;<\\/code> wrapper in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added Multiple Selection control in Taxonomy Filter widget<\\/li>\\n<li>Fix: Deprecated notice when using ${var} in strings instead of {$var} with PHP 8.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23927\\\">#23927<\\/a>)<\\/li>\\n<li>Fix: Dropdown indicator position issue in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23947\\\">#23947<\\/a>)<\\/li>\\n<li>Fix: Dynamic Tags are not available when choosing \'self-hosted\' source in Video widget<\\/li>\\n<li>Fix: Telephone field placeholder is aligned to the left in RTL websites in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.17.1 - 2023-11-01<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Code Highlight, Form, Lottie, Price List, and Video Playlist widgets<\\/li>\\n<\\/ul>\\n<h4>3.17.0 - 2023-10-25<\\/h4>\\n<ul>\\n<li>Tweak: Added AJAX pagination option or seamless page navigation between content in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>)<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Post widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Loop Grid widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Added a None option to the breakpoint options in Menu widget<\\/li>\\n<li>Tweak: Added a horizontal scrolling option in Menu widget<\\/li>\\n<li>Tweak: Upgraded minimum required PHP version to 7.3<\\/li>\\n<li>Tweak: Improved accessibility when minimize button is disabled in Table of Content widget<\\/li>\\n<li>Fix: Table of Content widget without icons displays <code>undefined<\\/code> error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17523\\\">#17523<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17768\\\">#17768<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18463\\\">#18463<\\/a>)<\\/li>\\n<li>Fix: Hover behavior issues on menu items in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23430\\\">#23430<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22431\\\">#22431<\\/a>)<\\/li>\\n<li>Fix: Links inside Loop Carousel are not working on initial load in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23705\\\">#23705<\\/a>)<\\/li>\\n<li>Fix: Popups accessible navigation adds outlines to the wrong first focusable element<\\/li>\\n<li>Fix: Dropdown area aligned to the left side of the screen if contains Tabs widget in Menu widget<\\/li>\\n<li>Fix: Content horizontal position not aligning correctly when used with carousel widgets in Menu widget<\\/li>\\n<li>Fix: Accessibility errors in PageSpeed Insights in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.16.2 - 2023-09-20<\\/h4>\\n<ul>\\n<li>Fix: Fit to Content dropdown position calculation is incorrect in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23808\\\">#23808<\\/a>)<\\/li>\\n<li>Fix: Reverted hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23804\\\">#23804<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.16.1 - 2023-09-14<\\/h4>\\n<ul>\\n<li>Fix: Dynamic tag for ACF image field is not working as expected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23757\\\">#23757<\\/a>)<\\/li>\\n<li>Fix: Sticky functionality affects padding values in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23758\\\">#23758<\\/a>)<\\/li>\\n<li>Fix: HTML list issues for padding and margin in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.16.0 - 2023-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23607\\\">#23607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22554\\\">#22554<\\/a>)<\\/li>\\n<li>Fix: \'Fallback: Recent Posts\' option malfunctions in the Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21436\\\">#21436<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23259\\\">#23259<\\/a>)<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22056\\\">#22056<\\/a>)<\\/li>\\n<li>Tweak: Used appropriate image <code>alt<\\/code> in Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17680\\\">#17680<\\/a>)<\\/li>\\n<li>Tweak: Optimized Scroll Snap functionality when using Container widget<\\/li>\\n<li>Tweak: Enhanced Elementor Role Manager functionality when using Containers<\\/li>\\n<li>Tweak: Added Notes feature to the Editor Top Bar<\\/li>\\n<li>Tweak: Replace CSS <code>float<\\/code> with other layouts in the Editor<\\/li>\\n<li>Tweak: Upgraded HTML Structure for the Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Carousel and Menu widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to a link in Posts widget<\\/li>\\n<li>Tweak: Loop Builder feature merged to version<\\/li>\\n<li>Fix: Addressed inconsistency in hover effect durations between icon, dropdown indicator colors, and text colors in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22376\\\">#22376<\\/a>)<\\/li>\\n<li>Fix: Slides break if the parent container is set to HTML A tag in Loop Carousel and Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22678\\\">#22678<\\/a>)<\\/li>\\n<li>Fix: The icon size setting is not affecting uploaded SVG icons in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22372\\\">#22372<\\/a>)<\\/li>\\n<li>Fix: Taxonomy filter does not work with slug in foreign characters (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23315\\\">#23315<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Dynamic Tags<\\/li>\\n<li>Fix: Sticky container incorrectly adjusts its width when transitioning from a smaller breakpoint to a larger one within the Editor<\\/li>\\n<\\/ul>\\n<h4>3.15.1 - 2023-08-09<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.15.0 - 2023-07-31<\\/h4>\\n<ul>\\n<li>New: Introducing Taxonomy Filter widget - Empower visitors to seamlessly filter listings in Loop Grids based on taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3140\\\">#3140<\\/a>)<\\/li>\\n<li>Tweak: Added an &quot;Offset Sides&quot; functionality in Carousel and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21114\\\">#21114<\\/a>)<\\/li>\\n<li>Tweak: Modified the size of the Publish button in the Editor Top Bar feature (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22472\\\">#22472<\\/a>)<\\/li>\\n<li>Tweak: Improved Ajax permissions functionality for better security enforcement<\\/li>\\n<li>Tweak: Added option for pagination custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added option for navigation custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added additional styling options for navigation in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added labels to shortcode column in WordPress admin<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in Menu widget<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in My Account widget<\\/li>\\n<li>Tweak: Improved panel UI in Video Playlist widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Price List widget<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Slides widget<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Flip Box widget<\\/li>\\n<li>Tweak: Added &quot;Description HTML Tag&quot; in Call To Action widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Share Buttons widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: WooCommerce Status page failed to recognize Elementor WooCommerce widgets<\\/li>\\n<li>Fix: Pagination does not work inside single templates when using Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Incorrect saving of WooCommerce page settings in Elementor site settings under certain scenarios<\\/li>\\n<\\/ul>\\n<h4>3.14.1 - 2023-06-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved navigation on touch devices in Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22827\\\">#22827<\\/a>)<\\/li>\\n<li>Fix: Missing navigation arrows on lightbox in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22870\\\">#22870<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.14.0 - 2023-06-19<\\/h4>\\n<ul>\\n<li>New: Introducing Carousel widget - Infinite design possibilities, and nesting capabilities (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2587\\\">#2587<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>Tweak: Added Static Item Position functionality to Alternate template in Loop Grid widget<\\/li>\\n<li>Tweak: Added visual indication of Page Parts<\\/li>\\n<li>Tweak: Added dividers option between menu items in Menu widget<\\/li>\\n<li>Tweak: Changed the HTML structure of Pagination and Navigation in Loop Carousel and Nested Carousel widgets<\\/li>\\n<li>Tweak: Added shop page in WooCommerce Pages section in Site Settings<\\/li>\\n<li>Tweak: Added Text Shadow, Box Shadow and Padding control to button in Call to Action widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Video Playlist widget<\\/li>\\n<li>Tweak: Added <code>alt<\\/code> attribute to images in Video Playlist widget<\\/li>\\n<li>Tweak: Replaced select control with choose control for Flip Direction control in Flip Box widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Use <code>media_types<\\/code> array in Media controls<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11193\\\">#11193<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19871\\\">#19871<\\/a>)<\\/li>\\n<li>Fix: Responsive settings for templates don\'t work as expected when Additional Custom Breakpoints feature is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16819\\\">#16819<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19394\\\">#19394<\\/a>)<\\/li>\\n<li>Fix: Inner containers are not presented as expected in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21813\\\">#21813<\\/a>)<\\/li>\\n<li>Fix: Popup width does not support percentages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22413\\\">#22413<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x throws errors when using WooCommerce Ajax response (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22199\\\">#22199<\\/a>)<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22789\\\">#22789<\\/a>)<\\/li>\\n<li>Fix: Order by Price doesn\'t work for the Latest products or Manual Selection in Products widget<\\/li>\\n<li>Fix: Dropdown indicator icon is not vertically aligned to the text when using icon in Menu Widget<\\/li>\\n<li>Fix: Mixed content warning in the console for Video Playlist widget<\\/li>\\n<li>Fix: Preview settings are not presented as expected after first save in Loop Template<\\/li>\\n<li>Fix: Not-crawlable link error in Video Playlist widget<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Logo widget<\\/li>\\n<li>Fix: Focus state issue on page load when using Table of Content widget<\\/li>\\n<\\/ul>\\n<h4>3.13.2 - 2023-05-22<\\/h4>\\n<ul>\\n<li>Fix: Hover settings not working as expected on Touch-Enabled devices in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22258\\\">#22258<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.1 - 2023-05-11<\\/h4>\\n<ul>\\n<li>Security Fix: Addressed security weaknesses in access management related functions<\\/li>\\n<li>Fix: Excerpt content pulled from post content is showing with HTML tags in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22367\\\">#22367<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.0 - 2023-05-08<\\/h4>\\n<ul>\\n<li>Tweak: Provided an option to assign excerpt automatically from post content in Post Excerpt dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20256\\\">#20256<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21715\\\">#21715<\\/a>)<\\/li>\\n<li>Tweak: Added Display Conditions functionality in Editor Top bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21675\\\">#21675<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22050\\\">#22050<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor_page_id<\\/code> from request URLs in the WC AJAX calls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18675\\\">#18675<\\/a>)<\\/li>\\n<li>Tweak: Added icons to menu items in Mega Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/21602\\\">#21602<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility to Toggle Button in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/2348\\\">#2348<\\/a>)<\\/li>\\n<li>Tweak: Added \'Active item state\' to top-level menu items for anchor links in the Menu widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Loop Carousel widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Slides widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Media, Testimonial and Reviews Carousel widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to Table of Content widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Search Form widget<\\/li>\\n<li>Tweak: Added accessibility to images in Slides widget<\\/li>\\n<li>Tweak: Added accessibility to images in Call To Action widget<\\/li>\\n<li>Tweak: Added accessibility to images in Media Carousel widget<\\/li>\\n<li>Tweak: Added accessibility to images in Gallery widget<\\/li>\\n<li>Tweak: Added Lazy Load support for avatar image in Post Info widget<\\/li>\\n<li>Tweak: Added Lazy Load support to various Elementor Editor and Admin images<\\/li>\\n<li>Tweak: Added Lazy Load support for author image in Author Box widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Price List widget<\\/li>\\n<li>Fix: Content width is affected by the widget\'s width when Content Width is set to Fit to Content in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21842\\\">#21842<\\/a>)<\\/li>\\n<li>Fix: Empty value on Rows field causes an error in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21451\\\">#21451<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.2 - 2023-04-09<\\/h4>\\n<ul>\\n<li>Fix: Mini cart template appears as empty in various WordPress themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21836\\\">#21836<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.1 - 2023-04-02<\\/h4>\\n<ul>\\n<li>Fix: Default background colors are presented as transparent in Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21824\\\">#21824<\\/a>)<\\/li>\\n<li>Fix: Reverted the tweak of Form Submissions feature merged to the version (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21821\\\">#21821<\\/a>)<\\/li>\\n<li>Fix: Dropdown area is not closing when hovering outside of the content area in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.12.0 - 2023-03-29<\\/h4>\\n<ul>\\n<li>New: Introducing the Mega Menu with the new Menu widget - empowers you to achieve a much higher level of menu design, customization, and creativity<\\/li>\\n<li>New: Diversify your design with a Loop Alternate template - apply another template within your Loop Grid for design creativity<\\/li>\\n<li>New: Kickstart your workflow with predesigned Loop container-based templates<\\/li>\\n<li>Tweak: Added custom icon controls to various locations in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13678\\\">#13678<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17941\\\">#17941<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19295\\\">#19295<\\/a>)<\\/li>\\n<li>Tweak: Added a spacing control between navigation and slides in the Loop Carousel<\\/li>\\n<li>Tweak: Added responsive control to the \'Gap between slides\' control in the Loop Carousel<\\/li>\\n<li>Tweak: Added Custom CSS section in Loop Item template<\\/li>\\n<li>Tweak: Added an Article class metadata in Loop Item template<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in CTA widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in Flipbox widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Changed Nav Menu widget name to WordPress Menu widget<\\/li>\\n<li>Tweak: Added &quot;Form Validation&quot; control to Form widget<\\/li>\\n<li>Tweak: Updated custom messages in the Form widget<\\/li>\\n<li>Tweak: Improved accessibility in various elements in Gallery widget<\\/li>\\n<li>Tweak: Form Submissions feature merged to version<\\/li>\\n<li>Tweak: Loop feature promoted to Stable status<\\/li>\\n<li>Tweak: Page Transitions feature promoted to Stable status<\\/li>\\n<li>Tweak: Improved accessibility in filter bar in Gallery widget<\\/li>\\n<li>Tweak: Remove unused <code>aspect-ratio-*<\\/code> CSS classes<\\/li>\\n<li>Fix: Not all active breakpoints appear under &quot;Advanced Rules&quot; in popup publish settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17020\\\">#17020<\\/a>)<\\/li>\\n<li>Fix: Dynamic background image and video is not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.11.7 - 2023-03-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in WooCommerce components<\\/li>\\n<\\/ul>\\n<h4>3.11.6 - 2023-03-14<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in Author Box and Countdown widgets<\\/li>\\n<\\/ul>\\n<h4>3.11.5 - 2023-03-12<\\/h4>\\n<ul>\\n<li>Fix: Hamburger Menu Toggle not showing if breakpoint is set to Tablet Extra in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21003\\\">#21003<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.4 - 2023-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Prevented SVG file upload for better security enforcement in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.11.3 - 2023-02-26<\\/h4>\\n<ul>\\n<li>Fix: Error message appears when submitting a form placed below Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21432\\\">#21432<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x compatibility issues in various places<\\/li>\\n<\\/ul>\\n<h4>3.11.2 - 2023-02-22<\\/h4>\\n<ul>\\n<li>Fix: Save &amp; Back handle becomes inaccessible in various scenarios cases in Loop Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\\">#21316<\\/a>)<\\/li>\\n<li>Fix: Can\'t edit page when using \'Content Tabs\' and \'Section\' options in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.11.1 - 2023-02-15<\\/h4>\\n<ul>\\n<li>Fix: Featured Image dynamic tag is not working in Background images (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21313\\\">#21313<\\/a>)<\\/li>\\n<li>Fix: Time zone is not correct in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17485\\\">#17485<\\/a>)<\\/li>\\n<li>Fix: File upload field is not working in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21341\\\">#21341<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21314\\\">#21314<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.0 - 2023-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Carousel widget - Create powerful &amp; repeating loop templates and populate each one with dynamic content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>New: Added Date and Time Range option to Advanced Rules in Popup<\\/li>\\n<li>Tweak: Improved accessibility when opening and closing a popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9788\\\">#9788<\\/a>)<\\/li>\\n<li>Tweak: Improved accessibility of full-screen mode in Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19907\\\">#19907<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility support to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5861\\\">#5861<\\/a>)<\\/li>\\n<li>Tweak: Add <code>aria-label<\\/code> to read more link in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13784\\\">#13784<\\/a>)<\\/li>\\n<li>Tweak: Use <code>aspect-ratio<\\/code> property instead of CSS trick in Media Carousel widget<\\/li>\\n<li>Tweak: Updated translation string in Stripe widget<\\/li>\\n<li>Fix: Masonry and Columns controls are not working as expected with responsive in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20670\\\">#20670<\\/a>)<\\/li>\\n<li>Fix: Invalid attributes names in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17400\\\">#17400<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working as expected in various widgets<\\/li>\\n<li>Fix: Form fields order is not presented correctly when exported to CSV in Form Submissions<\\/li>\\n<li>Fix: Dynamic background image and video are not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.10.3 - 2023-01-29<\\/h4>\\n<ul>\\n<li>Tweak: Added introduction video to loop item information modal in Theme Builder<\\/li>\\n<li>Fix: PHP 8.x throws errors and notices in some cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21087\\\">#21087<\\/a>)<\\/li>\\n<li>Fix: Infinite Scroll and Load on click pagination are not working as expected in Archive template<\\/li>\\n<li>Fix: Show row even when values do not exist in Form Submissions<\\/li>\\n<\\/ul>\\n<h4>3.10.2 - 2023-01-17<\\/h4>\\n<ul>\\n<li>Fix: Updated compatibility tag for Elementor v3.10<\\/li>\\n<\\/ul>\\n<h4>3.10.1 - 2023-01-09<\\/h4>\\n<p>Fix: Preview Could not be loaded error message appears on pages containing the Loop Grid in a header or footer templates<\\/p>\\n<h4>3.10.0 - 2023-01-09<\\/h4>\\n<ul>\\n<li>New: Added new dynamic tag for due date in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7737\\\">#7737<\\/a>)<\\/li>\\n<li>Tweak: Added <code>modified<\\/code> and <code>comment_count<\\/code> to Order By in posts query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11159\\\">#11159<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>footer<\\/code> tag in Blockquote and Comments widgets for better semantics<\\/li>\\n<li>Fix: Compatibility issue in Imagify Media Library filters due to <code>_elementor_is_screenshot<\\/code> meta filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19988\\\">#19988<\\/a>)<\\/li>\\n<li>Fix: Hotspot Widget label icon height issues when Inline Font Icons experiment is active<\\/li>\\n<li>Fix: Editing glitch when using two loop grid widgets on the same page with the same loop item template<\\/li>\\n<li>Fix: Equal height is not working when using sections in Loop Grid widget<\\/li>\\n<li>Fix: Large amount of menu items are not appearing correctly on a mobile device in Nav Menu widget<\\/li>\\n<li>Fix: Featured Image does not change dynamically when using infinite\\/click pagination in Loop Grid widget<\\/li>\\n<li>Fix: Removed action call of non-existent <code>display_empty_cart_template()<\\/code> method in Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.9.2 - 2022-12-21<\\/h4>\\n<ul>\\n<li>Fix: JS events do not trigger in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20708\\\">#20708<\\/a>)<\\/li>\\n<li>Fix: PHP Errors appear when not using the toggle menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18636\\\">#18636<\\/a>)<\\/li>\\n<li>Fix: Popups\' backgrounds disappear when using Lazy Load Background Images experiment<\\/li>\\n<\\/ul>\\n<h4>3.9.1 - 2022-12-14<\\/h4>\\n<ul>\\n<li>Fix: WooCommerce Product Gallery dynamic tag is not working in Basic Gallery, Gallery and Image Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20678\\\">#20678<\\/a>)<\\/li>\\n<li>Fix: Hide Empty option is not working in Menu Cart widget<\\/li>\\n<li>Fix: The Stripe Button widget doesn\'t work in Templates<\\/li>\\n<\\/ul>\\n<h4>3.9.0 - 2022-12-06<\\/h4>\\n<ul>\\n<li>New: Added support for WooCommerce to Loop Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20020\\\">#20020<\\/a>)<\\/li>\\n<li>Tweak: Added more options to \'Show up to X times\' advanced rule in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8187\\\">#8187<\\/a>)<\\/li>\\n<li>Tweak: Allow saving and reloading a page while editing in-place loop item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19882\\\">#19882<\\/a>)<\\/li>\\n<li>Tweak: Added <code>$location param<\\/code> to <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18453\\\">#18453<\\/a>)<\\/li>\\n<li>Tweak: Removed redundant labels from group controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11666\\\">#11666<\\/a>)<\\/li>\\n<li>Tweak: Added support to use sections and columns as the layout structure of a Loop item template<\\/li>\\n<li>Tweak: Disabled movement when a repeater item is in focus in edit mode<\\/li>\\n<li>Tweak: Upgrade the autoprefixer package to better minify CSS files<\\/li>\\n<li>Tweak: Removed duplicate SQL queries on every page for better performance<\\/li>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Added more units options to Border Width control in various elements<\\/li>\\n<li>Tweak: Added <code>em<\\/code> units to Border Radius control in various elements<\\/li>\\n<li>Tweak: Added \'Equal height\' functionality to Loop Grid widget<\\/li>\\n<li>Fix: Issue with Related Products widget and WooCommerce Pixel Manager plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16934\\\">#16934<\\/a>)<\\/li>\\n<li>Fix: My Account widget gets hidden when using a single page template with post content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19627\\\">#19627<\\/a>)<\\/li>\\n<li>Fix: Cart is not updated when cache enabled in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19312\\\">#19312<\\/a>)<\\/li>\\n<li>Fix: Entrance animations are not working as expected with Infinite Loop and Load on CLick pagination in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20293\\\">#20293<\\/a>)<\\/li>\\n<li>Fix: Loading page issues in Form Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19973\\\">#19973<\\/a>)<\\/li>\\n<li>Fix: Recently Edited date and time not working as expected in Elementor Overview plugin in WordPress dashboard (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17966\\\">#17966<\\/a>)<\\/li>\\n<li>Fix: Recurring license mismatch error message when using translators plugins<\\/li>\\n<li>Fix: Submenu items triggers page transition instead of opening in Nav Menu widget<\\/li>\\n<li>Fix: Query values of Posts widget are not imported correctly when importing a Kit<\\/li>\\n<li>Fix: Loop items are exceeding the widget boundaries in Loop Grid widget<\\/li>\\n<li>Fix: Order by option is not working as expected when choosing Upsells, Cross-Sells and Related Products query in Products widget<\\/li>\\n<li>Fix: Various widgets disappear in certain scenarios when choosing direction Row or Column in Container<\\/li>\\n<\\/ul>\\n<h4>3.8.2 - 2022-11-20<\\/h4>\\n<ul>\\n<li>Fix: Z-index issues when applying sticky to Container<\\/li>\\n<li>Fix: Error message appears on front with Editor and Shop Manager roles when using the Loop Builder widget<\\/li>\\n<\\/ul>\\n<h4>3.8.1 - 2022-11-06<\\/h4>\\n<ul>\\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20203\\\">#20203<\\/a>)<\\/li>\\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20207\\\">#20207<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20255\\\">#20255<\\/a>)<\\/li>\\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20235\\\">#20235<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20258\\\">#20258<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20277\\\">#20277<\\/a>)<\\/li>\\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20227\\\">#20227<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.8.0 - 2022-10-30<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful &amp; repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4440\\\">#4440<\\/a>)<\\/li>\\n<li>Tweak: Add <code>wp_body_open()<\\/code> to header in Header template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11562\\\">#11562<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15828\\\">#15828<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13089\\\">#13089<\\/a>)<\\/li>\\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14316\\\">#14316<\\/a>)<\\/li>\\n<li>Tweak: Import\\/Export CLI and UI mechanisms were merged into a unified service<\\/li>\\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note<\\/li>\\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note<\\/li>\\n<li>Tweak: Notes was added to the right click context-menu<\\/li>\\n<li>Tweak: Notes panel can be resizable<\\/li>\\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor<\\/li>\\n<li>Tweak: Updated form validation messages translation strings in Form widget<\\/li>\\n<li>Tweak: Updated translators comments<\\/li>\\n<li>Tweak: Theme Builder logo and Title should be clickable<\\/li>\\n<li>Tweak: Reduced API requests and DB calls on non-write setup<\\/li>\\n<li>Tweak: Added media queries to the Table of Contents widget<\\/li>\\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19540\\\">#19540<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19618\\\">#19618<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19777\\\">#19777<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19827\\\">#19827<\\/a>)<\\/li>\\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18895\\\">#18895<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18945\\\">#18945<\\/a>)<\\/li>\\n<li>Fix: Note\'s timestamp is being updated according to the last activity in Notes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19123\\\">#19123<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17582\\\">#17582<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in pagination in Posts widget<\\/li>\\n<li>Fix: Share buttons is accessible with keyboard but not clickable<\\/li>\\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget<\\/li>\\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes<\\/li>\\n<li>Fix: Label\'s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget<\\/li>\\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit<\\/li>\\n<li>Fix: X\\/Y Anchor Point controls were not visible for Scale and Rotate effects<\\/li>\\n<li>Fix: PHP warning notice appears in some situations when using motion effects<\\/li>\\n<\\/ul>\\n<h4>3.7.7 - 2022-09-20<\\/h4>\\n<ul>\\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets<\\/li>\\n<\\/ul>\\n<h4>3.7.6 - 2022-09-14<\\/h4>\\n<ul>\\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard<\\/li>\\n<\\/ul>\\n<h4>3.7.5 - 2022-08-31<\\/h4>\\n<ul>\\n<li>Fix: Error message appears on front if WooCommerce is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\\">#19553<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.7.4 - 2022-08-29<\\/h4>\\n<ul>\\n<li>Tweak: PHP 5.6 Is deprecated<\\/li>\\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18598\\\">#18598<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19495\\\">#19495<\\/a>)<\\/li>\\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget<\\/li>\\n<\\/ul>\\n<h4>3.7.3 - 2022-07-31<\\/h4>\\n<ul>\\n<li>Tweak: Improved license mechanism for correct validation<\\/li>\\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>)<\\/li>\\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18880\\\">#18880<\\/a>)<\\/li>\\n<li>Fix: Quotes character is showing up as <code>&amp;quot;<\\/code> when editing a note in Notes<\\/li>\\n<\\/ul>\\n<h4>3.7.2 - 2022-06-15<\\/h4>\\n<ul>\\n<li>Tweak: Applied optimized file handling in various modules<\\/li>\\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18633\\\">#18633<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18641\\\">#18641<\\/a>)<\\/li>\\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17705\\\">#17705<\\/a>)<\\/li>\\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18408\\\">#18408<\\/a>)<\\/li>\\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18413\\\">#18413<\\/a>)<\\/li>\\n<li>Fix: Portfolio widget is not visible when dragged into &quot;Row&quot; direction Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17653\\\">#17653<\\/a>)<\\/li>\\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18629\\\">#18629<\\/a>)<\\/li>\\n<li>Fix: PHP error is being shown the license is expired in License screen<\\/li>\\n<\\/ul>\\n<h4>3.7.1 - 2022-05-16<\\/h4>\\n<ul>\\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor<\\/li>\\n<li>Fix: Notes experiment causes a PHP fatal error on some cases<\\/li>\\n<li>Fix: UI glitches in Notes feature<\\/li>\\n<\\/ul>\\n<h4>3.7.0 - 2022-05-10<\\/h4>\\n<ul>\\n<li>New: Introducing Notes - Work collaboratively directly within Elementor<\\/li>\\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14748\\\">#14748<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10607\\\">#10607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11801\\\">#11801<\\/a>)<\\/li>\\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16367\\\">#16367<\\/a>)<\\/li>\\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8071\\\">#8071<\\/a>)<\\/li>\\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18007\\\">#18007<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14357\\\">#14357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13151\\\">#13151<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11361\\\">#11361<\\/a>)<\\/li>\\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9933\\\">#9933<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10729\\\">#10729<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10314\\\">#10314<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6691\\\">#6691<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11774\\\">#11774<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9051\\\">#9051<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5760\\\">#5760<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9774\\\">#9774<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10263\\\">#10263<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added quick link to create new theme parts directly from the Finder<\\/li>\\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget<\\/li>\\n<li>Tweak: Added spacing control to view cart button in various product widgets<\\/li>\\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget<\\/li>\\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget<\\/li>\\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added Site Identity quick link to Logo widget<\\/li>\\n<li>Tweak: Added Site Identity quick link to Site Title widget<\\/li>\\n<li>Tweak: Created an attribute that allows disabling page transition for specific links<\\/li>\\n<li>Tweak: Added dynamic tag controls to Gallery widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Countdown widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Portfolio widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Price Table widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Login widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Blockquote widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post Navigation widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Search Form widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Author Box widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post info widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Posts widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Product Meta widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Products widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Sitemap widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Reviews widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Code Highlight widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to PayPal Button widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added missing PHP documentation to hooks<\\/li>\\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17767\\\">#17767<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18330\\\">#18330<\\/a>)<\\/li>\\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18136\\\">#18136<\\/a>)<\\/li>\\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18289\\\">#18289<\\/a>)<\\/li>\\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget<\\/li>\\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets<\\/li>\\n<li>Fix: Titles &amp; Totals weight is not working in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Product image is not appearing on Single Product Page on template load<\\/li>\\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in Cart widget<\\/li>\\n<li>Fix: UI Glitch in Masonry control in Portfolio widget<\\/li>\\n<li>Fix: Custom breakpoints experiment didn\'t work on Single post and page templates<\\/li>\\n<li>Fix: Testimonial carousel &amp; Reviews widgets disregards the <code>alt<\\/code> attribute<\\/li>\\n<li>Fix: Playlist widget deeplink didn\'t send user directly to the widget in the page<\\/li>\\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget<\\/li>\\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget<\\/li>\\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers<\\/li>\\n<li>Fix: Custom Font disappears if the name contains only numbers<\\/li>\\n<li>Fix: <code>end-section()<\\/code> is missing from Progress Tracker and Facebook Embed widgets<\\/li>\\n<li>Tweak: Added a filter for conditions cache query in Theme Builder<\\/li>\\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget<\\/li>\\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active<\\/li>\\n<li>Fix: Color controls are not working as expected in Checkout widget<\\/li>\\n<li>Fix: Color controls are not working as expected in My Account widget<\\/li>\\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-7-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.6.5 - 2022-04-12<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18090\\\">#18090<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15910\\\">#15910<\\/a>)<\\/li>\\n<li>Fix: Button Alignment doesn\'t work in Custom Add To Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17810\\\">#17810<\\/a>)<\\/li>\\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget<\\/li>\\n<li>Fix: PHP 8.1 throws errors and notices in some cases<\\/li>\\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions<\\/li>\\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process<\\/li>\\n<\\/ul>\\n<h4>3.6.4 - 2022-03-15<\\/h4>\\n<ul>\\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags<\\/li>\\n<li>Tweak: Updated tested up to version tag to <code>3.6.0<\\/code><\\/li>\\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17821\\\">#17821<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17839\\\">#17839<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18069\\\">#18069<\\/a>)<\\/li>\\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17954\\\">#17954<\\/a>)<\\/li>\\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18063\\\">#18063<\\/a>)<\\/li>\\n<li>Fix: Imported Kit doesn\'t appear in the theme builder after successful import in some cases<\\/li>\\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget<\\/li>\\n<\\/ul>\\n<h4>3.6.3 - 2022-02-28<\\/h4>\\n<ul>\\n<li>Fix: Custom Code display conditions modal is not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17865\\\">#17865<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17942\\\">#17942<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17994\\\">#17994<\\/a>)<\\/li>\\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn\'t work when WooCommerce is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn\'t work when Improved asset loading experiment is active Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn\'t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\\">#5756<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\\">#14570<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce &amp; Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\\">#17412<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\\">#5437<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook\'s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added &quot;Auto Updates&quot; capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added &quot;Excerpt Length&quot; control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn\'t work in product page in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\\">#5921<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\\">#16276<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\\">#17283<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\\">#15304<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn\'t 100% clickable in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser<\\/li>\\n<li>Fix: Scroll Snap functionality wasn\'t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn\'t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815\\\">#16815<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle button doesn\'t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel &quot;Need Help&quot; link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\\">#15990<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor\'s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn\'t work for not logged in users in Custom Code (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\\">#14515<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content &amp; Post Excerpt widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can\'t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn\'t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.4.2 - 2021-10-12<\\/h4>\\n<ul>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\\">#9531<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\\">#10875<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don\'t appear on the cart while editing in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn\'t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn\'t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the &quot;Change&quot; Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>ElementorUtils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section\'s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can\'t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn\'t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\\">#15632<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\\">#15683<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn\'t appear in Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn\'t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\\">#11859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\\">#7282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\\">#13859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\\">#10329<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\\">#7376<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: \\u201cSave &amp; Close \\u201cbutton in Custom Code\'s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not &quot;Standard&quot; in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren\'t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-14<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in \'Reply To\' Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475]\\\">#11475<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">#10690<\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can\'t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\\">#4625<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\\">#5403<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\\">#9749<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added &quot;Show on Browsers&quot; Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging  Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder\'s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to &quot;Canvas&quot; Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can\'t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of \'get_create_url\' in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn\'t interfere with 3rd party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can\'t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn\'t work in WordPress 5.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to &quot;Move to Trash&quot; in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress &quot;Learn More&quot; links with dynamic links for better control over time (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\\">#12299<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don\'t show auto-screenshots in the Media Library (Props <a href=\\\"https:\\/\\/github.com\\/black-eye\\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\\">#12239<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word &quot;occurred&quot; in Form widget default error message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn\'t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren\'t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\\">#7351<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\\">#7817<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can\'t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn\'t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.10.3 - 2020-06-29<\\/h4>\\n<ul>\\n<li>Fix: Form not being submitted when using &quot;Progress Bar&quot; and &quot;None&quot; view types in Multi Step Form (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11596\\\">#11596<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11610\\\">#11610<\\/a>)<\\/li>\\n<li>Fix: Missing &quot;for&quot; attribute in Password field label in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8646\\\">#8646<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.2 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11644\\\">#11644<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.1 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets<\\/li>\\n<li>Fix: Popup close button vertical position glitch (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10921\\\">#10921<\\/a>)<\\/li>\\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget<\\/li>\\n<li>Fix: Clicking <code>Enter<\\/code> key submits the form in Multi Step Form<\\/li>\\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues<\\/li>\\n<\\/ul>\\n<h4>2.10.0 - 2020-06-07<\\/h4>\\n<ul>\\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5975\\\">#5975<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3911\\\">#3911<\\/a>)<\\/li>\\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11026\\\">#11026<\\/a>)<\\/li>\\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5682\\\">#5682<\\/a>)<\\/li>\\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices<\\/li>\\n<li>Tweak: Added new Scroll Util for improved scrolling handling<\\/li>\\n<li>Tweak: Improved Motion Effects animation performance<\\/li>\\n<\\/ul>\\n<h4>2.9.5 - 2020-05-24<\\/h4>\\n<ul>\\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue<\\/li>\\n<\\/ul>\\n<h4>2.9.4 - 2020-05-07<\\/h4>\\n<ul>\\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability<\\/li>\\n<\\/ul>\\n<h4>2.9.3 - 2020-04-19<\\/h4>\\n<ul>\\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11023\\\">#11023<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10932\\\">#10932<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10967\\\">#10967<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11000\\\">#11000<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11049\\\">#11049<\\/a>)<\\/li>\\n<li>Fix: Escaped Form records metadata to prevent security vulnerability<\\/li>\\n<li>Fix: Closing &quot;Save Changes&quot; document confirmation modal causes Panel infinite loading<\\/li>\\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget<\\/li>\\n<li>Fix: Document handles UI glitch<\\/li>\\n<\\/ul>\\n<h4>2.9.2 - 2020-03-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10745\\\">#10745<\\/a>)<\\/li>\\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10874\\\">#10874<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style<\\/li>\\n<li>Fix: PHP notice when using dynamic user info <code>id<\\/code><\\/li>\\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget<\\/li>\\n<li>Fix: &quot;No headings were found on this page&quot; message was not displayed in the frontend in Table of Contents widget<\\/li>\\n<li>Fix: Container includes Popup tags by default in Table of Contents widget<\\/li>\\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<\\/ul>\\n<h4>2.9.1 - 2020-03-16<\\/h4>\\n<ul>\\n<li>Fix: Can\'t access Elementor Editor when there is Page Title widget in the page<\\/li>\\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles<\\/li>\\n<\\/ul>\\n<h4>2.9.0 - 2020-03-15<\\/h4>\\n<ul>\\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4985\\\">#4985<\\/a>)<\\/li>\\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3345\\\">#3345<\\/a>)<\\/li>\\n<li>New: Added Dynamic Colors tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6485\\\">#6485<\\/a>)<\\/li>\\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9293\\\">#9293<\\/a>)<\\/li>\\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5716\\\">#5716<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3642\\\">#3642<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9225\\\">#9225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9079\\\">#9079<\\/a>)<\\/li>\\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10564\\\">#10564<\\/a>)<\\/li>\\n<li>Tweak: Avoid creating empty Custom Font<\\/li>\\n<li>Tweak: Added <code>aria-expanded<\\/code> attribute to Menu Cart widget<\\/li>\\n<li>Tweak: Moved Link Actions module to Core plugin<\\/li>\\n<li>Tweak: Changed the name of \\u201cTypeKit Web Fonts by Adobe\\u201d to \\u201cAdobe Fonts\\u201d<\\/li>\\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets<\\/li>\\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated<\\/li>\\n<li>Tweak: Remove redundant <code>label_block<\\/code> parameters from several controls<\\/li>\\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget<\\/li>\\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added &quot;Open in new tab&quot; option to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7924\\\">#7924<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0<\\/li>\\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets<\\/li>\\n<li>Tweak: Expose external API for Swiper instances<\\/li>\\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget<\\/li>\\n<li>Tweak: Replaced nerd icons with new Elementor emojis<\\/li>\\n<li>Tweak: Added specific <code>color<\\/code> attribute to header title in Table of Contents widget<\\/li>\\n<li>Fix: Line break issues in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10585\\\">#10585<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color overrides the Table of Content list style<\\/li>\\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode<\\/li>\\n<li>Fix: &quot;Graphic Element&quot; section appears as empty in case of unmarked Graphic Element in Call to Action widget<\\/li>\\n<li>Fix: Page Title widget render glitches in the Editor<\\/li>\\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget<\\/li>\\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget<\\/li>\\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v2-9-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.8.5 - 2020-03-08<\\/h4>\\n<ul>\\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration<\\/li>\\n<li>Fix: Missing closing bracket in Animated Headline widget<\\/li>\\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor<\\/li>\\n<\\/ul>\\n<h4>2.8.4 - 2020-02-16<\\/h4>\\n<ul>\\n<li>Tweak: Added Lightbox Title &amp; Description support to Gallery widget<\\/li>\\n<li>Tweak: Added RTL support for Slides widget<\\/li>\\n<li>Tweak: Display Lightbox images in Full size in Gallery widget<\\/li>\\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget<\\/li>\\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget<\\/li>\\n<li>Fix: Indent doesn\'t work on RTL websites in Table of Contents widget<\\/li>\\n<li>Fix: Query Control throws <code>Undefined index: q<\\/code> error<\\/li>\\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget<\\/li>\\n<li>Fix: Discord forms integration fails to send submissions in some server configurations<\\/li>\\n<li>Fix: Rotating headlines don\'t align center in Animated Headline widget<\\/li>\\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget<\\/li>\\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser<\\/li>\\n<li>Fix: Missing eye icon in Single template footer preview button<\\/li>\\n<\\/ul>\\n<h4>2.8.3 - 2020-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Updated Table of Contents widget panel location<\\/li>\\n<li>Fix: ACF URL Dynamic field throws <code>undefined index<\\/code> PHP notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9929\\\">#9929<\\/a>)<\\/li>\\n<li>Fix: Gallery lightbox pagination shows images from all tabs<\\/li>\\n<li>Fix: &quot;Reply To&quot; option not working in Form widget &quot;Email 2&quot; Action<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<li>Fix: Underline option not working in Table of Contents widget Normal state<\\/li>\\n<li>Fix: Query Control <code>Undefined index: autocomplete<\\/code> notice in some cases<\\/li>\\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.8.2 - 2019-12-19<\\/h4>\\n<ul>\\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget<\\/li>\\n<li>Fix: &quot;No products were found&quot; message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code>&lt;br&gt;<\\/code> tags in Single theme template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9927\\\">#9927<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9928\\\">#9928<\\/a>)<\\/li>\\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown<\\/li>\\n<\\/ul>\\n<h4>2.8.1 - 2019-12-18<\\/h4>\\n<ul>\\n<li>Fix: Share Buttons widget not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9920\\\">#9920<\\/a>)<\\/li>\\n<li>Fix: Redundant <code>&lt;p&gt;<\\/code> tags added to Single Template posts<\\/li>\\n<\\/ul>\\n<h4>2.8.0 - 2019-12-18<\\/h4>\\n<ul>\\n<li>New: Table of Contents Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5171\\\">#5171<\\/a>)<\\/li>\\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9763\\\">#9763<\\/a>)<\\/li>\\n<li>Tweak: Added Random order option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9269\\\">#9269<\\/a>)<\\/li>\\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9324\\\">#9324<\\/a>)<\\/li>\\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9579\\\">#9579<\\/a>)<\\/li>\\n<li>Tweak: Major performance improvements to Gallery widget<\\/li>\\n<li>Tweak: Avoid non-existing images in Gallery widget<\\/li>\\n<li>Tweak: Added <code>tabindex<\\/code>, <code>aria-expanded<\\/code>, <code>aria-hidden<\\/code> and <code>role=\\\"navigation\\\"<\\/code> accessibility attributes to Nav Menu widget<\\/li>\\n<li>Tweak: Changed button HTML tag from <code>button<\\/code> to <code>span<\\/code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility<\\/li>\\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget<\\/li>\\n<li>Tweak: Added compatibility for Library Connect<\\/li>\\n<li>Tweak: Added i18n to Toolset date dynamic tag<\\/li>\\n<li>Tweak: Added external link support to Gallery widget<\\/li>\\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()<\\/code> in Gallery widget<\\/li>\\n<li>Tweak: Updated references to the new Schemes system location<\\/li>\\n<li>Tweak: Avoid running Gallery handler when the gallery is empty<\\/li>\\n<li>Tweak: UI Tweaks in Editor Panel<\\/li>\\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget<\\/li>\\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget<\\/li>\\n<li>Tweak: Refactor <code>register_controls()<\\/code> method in Posts widget skin trait<\\/li>\\n<li>Fix: ACF URL &quot;undefined Index&quot; notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7646\\\">#7646<\\/a>)<\\/li>\\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9304\\\">#9304<\\/a>)<\\/li>\\n<li>Fix: <code>PHP Notice: Undefined index<\\/code> display for Author query (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9864\\\">#9864<\\/a>)<\\/li>\\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/broken-buttons-since-elementor-2-8\\/\\\">Topic<\\/a>)<\\/li>\\n<li>Fix: Avoid empty spaces in Post info widget<\\/li>\\n<li>Tweak: Always show &quot;Custom label&quot; control in Login widget<\\/li>\\n<li>Fix: Nav Menu item typography selector in Nav Menu widget<\\/li>\\n<li>Fix: Facebook Like Button widget causes flickering<\\/li>\\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain<\\/code> permalinks format<\\/li>\\n<li>Fix: Avoid running Popup triggers when set without conditions<\\/li>\\n<li>Fix: Removed &quot;Date&quot; query from Products widget<\\/li>\\n<li>Fix: Slides widget when used as a Shortcode and is hidden<\\/li>\\n<li>Fix: Custom URL being accessed on swipe in Media Carousel<\\/li>\\n<li>Fix: Media Carousel widget Cube effect glitch<\\/li>\\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page<\\/li>\\n<li>Fix: Image <code>alt<\\/code> Text not displayed on overlay in Gallery widget<\\/li>\\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin<\\/li>\\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable<\\/code><\\/li>\\n<li>Fix: Slides widget button wrapping breaks in mobile view<\\/li>\\n<li>Fix: Dynamic capabilities with the Reviews widget<\\/li>\\n<li>Fix: Disabling autoplay doesn\'t work in Slides widget<\\/li>\\n<li>Fix: Posts widget Full Content skin not working on Single template<\\/li>\\n<li>Fix: Autocomplete not working for &quot;By Author&quot; condition in Display Conditions screen<\\/li>\\n<li>Fix: Posts widget alignment issue<\\/li>\\n<li>Fix: Product Variations Clear button not working in edge cases<\\/li>\\n<li>Fix: Styling issues in Form widget submit button<\\/li>\\n<\\/ul>\\n<h4>2.7.3 - 2019-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added RTL support to Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9213\\\">#9213<\\/a>)<\\/li>\\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3<\\/li>\\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget<\\/li>\\n<li>Fix: Pause on hover doesn\'t work in Carousel widgets<\\/li>\\n<li>Fix: Link-actions conflict with <code>?action=<\\/code> parameter in the URL<\\/li>\\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode<\\/li>\\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets<\\/li>\\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.7.2 - 2019-10-06<\\/h4>\\n<ul>\\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9209\\\">#9209<\\/a>)<\\/li>\\n<li>Fix: Content width glitch in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display<\\/code> CSS<\\/li>\\n<\\/ul>\\n<h4>2.7.1 - 2019-09-26<\\/h4>\\n<ul>\\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Duplicate images under &quot;All&quot; filter in Multiple Gallery<\\/li>\\n<\\/ul>\\n<h4>2.7.0 - 2019-09-24<\\/h4>\\n<ul>\\n<li>New: Enhanced Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1898\\\">#1898<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3103\\\">#3103<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4279\\\">#4279<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7631\\\">#7631<\\/a>)<\\/li>\\n<li>New: Dynamic Number (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5952\\\">#5952<\\/a>)<\\/li>\\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4617\\\">#4617<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets<\\/li>\\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5418\\\">#5418<\\/a>)<\\/li>\\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7947\\\">#7947<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8740\\\">#8740<\\/a>)<\\/li>\\n<li>Tweak: Added <code>font-display<\\/code> support to custom fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5993\\\">#5993<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-custom-fonts-font-display-support\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8800\\\">#8800<\\/a>)<\\/li>\\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8799\\\">#8799<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9030\\\">#9030<\\/a>)<\\/li>\\n<li>Tweak: Use <code>swiper.js<\\/code> instead of <code>slick.js<\\/code> in Slides widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-2-7-moving-sliders-from-slick-to-swiper\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/before_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/after_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic support for Custom field key (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7789\\\">#7789<\\/a>)<\\/li>\\n<li>Tweak: Increased expired license notice bar frequency<\\/li>\\n<li>Tweak: Changed the icon name of Slides widget<\\/li>\\n<li>Tweak: Added designated Finder\'s Icons for Custom icons &amp; Custom fonts<\\/li>\\n<li>Tweak: Use Ken Burns Effect as an external module<\\/li>\\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets<\\/li>\\n<li>Tweak: Editor Panel UI tweaks<\\/li>\\n<li>Tweak: Added DOM events on Popup show\\/hide (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-popup-events\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added option to change the variations field width in Add to Cart widget<\\/li>\\n<li>Tweak: Use select control instead of select2 in Menu Cart widget<\\/li>\\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget<\\/li>\\n<li>Tweak: Added Typography controls to HTML field in Forms widget<\\/li>\\n<li>Tweak: Allow edit selected Font file in Custom Font<\\/li>\\n<li>Tweak: Changed reCAPTCHA v3 error message<\\/li>\\n<li>Tweak: Remove the &quot;Save as Global&quot; option on Global widget context menu<\\/li>\\n<li>Fix: Corrected selector for <code>removeControlSpinner()<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8790\\\">#8790<\\/a>)<\\/li>\\n<li>Fix: Slides widget navigation icons misplacement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8533\\\">#8533<\\/a>)<\\/li>\\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8527\\\">#8527<\\/a>)<\\/li>\\n<li>Fix: Inconsistent behavior when &quot;Infinite Loop&quot; enabled with &quot;Autoplay&quot; in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1671\\\">#1671<\\/a>)<\\/li>\\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7347\\\">#7347<\\/a>)<\\/li>\\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs<\\/li>\\n<li>Fix: Removed unnecessary divider in Call to Action widget<\\/li>\\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity<\\/code> is enabled.<\\/li>\\n<li>Fix: Add support for Document\\/PageBase in Theme Builder (Core &gt;=2.7.0)<\\/li>\\n<li>Fix: Ampersand character breaks email link in Share Buttons widget<\\/li>\\n<li>Fix: Correct custom font attachment <code>mime-type<\\/code> to show uploaded Custom Fonts<\\/li>\\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget<\\/li>\\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated<\\/li>\\n<li>Fix:  Querying CPT with custom taxonomies does not show the taxonomies before saving<\\/li>\\n<li>Fix: Double rendering on change caused console error in Theme Builder\'s conditions screen<\\/li>\\n<li>Fix: Translations and Strings in Share Buttons widget<\\/li>\\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control<\\/li>\\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget<\\/li>\\n<\\/ul>\\n<h4>2.6.5 - 2019-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Button style not working when <code>quantity<\\/code> is enabled in Custom Add To Cart widget<\\/li>\\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>2.6.4 - 2019-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility<\\/li>\\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget<\\/li>\\n<\\/ul>\\n<h4>2.6.3 - 2019-08-18<\\/h4>\\n<ul>\\n<li>Fix: Core version rollback to <code>&gt;2.6.0<\\/code> causes a fatal error<\\/li>\\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox<\\/li>\\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge<\\/li>\\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings<\\/li>\\n<\\/ul>\\n<h4>2.6.2 - 2019-07-30<\\/h4>\\n<ul>\\n<li>Tweak: Better accessibility support in Search Form widget<\\/li>\\n<li>Fix: UI glitched in Popup publish screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8616\\\">#8616<\\/a>)<\\/li>\\n<li>Fix: &quot;Child of Term&quot; and &quot;Any child of term&quot; conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8695\\\">#8695<\\/a>)<\\/li>\\n<li>Fix: Restored <code>library_widget_templates<\\/code> action hook for 3rd party compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8687\\\">#8687<\\/a>)<\\/li>\\n<li>Fix: Twitter Icon missing in Blockquote widget<\\/li>\\n<li>Fix: Form reCAPTCHA v3 badge position not working<\\/li>\\n<li>Fix: Renewal notice bar appears in wrong situations<\\/li>\\n<li>Fix: Draft Icon Set loads empty Icon Library<\\/li>\\n<\\/ul>\\n<h4>2.6.1 - 2019-07-24<\\/h4>\\n<ul>\\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8672\\\">#8672<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8661\\\">#8661<\\/a>)<\\/li>\\n<li>Fix: Price Table features section not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8660\\\">#8660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.6.0 - 2019-07-23<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/110\\\">#110<\\/a>)<\\/li>\\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4430\\\">#4430<\\/a>)<\\/li>\\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8213\\\">#8213<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6039\\\">#6039<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7165\\\">#7165<\\/a>)<\\/li>\\n<li>Tweak: Added Exit Animation for Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7063\\\">#7063<\\/a>)<\\/li>\\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5147\\\">#5147<\\/a>)<\\/li>\\n<li>Tweak: Added Navigator Indicators for Custom CSS &amp; Motion Effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2180\\\">#2180<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7552\\\">#7552<\\/a>)<\\/li>\\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7928\\\">#7928<\\/a>)<\\/li>\\n<li>Tweak: Added <code>none<\\/code> breakpoint option to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7916\\\">#7916<\\/a>)<\\/li>\\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8366\\\">#8366<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor\\/query\\/query_results<\\/code> hook to Query Control to allow full control over results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7912\\\">#7912<\\/a>)<\\/li>\\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8090\\\">#8090<\\/a>)<\\/li>\\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups<\\/code> option is selected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8189\\\">#8189<\\/a>)<\\/li>\\n<li>Tweak: Added condition option to all of archive child pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8256\\\">#8256<\\/a>)<\\/li>\\n<li>Tweak: Added <code>Effects Relative To<\\/code> control to Scrolling Effects<\\/li>\\n<li>Tweak: Allow shortcodes in HTML Form field<\\/li>\\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability<\\/li>\\n<li>Tweak: Changed MailChimp <code>List<\\/code> label to <code>Audience<\\/code><\\/li>\\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup<\\/li>\\n<li>Tweak: Added <code>Deprecated Notice<\\/code> control to <code>Archive Products<\\/code> and <code>Woo Products<\\/code> widgets<\\/li>\\n<li>Tweak: Added default dynamic title for archives in Theme Builder<\\/li>\\n<li>Tweak: Added condition to show <code>Centered Slides<\\/code> control in Media Carousel widget<\\/li>\\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated<\\/li>\\n<li>Tweak: Replaced <code>select<\\/code> control with <code>choose<\\/code> control in Price List widget<\\/li>\\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor<\\/li>\\n<li>Tweak: Minor styling tweaks in the Popup publish modal<\\/li>\\n<li>Tweak: Hide ordering form in Products widget on front page<\\/li>\\n<li>Tweak: Removed page title markup when \'Hide Title\' is active<\\/li>\\n<li>Tweak: Added style controls for HTML field in Form widget<\\/li>\\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7240\\\">#7240<\\/a>)<\\/li>\\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7884\\\">#7884<\\/a>)<\\/li>\\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8497\\\">#8497<\\/a>)<\\/li>\\n<li>Fix: Missing Print icon in Share Buttons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8506\\\">#8506<\\/a>)<\\/li>\\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad<\\/li>\\n<li>Deprecated: <code>DB::save_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<li>Deprecated: <code>DB::get_plain_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.14 - 2019-07-14<\\/h4>\\n<ul>\\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8555\\\">#8555<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.13 - 2019-07-11<\\/h4>\\n<ul>\\n<li>Fix: Better WC grid support to various themes<\\/li>\\n<\\/ul>\\n<h4>2.5.12 - 2019-07-10<\\/h4>\\n<ul>\\n<li>Fix: Grid for WooCommerce Archive Product widget<\\/li>\\n<li>Fix: Remove redundant <code>whitespace<\\/code> CSS property causes style glitch in iPad<\\/li>\\n<li>Tweak: Added more compatibility for Elementor v2.6<\\/li>\\n<\\/ul>\\n<h4>2.5.11 - 2019-07-02<\\/h4>\\n<ul>\\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8460\\\">#8460<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8461\\\">#8461<\\/a>)<\\/li>\\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8396\\\">#8396<\\/a>)<\\/li>\\n<li>Fix: Missing dropdown icon in conditions screen<\\/li>\\n<\\/ul>\\n<h4>2.5.10 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6<\\/li>\\n<li>Tweak: Error caused by empty Rows &amp; Columns values in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8261\\\">#8261<\\/a>)<\\/li>\\n<li>Fix: Do not unset <code>product<\\/code> CPT if it\'s not from WooCommerce (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8160\\\">#8160<\\/a>)<\\/li>\\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8285\\\">#8285<\\/a>)<\\/li>\\n<li>Fix: Title styling not working in Products Categories widget<\\/li>\\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser<\\/li>\\n<li>Fix: WooCommerce archives included in &quot;All Archives&quot; condition<\\/li>\\n<\\/ul>\\n<h4>2.5.9 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>auto-confirm<\\/code> control from MailPoet to support new version of MailPoet<\\/li>\\n<li>Fix: Multiple Custom Fonts not rendered in the editor<\\/li>\\n<li>Fix: Products <code>sale<\\/code> query - handle exclude by manual selection.<\\/li>\\n<li>Fix: Product Categories grid row &amp; column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas &amp; Header-Footer page templates<\\/li>\\n<\\/ul>\\n<h4>2.5.8 - 2019-05-06<\\/h4>\\n<ul>\\n<li>Fix: Popup entrance animation not working in frontend<\\/li>\\n<li>Fix: Popup Exit Intent trigger activated multiple times<\\/li>\\n<\\/ul>\\n<h4>2.5.7 - 2019-05-05<\\/h4>\\n<ul>\\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7875\\\">#7875<\\/a>)<\\/li>\\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7824\\\">#7824<\\/a>)<\\/li>\\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7395\\\">#7395<\\/a>)<\\/li>\\n<li>Fix: WC variations select style glitch in several themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8008\\\">#8008<\\/a>)<\\/li>\\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.5.6 - 2019-04-29<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>Shortcode<\\/code> dynamic from Image, Gallery and Media control<\\/li>\\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7809\\\">#7809<\\/a>)<\\/li>\\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control<\\/li>\\n<li>Fix: Query Control Related by author glitches in edge cases<\\/li>\\n<li>Fix: Query Control using terms for Products widget<\\/li>\\n<li>Fix: Posts cards style glitch in small screens<\\/li>\\n<li>Fix: Display conditions delete icon missing in small screens<\\/li>\\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor<\\/li>\\n<\\/ul>\\n<h4>2.5.5 - 2019-04-08<\\/h4>\\n<ul>\\n<li>Tweak: Allow text selection inside a Popup<\\/li>\\n<li>Fix: Added backwards compatibility for <code>tax_query<\\/code> in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7751\\\">#7751<\\/a>)<\\/li>\\n<li>Fix: Missing arguments for <code>widget_title<\\/code> filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7745\\\">#7745<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.4 - 2019-04-03<\\/h4>\\n<ul>\\n<li>Fix: Move Query from using <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<li>Fix: Offset manipulation hook removal in Query control<\\/li>\\n<li>Fix: Missing form field <code>ID<\\/code> in some edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7711\\\">#7711<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7660\\\">#7660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.3 - 2019-03-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7673\\\">#7673<\\/a>)<\\/li>\\n<li>Fix: Missing form field names (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7651\\\">#7651<\\/a>)<\\/li>\\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7633\\\">#7633<\\/a>)<\\/li>\\n<li>Fix: <code>products_deprecated<\\/code> Query Control module compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7654\\\">#7654<\\/a>)<\\/li>\\n<li>Fix: Changed query method from <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.2 - 2019-03-27<\\/h4>\\n<ul>\\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7632\\\">#7632<\\/a>)<\\/li>\\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7635\\\">#7635<\\/a>)<\\/li>\\n<li>Fix: Manual Selection option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7634\\\">#7634<\\/a>)<\\/li>\\n<li>Fix: Incorrect condition caused handlers issues inside popup<\\/li>\\n<\\/ul>\\n<h4>2.5.1 - 2019-03-26<\\/h4>\\n<ul>\\n<li>Fix: Query Control invalid call to deprecated action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7619\\\">#7619<\\/a>)<\\/li>\\n<li>Tweak: Renamed action hook from <code>elementor_pro\\/{$widget_name}\\/query\\/{$query_id}<\\/code> to <code>elementor\\/query\\/{$query_id}<\\/code><\\/li>\\n<li>Tweak: Renamed filter hook from <code>elementor_pro\\/query_control\\/get_query_args\\/current_query<\\/code> to <code>elementor\\/query\\/get_query_args\\/current_query<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.5.0 - 2019-03-26<\\/h4>\\n<ul>\\n<li>New: Introducing Motion Effects including Scrolling &amp; Mouse effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/72\\\">#72<\\/a>)<\\/li>\\n<li>New: Introducing Related Posts for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7306\\\">#7306<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7490\\\">#7490<\\/a>)<\\/li>\\n<li>New: Introducing Date query for Query Control<\\/li>\\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2501\\\">#2501<\\/a>)<\\/li>\\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6871\\\">#6871<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6876\\\">#6876<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Option to count when Popup is closed in &quot;Show up to X times&quot; Advanced Rule<\\/li>\\n<li>Tweak: Added full border radius control options inside Popup<\\/li>\\n<li>Tweak: Changed exit intent icon in Popups<\\/li>\\n<li>Tweak: Show only one popup in its own preview<\\/li>\\n<li>Tweak: Added responsive support to Popup entrance animation control<\\/li>\\n<li>Tweak: Conditions - Singular <code>All Pages<\\/code> string changed to <code>Pages<\\/code><\\/li>\\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7000\\\">#7000<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6779\\\">#6779<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6986\\\">#6986<\\/a>)<\\/li>\\n<li>Tweak: Decrease <code>z-index<\\/code> for Nav Menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6869\\\">#6869<\\/a>)<\\/li>\\n<li>Tweak: Changed &quot;Scrolling Effects&quot; section label to &quot;Motion Effects&quot;<\\/li>\\n<li>Tweak: Use filter <code>get_meta_viewport<\\/code> for header templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7043\\\">#7043<\\/a>)<\\/li>\\n<li>Tweak: use filterable <code>Util::get_public_post_types()<\\/code> in Theme Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7172\\\">#7172<\\/a>)<\\/li>\\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7443\\\">#7443<\\/a>)<\\/li>\\n<li>Tweak: Added responsive support to WC Products Columns &amp; Rows Gap controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart &quot;View Cart&quot; &amp; &quot;Checkout&quot; buttons styling<\\/li>\\n<li>Fix: Custom ID reset to default when dragging repeater<\\/li>\\n<li>Fix: Conflict between archive-products widget and WC customizer<\\/li>\\n<li>Fix: Add to Cart widget <code>spacing<\\/code> and <code>space-between<\\/code><\\/li>\\n<li>Fix: Library view when creating a new Header or Footer<\\/li>\\n<li>Fix: Post types labels missing on Add New Template modal<\\/li>\\n<\\/ul>\\n<h4>2.4.8 - 2019-03-11<\\/h4>\\n<ul>\\n<li>Fix: Missing query section in Products widget<\\/li>\\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.7 - 2019-03-06<\\/h4>\\n<ul>\\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+<\\/li>\\n<\\/ul>\\n<h4>2.4.6 - 2019-03-04<\\/h4>\\n<ul>\\n<li>Fix: Pods gallery dynamic when empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7127\\\">#7127<\\/a>)<\\/li>\\n<li>Fix: Duplicate call for conditions screen issue<\\/li>\\n<li>Fix: Compatibility with Elementor v2.5.0<\\/li>\\n<\\/ul>\\n<h4>2.4.5 - 2019-02-18<\\/h4>\\n<ul>\\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7058\\\">#7058<\\/a>)<\\/li>\\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7083\\\">#7083<\\/a>)<\\/li>\\n<li>Fix: Show popup preview only on it\'s own preview<\\/li>\\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.4 - 2019-02-11<\\/h4>\\n<ul>\\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6690\\\">#6690<\\/a>)<\\/li>\\n<li>Tweak: Changed the term of <code>All Posts<\\/code> condition to <code>Posts<\\/code><\\/li>\\n<li>Fix: Added <code>&lt;IfModule&gt;<\\/code> to avoid 500 error when <code>mod-headers<\\/code> is missing (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7034\\\">#7034<\\/a>)<\\/li>\\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6856\\\">#6856<\\/a>)<\\/li>\\n<li>Fix: <code>Textarea<\\/code> default value in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6934\\\">#6934<\\/a>)<\\/li>\\n<li>Fix: MailPoet latest version caused fatal error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6996\\\">#6996<\\/a>)<\\/li>\\n<li>Fix: Fatal Error caused by calling MailPoet deleted method<\\/li>\\n<li>Notice: MailPoet <code>Auto Confirm<\\/code> option will now default to &quot;On&quot;<\\/li>\\n<\\/ul>\\n<h4>2.4.3 - 2019-01-30<\\/h4>\\n<ul>\\n<li>Fix: Custom Add to Cart widget responsive alignment settings<\\/li>\\n<li>Fix: Links in Post Info widget<\\/li>\\n<li>Fix: WooCommerce <code>View Cart<\\/code> string translate<\\/li>\\n<li>Fix: Wrapper classes for header\\/footer templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6884\\\">#6884<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.4.2 - 2019-01-25<\\/h4>\\n<ul>\\n<li>Tweak: Added pixel units to Close Button position control in Popups<\\/li>\\n<li>Fix: Exclude error in WC Products widget<\\/li>\\n<\\/ul>\\n<h4>2.4.1 - 2019-01-24<\\/h4>\\n<ul>\\n<li>Tweak: Added CSS classes control to Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6826\\\">#6826<\\/a>)<\\/li>\\n<li>Tweak: Added responsive image size to Testimonial Carousel widget<\\/li>\\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6842\\\">#6842<\\/a>)<\\/li>\\n<li>Fix: Support of exclude-ids in WC Products widget<\\/li>\\n<li>Fix: Popup close button not clickable<\\/li>\\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6749\\\">#6749<\\/a>)<\\/li>\\n<li>Fix: Bad anchors breaks the page JS<\\/li>\\n<li>Fix: Popup overlay shown when turned off<\\/li>\\n<\\/ul>\\n<h4>2.4.0 - 2019-01-21<\\/h4>\\n<ul>\\n<li>New: Introducing Popup Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/628\\\">#628<\\/a>)<\\/li>\\n<li>New: Added <code>Popup<\\/code> Dynamic Tag<\\/li>\\n<li>New: Added <code>Popup<\\/code> forms action after submit<\\/li>\\n<li>New: Added User Info dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6322\\\">#6322<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for &quot;Nothing Found&quot; message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in &quot;Nothing Found&quot; message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6053\\\">#6053<\\/a>)<\\/li>\\n<li>Tweak: Added <code>add_doc_to_location<\\/code> method to Allow insertion of a document to a location<\\/li>\\n<li>Fix: <code>z-index<\\/code> issue with CTA widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6486\\\">#6486<\\/a>)<\\/li>\\n<li>Fix: Hide the Post Content widget and show it only in a Single document<\\/li>\\n<li>Fix: <code>selector<\\/code> replacement in Custom CSS<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> on the real content only<\\/li>\\n<li>Fix: CSS for WC products selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6559\\\">#6559<\\/a>)<\\/li>\\n<li>Fix: Odnoklassniki share URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6638\\\">#6638<\\/a>)<\\/li>\\n<li>Fix: Custom link new tab in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5766\\\">#5766<\\/a>)<\\/li>\\n<li>Fix: <code>nofollow<\\/code> link in Flip Box &amp; CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons &amp; buttons for better accessibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5386\\\">#5386<\\/a>)<\\/li>\\n<li>Fix: Accessibility labels in Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6630\\\">#6630<\\/a>)<\\/li>\\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active<\\/li>\\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget<\\/li>\\n<li>Fix: Sub-menu arrow position in Nav Menu widget<\\/li>\\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6648\\\">#6648<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.3.1 - 2018-12-19<\\/h4>\\n<ul>\\n<li>Fix: Template widget search functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6473\\\">#6473<\\/a>)<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> filter to post content in theme builder<\\/li>\\n<\\/ul>\\n<h4>2.3.0 - 2018-12-17<\\/h4>\\n<ul>\\n<li>New: Introducing Discord Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4218\\\">#4218<\\/a>)<\\/li>\\n<li>New: Introducing Slack Integration for Forms<\\/li>\\n<li>New: Introducing MailerLite Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4462\\\">#4462<\\/a>)<\\/li>\\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/utils\\/get_public_post_types<\\/code> filter hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5900\\\">#5900<\\/a>)<\\/li>\\n<li>Tweak: Added <code>loop_start<\\/code> &amp; <code>the_content<\\/code> hooks for Post Content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6173\\\">#6173<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from Page Settings<\\/li>\\n<li>Tweak: Always add the Custom CSS control to the Advanced tab<\\/li>\\n<li>Fix: In sub Term condition false positive in edge cases<\\/li>\\n<li>Fix: ToolSet Dynamic Image fallback<\\/li>\\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget<\\/li>\\n<li>Fix: Style glitch in the Conditions screen in Safari browser<\\/li>\\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6080\\\">#6080<\\/a>)<\\/li>\\n<li>Fix: The color of label won\'t change color in Widget login<\\/li>\\n<\\/ul>\\n<h4>2.2.5 - 2018-12-11<\\/h4>\\n<ul>\\n<li>New: Add Style Tab &amp; Custom CSS for Header &amp; Footer Templates.<\\/li>\\n<li>Tweak: Added a better identifier for subpages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6362\\\">#6362<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from page settings<\\/li>\\n<li>Fix: Yahoo event URL date issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Allow timezone settings in Google event URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Avoid <code>z-index<\\/code> changes by <code>nanocss<\\/code> in build process<\\/li>\\n<li>Fix: Added missing WC upsells products CSS<\\/li>\\n<li>Fix: Nav Menu dropdown losing color on hover<\\/li>\\n<li>Fix: WC Product Add-ons CSS compatibility<\\/li>\\n<\\/ul>\\n<h4>2.2.4 - 2018-12-04<\\/h4>\\n<ul>\\n<li>Fix: Global widget not saving changes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6340\\\">#6340<\\/a>)<\\/li>\\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6334\\\">#6334<\\/a>)<\\/li>\\n<li>Fix: Forms Redirect URL action when using form field values with spaces<\\/li>\\n<\\/ul>\\n<h4>2.2.3 - 2018-11-29<\\/h4>\\n<ul>\\n<li>Fix: Missing &quot;Edit Template&quot; in Template widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu<\\/li>\\n<li>Fix: Show only supported templates in Template widget<\\/li>\\n<li>Fix: Revert conflicting fix for a default order for WC archive<\\/li>\\n<\\/ul>\\n<h4>2.2.2 - 2018-11-28<\\/h4>\\n<ul>\\n<li>Fix: Lightbox dynamic tag crashes the editor<\\/li>\\n<\\/ul>\\n<h4>2.2.1 - 2018-11-28<\\/h4>\\n<ul>\\n<li>New: Added <code>ACF File<\\/code> Dynamic tag to support text controls.<\\/li>\\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6223\\\">#6223<\\/a>)<\\/li>\\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags<\\/li>\\n<li>Tweak: Added filter <code>elementor_pro\\/dynamic_tags\\/shortcode\\/should_escape<\\/code> to avoid escaping in Shortcode dynamic tag<\\/li>\\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists<\\/li>\\n<li>Tweak: Added front-end max file size validation for upload fields<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> per Post-Type condition for theme builder<\\/li>\\n<li>Fix: Template widget panel not showing the selected template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag<\\/li>\\n<li>Fix: Add post classes only for the Single template<\\/li>\\n<li>Fix: Set document type as not editable for unsupported document like Global widget<\\/li>\\n<li>Fix: Avoid duplicate query for current WC product query<\\/li>\\n<li>Fix: Product Archive showing oldest products instead of latest<\\/li>\\n<li>Fix: CSS reset in Posts widget using cards skin<\\/li>\\n<\\/ul>\\n<h4>2.2.0 - 2018-11-19<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/290\\\">#290<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3990\\\">#3990<\\/a>)<\\/li>\\n<li>New: Added evergreen option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4459\\\">#4459<\\/a>)<\\/li>\\n<li>New: Added expire actions option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5242\\\">#5242<\\/a>)<\\/li>\\n<li>New: Introducing Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3854\\\">#3854<\\/a>)<\\/li>\\n<li>New: Introducing Sitemap widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5594\\\">#5594<\\/a>)<\\/li>\\n<li>New: Added Request Parameter dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4934\\\">#4934<\\/a>)<\\/li>\\n<li>New: Added Shortcode dynamic tag<\\/li>\\n<li>New: Added Image and Video Lightbox dynamic tag<\\/li>\\n<li>New: Added Contact URL dynamic tag<\\/li>\\n<li>New: Added Featured Image Data dynamic tag<\\/li>\\n<li>New: Added default value to each field in the Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4268\\\">#4268<\\/a>)<\\/li>\\n<li>New: Added &quot;Any Child Of&quot; condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\\">#5321<\\/a>)<\\/li>\\n<li>New: Added &quot;In Child&quot; condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5587\\\">#5587<\\/a>)<\\/li>\\n<li>Tweak: Added Form Redirect URL with form values (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2564\\\">#2564<\\/a>)<\\/li>\\n<li>Tweak: Added default post classes to template wrapper (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5959\\\">#5959<\\/a>)<\\/li>\\n<li>Tweak: Better labels for terms in Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6092\\\">#6092<\\/a>)<\\/li>\\n<li>Tweak: Renamed &quot;Child Of&quot; templates condition to &quot;Direct Child Of&quot;<\\/li>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/condition_sub_id<\\/code> filter hook to allow template condition translations<\\/li>\\n<li>Tweak: Load the Template Library widget via Ajax for better performance<\\/li>\\n<li>Tweak: Added 404 page title for Page Title dynamic tag<\\/li>\\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6141\\\">#6141<\\/a>)<\\/li>\\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5790\\\">#5790<\\/a>)<\\/li>\\n<li>Fix: Avoid potential security risk in forms<\\/li>\\n<li>Fix: Template By Author condition conflicts with 404 page<\\/li>\\n<li>Fix: Restored WC Product Content widget in Single Product template<\\/li>\\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages<\\/li>\\n<li>Fix: Highlight active menu anchor items only when scrolled into view<\\/li>\\n<li>Fix: Carousel Pagination Progress style to support new Swiper version<\\/li>\\n<\\/ul>\\n<h4>2.1.13 - 2018-11-12<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0<\\/li>\\n<li>Fix: Settings conflict when there are multiple carousels in the page<\\/li>\\n<\\/ul>\\n<h4>2.1.12 - 2018-11-05<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3<\\/li>\\n<li>Tweak: Better performance for Template Library widget<\\/li>\\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6029\\\">#6029<\\/a>)<\\/li>\\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6001\\\">#6001<\\/a>)<\\/li>\\n<li>Fix: Custom CSS printed twice in the front-end<\\/li>\\n<li>Fix: ACF Image field PHP warning (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6051\\\">#6051<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.1.11 - 2018-10-22<\\/h4>\\n<ul>\\n<li>New: Added ACF local fields compatibility<\\/li>\\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration<\\/li>\\n<li>Fix: Exclude <code>is_embed<\\/code> from Singular condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5915\\\">#5915<\\/a>)<\\/li>\\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons<\\/li>\\n<li>Fix: Current date time dynamic tag now shows local time<\\/li>\\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink<\\/li>\\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration<\\/li>\\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF<\\/li>\\n<li>Fix: Respect password protected for a WC single product template<\\/li>\\n<li>Fix: Respect <code>order<\\/code> settings for WC archive also without pagination<\\/li>\\n<\\/ul>\\n<h4>2.1.10 - 2018-10-09<\\/h4>\\n<ul>\\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5821\\\">#5821<\\/a>)<\\/li>\\n<li>Tweak: Added link control to Animated Headline widget<\\/li>\\n<li>Fix: Mobile nav menu jump on RTL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5711\\\">#5711<\\/a>)<\\/li>\\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5830\\\">#5830<\\/a>)<\\/li>\\n<li>Fix: Added IE compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Post Content widget is now shown only on <code>Single<\\/code> templates<\\/li>\\n<li>Fix: Query Control Pagination with offset<\\/li>\\n<\\/ul>\\n<h4>2.1.9 - 2018-09-17<\\/h4>\\n<ul>\\n<li>Tweak: Added Centered Slides option for Slideshow carousel<\\/li>\\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5091\\\">#5091<\\/a>)<\\/li>\\n<li>Fix: ACF Gallery option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5740\\\">#5740<\\/a>)<\\/li>\\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5689\\\">#5689<\\/a>)<\\/li>\\n<li>Fix: Coverflow transition effect in Carousel<\\/li>\\n<li>Fix: Weird mobile behavior with Cube effect in Carousel<\\/li>\\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly<\\/li>\\n<\\/ul>\\n<h4>2.1.8 - 2018-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Added styling options for WC Additional Information widget<\\/li>\\n<li>Tweak: Added styling options for \'View Cart\' link in Products widget<\\/li>\\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5338\\\">#5338<\\/a>)<\\/li>\\n<li>Fix: Layout of Related Product widget with WC native style<\\/li>\\n<\\/ul>\\n<h4>2.1.7 - 2018-09-03<\\/h4>\\n<ul>\\n<li>New: WC Archive Description widget<\\/li>\\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5555\\\">#5555<\\/a>)<\\/li>\\n<li>Tweak: Added \'Current Subcategories\' option to Product Categories widget<\\/li>\\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5589\\\">#5589<\\/a>)<\\/li>\\n<li>Tweak: Added more blend mode options for CTA widget<\\/li>\\n<li>Tweak: Improved plugin updater method based on WordPress version<\\/li>\\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets<\\/li>\\n<li>Fix: Added default gap for products pagination<\\/li>\\n<li>Fix: Post thumbnail flickering in Safari browser<\\/li>\\n<li>Fix: Close mobile nav menu on click only in full-width mode<\\/li>\\n<li>Fix: Added trailing slash to pagination links in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.1.6 - 2018-08-28<\\/h4>\\n<ul>\\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5117\\\">#5117<\\/a>)<\\/li>\\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5491\\\">#5491<\\/a>)<\\/li>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Tweak: Deprecated Follow option in the Facebook Button widget<\\/li>\\n<li>Fix: Posts widget grid in Safari &amp; IE11 (Depended on Elementor v2.2)<\\/li>\\n<li>Fix: Posts widget CSS when using cards skin in masonry mode<\\/li>\\n<li>Fix: ACF Image &amp; ACF URL option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: WC product gallery links in RTL<\\/li>\\n<li>Fix: Dynamic tags in Call To Action widget<\\/li>\\n<\\/ul>\\n<h4>2.1.5 - 2018-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Fix: Posts Widget layout theme compatibility<\\/li>\\n<li>Fix: Added compatibility for WooCommerce native style<\\/li>\\n<\\/ul>\\n<h4>2.1.4 - 2018-08-19<\\/h4>\\n<ul>\\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5442\\\">#5442<\\/a>)<\\/li>\\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5460\\\">#5460<\\/a>)<\\/li>\\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget<\\/li>\\n<li>Fix: Selector specificity for WooCommerce Products widget<\\/li>\\n<li>Fix: WooCommerce conflicts in the editor in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.3 - 2018-08-15<\\/h4>\\n<ul>\\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5350\\\">#5350<\\/a>)<\\/li>\\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5375\\\">#5375<\\/a>)<\\/li>\\n<li>Fix: Added missing <code>setup_postdata<\\/code> for Product Data Tabs widget<\\/li>\\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5399\\\">#5399<\\/a>)<\\/li>\\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5254\\\">#5254<\\/a>)<\\/li>\\n<li>Fix: Carousel behavior when using a single slide<\\/li>\\n<\\/ul>\\n<h4>2.1.2 - 2018-08-12<\\/h4>\\n<ul>\\n<li>Fix: Error when ACF Pro is not installed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5367\\\">#5367<\\/a>)<\\/li>\\n<li>Fix: Edge cases in Inspector where document is a boolean<\\/li>\\n<li>Fix: Edge cases for incorrect file fields in PODS<\\/li>\\n<\\/ul>\\n<h4>2.1.1 - 2018-08-09<\\/h4>\\n<ul>\\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5345\\\">#5345<\\/a>)<\\/li>\\n<li>Fix: Flip Box effect issues<\\/li>\\n<li>Fix: ACF Options page fields support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5329\\\">#5329<\\/a>)<\\/li>\\n<li>Fix: Import Pro templates in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.0 - 2018-08-07<\\/h4>\\n<ul>\\n<li>New: Introducing WooCommerce Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1690\\\">#1690<\\/a>)<\\/li>\\n<li>New: Introducing 12 new dynamic tags &amp; widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title &amp; Archive<\\/li>\\n<li>New: Introducing Cart Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4220\\\">#4220<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4600\\\">#4600<\\/a>)<\\/li>\\n<li>New: Added integration with Toolset (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Added integration with Pods (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4129\\\">#4129<\\/a>)<\\/li>\\n<li>New: Added stick to bottom in scrolling effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4799\\\">#4799<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect to Widgets under advanced tab<\\/li>\\n<li>New: Introducing Internal URL Dynamic Tag<\\/li>\\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4597\\\">#4597<\\/a>)<\\/li>\\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4447\\\">#4447<\\/a>)<\\/li>\\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1878\\\">#1878<\\/a>)<\\/li>\\n<li>Tweak: Add Custom Query hook for Query control (<a href=\\\"https:\\/\\/developers.elementor.com\\/custom-query-filter\\/\\\">More Info<\\/a>) (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1748\\\">#1748<\\/a>)<\\/li>\\n<li>Tweak: Added form-message style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4767\\\">#4767<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4602\\\">#4602<\\/a>)<\\/li>\\n<li>Tweak: Added an support for <code>label|value<\\/code> in options field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4594\\\">#4594<\\/a>)<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> condition for theme builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4681\\\">#4681<\\/a>)<\\/li>\\n<li>Tweak: Added Activate\\/Deactivate license key via WP-CLI command (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4149\\\">#4149<\\/a>)<\\/li>\\n<li>Tweak: Added <code>is_scroll<\\/code> trigger to scrolling effect (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4340\\\">#4340<\\/a>)<\\/li>\\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4177\\\">#4177<\\/a>)<\\/li>\\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3697\\\">#3697<\\/a>)<\\/li>\\n<li>Tweak: Added style options for Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1335\\\">#1335<\\/a>)<\\/li>\\n<li>Tweak: Added button CSS ID for Forms widget<\\/li>\\n<li>Tweak: Added pixel units to Post-Info divider height control<\\/li>\\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller &amp; more bugs<\\/li>\\n<li>Tweak: Re-organize the panel categories per document type<\\/li>\\n<li>Tweak: Added ACF support for <code>options-page<\\/code> fields<\\/li>\\n<li>Tweak: Added dynamic tag for Animated headlines<\\/li>\\n<li>Tweak: Added dynamic tag for BlockQuote widget<\\/li>\\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4817\\\">#4817<\\/a>)<\\/li>\\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4324\\\">#4324<\\/a>)<\\/li>\\n<li>Fix: Initial slide in Carousel widget<\\/li>\\n<li>Fix: Stay on current slide while editing in Carousel widget<\\/li>\\n<li>Fix: Default slides per device in Carousel widget<\\/li>\\n<li>Deprecated: Woo Products, Woo Elements &amp; Single elements widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.18 - 2018-07-27<\\/h4>\\n<ul>\\n<li>Fix: Global widget error on saving page<\\/li>\\n<\\/ul>\\n<h4>2.0.17 - 2018-07-26<\\/h4>\\n<ul>\\n<li>Fix: Sub menu indicator direction in Nav Menu widget<\\/li>\\n<li>Fix: Change the title and icon for Global Widget when is moving<\\/li>\\n<li>Fix: CSS wrapper selector for Page Document<\\/li>\\n<\\/ul>\\n<h4>2.0.16 - 2018-07-16<\\/h4>\\n<ul>\\n<li>Tweak: CSS Filter Control module is now included in Elementor<\\/li>\\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5077\\\">#5077<\\/a>)<\\/li>\\n<li>Fix: Restore current query after get Global Widget data<\\/li>\\n<li>Fix: Add action item in History on unlink Global widget<\\/li>\\n<\\/ul>\\n<h4>2.0.15 - 2018-07-10<\\/h4>\\n<ul>\\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4996\\\">#4996<\\/a>)<\\/li>\\n<li>Fix: GMT offset in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4997\\\">#4997<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.0.14 - 2018-07-08<\\/h4>\\n<ul>\\n<li>Tweak: Added set method to form record for developers (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4983\\\">#4983<\\/a>)<\\/li>\\n<li>Fix: Autoplay option for Carousels<\\/li>\\n<li>Fix: Close mobile menu on item click in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.13 - 2018-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for Elementor v2.1<\\/li>\\n<\\/ul>\\n<h4>2.0.12 - 2018-07-02<\\/h4>\\n<ul>\\n<li>Fix: Global widget PHP notices<\\/li>\\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs<\\/li>\\n<li>Fix: Form select field send all selected values on multiple selection<\\/li>\\n<li>Fix: Validate time field only if it\'s not empty<\\/li>\\n<li>Fix: ConvertKit API not saving name field<\\/li>\\n<\\/ul>\\n<h4>2.0.11 - 2018-06-12<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder <code>author<\\/code> archive condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4593\\\">#4593<\\/a>)<\\/li>\\n<li>Fix: Respect password protected posts in Post Content widget<\\/li>\\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.<\\/li>\\n<\\/ul>\\n<h4>2.0.10 - 2018-06-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> filter hook for multi-language plugins<\\/li>\\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)<\\/li>\\n<li>Fix: Fields shortcode missing after removing a field in Form widget<\\/li>\\n<li>Deprecated: <code>get_theme_templates_by_location<\\/code> is replaced by <code>get_location_templates<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.0.9 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Fix: Compatibility for PHP version 5.4<\\/li>\\n<\\/ul>\\n<h4>2.0.8 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added Active state for Nav Menu dropdown<\\/li>\\n<li>Tweak: Added style for &quot;Nothing Found&quot; Message for Archive Posts widget<\\/li>\\n<li>Tweak: Removed caption control in Site Logo widget<\\/li>\\n<li>Tweak: Added option to position currency symbol before\\/after In Price Table widget<\\/li>\\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4479\\\">#4479<\\/a>)<\\/li>\\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4342\\\">#4342<\\/a>)<\\/li>\\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4527\\\">#4527<\\/a>)<\\/li>\\n<li>Fix: Avoid rendering a template if it\'s not published<\\/li>\\n<li>Fix: 404 Page style not working<\\/li>\\n<li>Fix: Price Table button with hover animation not working in editor<\\/li>\\n<li>Fix: Styling conflict in Call to Action widget<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Adding parent wrapper class to Site Title widget<\\/li>\\n<\\/ul>\\n<h4>2.0.7 - 2018-05-16<\\/h4>\\n<ul>\\n<li>Fix: Content not found on section when single is set to &quot;All Singular&quot;<\\/li>\\n<li>Fix: Open 404 template library for 404 page<\\/li>\\n<li>Tweak: Added CSS prefix for dev files<\\/li>\\n<li>Tweak: Removed product post type from display conditions<\\/li>\\n<\\/ul>\\n<h4>2.0.6 - 2018-05-15<\\/h4>\\n<ul>\\n<li>Tweak: Set type on create new single template<\\/li>\\n<li>Tweak: Always show the conditions dialog in the Draft status<\\/li>\\n<li>Tweak: Added document type <code>widget<\\/code><\\/li>\\n<li>Tweak: Added Post Custom Field tag to URL category<\\/li>\\n<li>Fix: When ACF Field Groups are Empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4428\\\">#4428<\\/a>)<\\/li>\\n<li>Fix: Links inside carousel in edge cases<\\/li>\\n<li>Fix: Responsive issue in My Templates area<\\/li>\\n<li>Fix: Image alignment for post content with text alignment<\\/li>\\n<li>Fix: Post Content widget when preview post is missing<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Style settings for Post \\/ Archive Title widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.5 - 2018-05-08<\\/h4>\\n<ul>\\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4203\\\">#4203<\\/a>)<\\/li>\\n<li>Fix: Added support for new version of reCAPTCHA<\\/li>\\n<li>Fix: Added fallback for controls after <code>post_status<\\/code><\\/li>\\n<li>Fix: Required field in forms widget<\\/li>\\n<li>Fix: Media Carousel in the Coverflow skin<\\/li>\\n<li>Fix: 404 Page show wrong template in edge cases<\\/li>\\n<li>Fix: Save the default menu in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.4 - 2018-05-02<\\/h4>\\n<ul>\\n<li>Tweak: Added parent\'s class for extended widgets<\\/li>\\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions<\\/li>\\n<li>Tweak: Initialize global model when it\'s needed<\\/li>\\n<li>Tweak: Removed some duplicate strings<\\/li>\\n<li>Tweak: Query control now includes empty terms<\\/li>\\n<li>Tweak: Design polish for conditions dialog<\\/li>\\n<li>Tweak: Decreasing <code>minimumInputLength<\\/code> to 1 of select2<\\/li>\\n<li>Fix: Editor not loading for single templates in edge cases<\\/li>\\n<li>Fix: Select2 in Safari takes it\'s time to get the original select width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4310\\\">#4310<\\/a>)<\\/li>\\n<li>Fix: Slides per view not working for some effects<\\/li>\\n<li>Fix: New slides not showing in the editor<\\/li>\\n<li>Fix: Editor for section without a defined location, defaults to content area<\\/li>\\n<\\/ul>\\n<h4>2.0.3 - 2018-04-24<\\/h4>\\n<ul>\\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4214\\\">#4214<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4216\\\">#4216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4225\\\">#4225<\\/a>)<\\/li>\\n<li>Fix: Double render on frontend view in core locations<\\/li>\\n<li>Fix: Masonry not working in edge cases<\\/li>\\n<li>Fix: Added default setting for Author Info tag<\\/li>\\n<\\/ul>\\n<h4>2.0.2 - 2018-04-18<\\/h4>\\n<ul>\\n<li>Fix: Regenerate conditions to include all templates<\\/li>\\n<\\/ul>\\n<h4>2.0.1 - 2018-04-17<\\/h4>\\n<ul>\\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4136\\\">#4136<\\/a>)<\\/li>\\n<li>Tweak: Show empty categories in Query Control &amp; Display Conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4127\\\">#4127<\\/a>)<\\/li>\\n<li>Tweak: Added Divider control for Post Info widget<\\/li>\\n<li>Fix: Update admin links in Yoast Breadcrumbs widget<\\/li>\\n<li>Fix: Sticky element conflict with clearfix CSS<\\/li>\\n<li>Fix: Compatibility for PHP version 5.4.32 &amp; 5.5.16 and below<\\/li>\\n<li>Fix: Avoid running <code>wp_head<\\/code> hooks twice<\\/li>\\n<\\/ul>\\n<h4>2.0.0 - 2018-04-16<\\/h4>\\n<ul>\\n<li>New: Introducing Theme Builder - <a href=\\\"https:\\/\\/elementor.com\\/introducing-theme-builder\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/417\\\">#417<\\/a>)<\\/li>\\n<li>New: Introducing Locations API to inject custom location templates<\\/li>\\n<li>New: Introducing Display Conditions for all dynamic templates<\\/li>\\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design<\\/li>\\n<li>New: Introducing Role manager to allow &quot;Content Only mode&quot; (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/483\\\">#483<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/653\\\">#653<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/885\\\">#885<\\/a>)<\\/li>\\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo &amp; Site Name (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Introducing Developers area with guides and API documentation - <a href=\\\"https:\\/\\/elementor.com\\/introducing-elementor-developer-api\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/451\\\">#451<\\/a>)<\\/li>\\n<li>New: Introducing <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor-hello-theme\\\">Elementor Hello Theme<\\/a> - A demonstration theme for developers<\\/li>\\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2761\\\">#2761<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2623\\\">#2623<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2109\\\">#2109<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2061\\\">#2061<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2439\\\">#2439<\\/a>)<\\/li>\\n<li>New: Design 404 page with Single template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1558\\\">#1558<\\/a>)<\\/li>\\n<li>New: Design Search Results with Archive template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3196\\\">#3196<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2590\\\">#2590<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element<\\/em> per device (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2412\\\">#2412<\\/a>)<\\/li>\\n<li>New: Integration with Custom Fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2054\\\">#2054<\\/a>)<\\/li>\\n<li>New: Partial support for Toolset integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Partial support for Pods integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2169\\\">#2169<\\/a>)<\\/li>\\n<li>New: Partial support for ACF integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2041\\\">#2041<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2059\\\">#2059<\\/a>)<\\/li>\\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3531\\\">#3531<\\/a>)<\\/li>\\n<li>Tweak: Allow brackets in Forms Tel field<\\/li>\\n<li>Tweak: Added currency format control for Price Table widget<\\/li>\\n<li>Tweak: Reduced API request for some servers<\\/li>\\n<li>Fix: Dropdown <code>border-radius<\\/code> in Nav Menu widget<\\/li>\\n<li>Fix: Price List widget layout breaks in edge cases<\\/li>\\n<li>Note: This version requires Elementor v2.0.6<\\/li>\\n<\\/ul>\\n<h4>1.15.6 - 2018-03-28<\\/h4>\\n<ul>\\n<li>Fix: Removed duplicate Custom CSS section (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3938\\\">#3938<\\/a>)<\\/li>\\n<li>Fix: <code>box-shadow<\\/code> issue with cards skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3940\\\">#3940<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.5 - 2018-03-27<\\/h4>\\n<ul>\\n<li>Fix: Added global widget compatibility for Elementor v2.0<\\/li>\\n<li>Fix: Reduced API request for some servers<\\/li>\\n<\\/ul>\\n<h4>1.15.4 - 2018-03-26<\\/h4>\\n<ul>\\n<li>Tweak: Allow brackets in phone field<\\/li>\\n<li>Tweak: Added compatibility with Yoast 7.0.+<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Support for multiple carousel setting in editor<\\/li>\\n<li>Fix: <code>on_export<\\/code> issue in forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3890\\\">#3890<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.3 - 2018-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Added unique class to field group div (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3595\\\">#3595<\\/a>)<\\/li>\\n<li>Fix: Screen Options missing when Pro is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3622\\\">#3622<\\/a>)<\\/li>\\n<li>Fix: Allow label styling even when <code>show labels<\\/code> is set hide (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3544\\\">#3544<\\/a>)<\\/li>\\n<li>Fix: Typography control not working in edge cases<\\/li>\\n<li>Fix: Safari compatibility for Search widget<\\/li>\\n<\\/ul>\\n<h4>1.15.2 - 2018-02-27<\\/h4>\\n<ul>\\n<li>Fix: Only add support mine-type if needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3543\\\">#3543<\\/a>)<\\/li>\\n<li>Fix: Better support for Old Typekit kits<\\/li>\\n<\\/ul>\\n<h4>1.15.1 - 2018-02-21<\\/h4>\\n<ul>\\n<li>Tweak: Custom font title placeholder is not <code>enter font family<\\/code><\\/li>\\n<li>Tweak: Custom font title set as required<\\/li>\\n<li>Fix: Custom font, <code>font-face<\\/code> enqueued only once if used in global (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3513\\\">#3513<\\/a>)<\\/li>\\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.<\\/li>\\n<\\/ul>\\n<h4>1.15.0 - 2018-02-19<\\/h4>\\n<ul>\\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/852\\\">#852<\\/a>)<\\/li>\\n<li>New: Integration with Adobe TypeKit fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/631\\\">#631<\\/a>)<\\/li>\\n<li>Tweak: Clear menu from Nav Menu widget on template export<\\/li>\\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle<\\/code><\\/li>\\n<\\/ul>\\n<h4>1.14.2 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Fix: Global widget content that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.14.1 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>none<\\/code> option to content animation in CTA widget<\\/li>\\n<li>Tweak: Added <code>form_id<\\/code> to ActiveCampaign integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3422\\\">#3422<\\/a>)<\\/li>\\n<li>Fix: Page crashed when Global widget not found.<\\/li>\\n<\\/ul>\\n<h4>1.14.0 - 2018-02-12<\\/h4>\\n<ul>\\n<li>New: Added Call to Action widget<\\/li>\\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Allow zero (0) to be accepted as a field value<\\/li>\\n<li>Fix: Login form when custom login URL is set<\\/li>\\n<li>Fix: Added Day of cycle control to GetResponse integration<\\/li>\\n<\\/ul>\\n<h4>1.13.2 - 2018-01-23<\\/h4>\\n<ul>\\n<li>Tweak: Added placeholder to Password field<\\/li>\\n<li>Tweak: Removed <code>subscriber_already_exists_message<\\/code> control to prevent potential data leakage<\\/li>\\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet<\\/li>\\n<li>Fix: Changed <code>imagesLoaded()<\\/code> to Vanilla JS to avoid compatibility issues with some themes<\\/li>\\n<li>Fix: Only validate Tel field if not empty<\\/li>\\n<li>Fix: Stop slider while editing<\\/li>\\n<\\/ul>\\n<h4>1.13.1 - 2018-01-16<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with old PHP versions<\\/li>\\n<\\/ul>\\n<h4>1.13.0 - 2018-01-16<\\/h4>\\n<ul>\\n<li>New: Added File Upload field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1482\\\">#1482<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Acceptance field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1693\\\">#1693<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Date field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1868\\\">#1868<\\/a>)<\\/li>\\n<li>New: Added Time field for Forms widget<\\/li>\\n<li>New: Added Password field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2164\\\">#2164<\\/a>)<\\/li>\\n<li>New: Added HTML field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1500\\\">#1500<\\/a>)<\\/li>\\n<li>Tweak: Added characters validation for Tel field<\\/li>\\n<li>Tweak: Added min &amp; max validation for Number field<\\/li>\\n<li>Tweak: Added multiple selection for Select field<\\/li>\\n<li>Tweak: Added donReach integration for Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.12.3 - 2018-01-09<\\/h4>\\n<ul>\\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget<\\/li>\\n<li>Fix: Apply <code>url-encoding<\\/code> to &quot;Tweet&quot; button text in Blockquote widget to prevent unexpected corruption of the tweet text<\\/li>\\n<li>Fix: Removed My Account link from dashboard widget<\\/li>\\n<\\/ul>\\n<h4>1.12.2 - 2018-01-03<\\/h4>\\n<ul>\\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2964\\\">#2964<\\/a>)<\\/li>\\n<li>Fix: Active license button style<\\/li>\\n<\\/ul>\\n<h4>1.12.1 - 2018-01-02<\\/h4>\\n<ul>\\n<li>Tweak: Removed theme-element widgets from plain content<\\/li>\\n<li>Tweak: Set all theme-element widgets to extend same widget Base<\\/li>\\n<li>Tweak: Removed credit URL in forms meta data<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.9<\\/li>\\n<li>Fix: Validate Get response Error as real error<\\/li>\\n<li>Fix: Removed responsive height control from Facebook Page widget<\\/li>\\n<\\/ul>\\n<h4>1.12.0 - 2017-12-20<\\/h4>\\n<ul>\\n<li>New: Added Drip integration to Forms<\\/li>\\n<li>New: Added ActiveCampaign integration to Forms<\\/li>\\n<li>New: Added ConverKit integration to Forms<\\/li>\\n<li>New: Added GetResponse integration to Forms<\\/li>\\n<li>New: Added form <code>id<\\/code>, <code>name<\\/code> attributes to handle integration with auto collectors like HubSpot<\\/li>\\n<li>New: Added Global API key for MailChimp to improve the workflow<\\/li>\\n<li>Tweak: Better error handling and message display for Forms<\\/li>\\n<li>Fix: PHP notice Undefined variable <code>$cc_header<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2934\\\">#2934<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.11.0 - 2017-12-11<\\/h4>\\n<ul>\\n<li>New: Added a native Comments widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Added an Author Box widget<\\/li>\\n<li>New: Added a Post Navigation widget<\\/li>\\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2749\\\">#2749<\\/a>)<\\/li>\\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2762\\\">#2762<\\/a>)<\\/li>\\n<li>Fix: Allow currency symbol to appear even if price isn\'t numeric<\\/li>\\n<li>Fix: Edge cases when the nav menu is empty in a stretched section<\\/li>\\n<li>Fix: Added fallback when you remove the <code>space-between<\\/code> on Swiper carousel<\\/li>\\n<\\/ul>\\n<h4>1.10.2 - 2017-12-03<\\/h4>\\n<ul>\\n<li>Fix: Missing save widget icon (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2878\\\">#2878<\\/a>)<\\/li>\\n<li>Fix: Global widgets not saving edits (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2874\\\">#2874<\\/a>)<\\/li>\\n<li>Fix: Removed <code>white-space: nowrap;<\\/code> property from vertical menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2815\\\">#2815<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.10.1 - 2017-11-30<\\/h4>\\n<ul>\\n<li>Tweak: Added default value for search form<\\/li>\\n<li>Tweak: Order template list A-Z in the library widget<\\/li>\\n<li>Tweak: get_users\\/authors query is now done using AJAX only, for better performance in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2865\\\">#2865<\\/a>)<\\/li>\\n<li>Fix: When adding <code>.00<\\/code> it is not displayed on the front<\\/li>\\n<li>Fix: Make sure space between is numeric for carousel control<\\/li>\\n<li>Fix: Added space for radio &amp; checkbox fields in form widget<\\/li>\\n<\\/ul>\\n<h4>1.10.0 - 2017-11-15<\\/h4>\\n<ul>\\n<li>New: Added native Search form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2576\\\">#2576<\\/a>)<\\/li>\\n<li>Tweak: Added Slides To Scroll &amp; Loop controls to Media Carousel and Testimonials widgets<\\/li>\\n<li>Tweak: Added Inline editing to Blockquote widget<\\/li>\\n<li>Fix: Animated Headline color bug (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2516\\\">#2516<\\/a>)<\\/li>\\n<li>Fix: Animated Headline with Rotating skin<\\/li>\\n<li>Fix: RTL fix for Animated Headline widget in \'typing\' and \'clip\' animations<\\/li>\\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2662\\\">#2662<\\/a>)<\\/li>\\n<li>Fix: Custom CSS gone after reloading the editor<\\/li>\\n<\\/ul>\\n<h4>1.9.5 - 2017-10-27<\\/h4>\\n<ul>\\n<li>Fix: Broken Global widget with JS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2639\\\">#2639<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.9.4 - 2017-10-24<\\/h4>\\n<ul>\\n<li>Tweak: Improved UI for notices and license page<\\/li>\\n<li>Fix: Update system conflict with other EDD plugins<\\/li>\\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2577\\\">#2577<\\/a>)<\\/li>\\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2496\\\">#2496<\\/a>)<\\/li>\\n<li>Fix: Increased submenu max-width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2558\\\">#2558<\\/a>)<\\/li>\\n<li>Fix: Save global templates without their defaults<\\/li>\\n<li>Fix: Horizontal scrolling issue with posts grid<\\/li>\\n<\\/ul>\\n<h4>1.9.3 - 2017-10-03<\\/h4>\\n<ul>\\n<li>Fix: Condition slide style that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.9.2 - 2017-10-02<\\/h4>\\n<ul>\\n<li>New: Added integration with MailPoet 3 for Forms actions<\\/li>\\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode<\\/li>\\n<li>Fix: Removed bottom padding when there\'s no pagination in Testimonial carousel<\\/li>\\n<li>Fix: Added condition for slides style section in skin bubble mode<\\/li>\\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel<\\/li>\\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows<\\/li>\\n<\\/ul>\\n<h4>1.9.1 - 2017-09-28<\\/h4>\\n<ul>\\n<li>Fix: Slides per view for slideshow carousel<\\/li>\\n<li>Fix: Final polish for the new Testimonial Carousel widget<\\/li>\\n<li>Fix: Don\'t play video if slide type is not video<\\/li>\\n<li>Fix: Removed slides style section condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2497\\\">#2497<\\/a>)<\\/li>\\n<li>Fix: Set cursor as pointer for slideshow thumbnails<\\/li>\\n<\\/ul>\\n<h4>1.9.0 - 2017-09-26<\\/h4>\\n<ul>\\n<li>New: Added Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/216\\\">#216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/347\\\">#347<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2209\\\">#2209<\\/a>)<\\/li>\\n<li>New: Added Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/715\\\">#715<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.3 - 2017-09-24<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility for WordPress 4.8.2 &amp; 4.7.6<\\/li>\\n<li>Fix: Remove slashes from Form sent data<\\/li>\\n<\\/ul>\\n<h4>1.8.2 - 2017-09-19<\\/h4>\\n<ul>\\n<li>Tweak: Added target URL for the tweet message in Blockquote widget<\\/li>\\n<li>Tweak: Render the slide height before the slider is finished loading<\\/li>\\n<li>Fix: Space between words for Animated Headline widget<\\/li>\\n<li>Fix: RTL compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Italic font style for Animated Headline widget<\\/li>\\n<li>Fix: Excluded Menu widget from the WP Editor text rendering<\\/li>\\n<\\/ul>\\n<h4>1.8.1 - 2017-09-18<\\/h4>\\n<ul>\\n<li>Fix: WCAG Compatible &quot;required&quot; field attribute for W3C validation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2391\\\">#2391<\\/a>)<\\/li>\\n<li>Fix: Print the main menu only when is necessary in Menu widget<\\/li>\\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2381\\\">#2381<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.0 - 2017-09-12<\\/h4>\\n<ul>\\n<li>New: Added Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1406\\\">#1406<\\/a>)<\\/li>\\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2279\\\">#2279<\\/a>)<\\/li>\\n<li>Fix: Style for Blockquote widget included<\\/li>\\n<\\/ul>\\n<h4>1.7.2 - 2017-09-07<\\/h4>\\n<ul>\\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins<\\/li>\\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2340\\\">#2340<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.7.1 - 2017-09-05<\\/h4>\\n<ul>\\n<li>Fix: Facebook SDK version<\\/li>\\n<\\/ul>\\n<h4>1.7.0 - 2017-09-05<\\/h4>\\n<ul>\\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow<\\/li>\\n<li>New: Added Facebook Embed widget for Post, Video and Comment<\\/li>\\n<li>New: Added Facebook Comments widget<\\/li>\\n<li>New: Added Facebook Page widget (Previously known as Like Box)<\\/li>\\n<li>New: Added Blockquote widget with Tweet button<\\/li>\\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets<\\/li>\\n<li>Fix: Animated headline rotating with long words<\\/li>\\n<\\/ul>\\n<h4>1.6.1 - 2017-08-28<\\/h4>\\n<ul>\\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when &quot;Bring to Front&quot; is not set<\\/li>\\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser<\\/li>\\n<li>Fix: Animated headline with more than 1-word per rotation<\\/li>\\n<li>Fix: Animated Headline in two lines<\\/li>\\n<li>Fix: Some errors in Global widget<\\/li>\\n<\\/ul>\\n<h4>1.6.0 - 2017-08-22<\\/h4>\\n<ul>\\n<li>New: Added Animated Headline widget<\\/li>\\n<li>New: Added Hidden field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2038\\\">#2038<\\/a>)<\\/li>\\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher<\\/li>\\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts<\\/li>\\n<\\/ul>\\n<h4>1.5.9 - 2017-08-16<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.7<\\/li>\\n<li>Fix: Portfolio compatibility for GeneratePress theme<\\/li>\\n<li>Fix: Portfolio filter compatibility for RTL<\\/li>\\n<li>Fix: Pagination apply for all posts widget in the page<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.8 - 2017-07-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.6<\\/li>\\n<li>Fix: Improved backward compatibility for query control rename<\\/li>\\n<\\/ul>\\n<h4>1.5.7 - 2017-07-24<\\/h4>\\n<ul>\\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file<\\/li>\\n<li>Tweak: Display the label in the reCAPTCHA field for better experience<\\/li>\\n<li>Tweak: Rename <code>panel-posts-control<\\/code> to <code>query-control<\\/code> and added fallback support<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor with history feature<\\/li>\\n<li>Fix: reCAPTCHA preview on the editor<\\/li>\\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2000\\\">#2000<\\/a>)<\\/li>\\n<li>Fix: Added condition for icon size control in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.5.6 - 2017-07-12<\\/h4>\\n<ul>\\n<li>Fix: Query Control correction for taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1963\\\">#1963<\\/a>)<\\/li>\\n<li>Fix: Custom CSS override scheme color in the editor<\\/li>\\n<li>Fix: Added order by Menu Order for Query Control in WC widget<\\/li>\\n<li>Fix: Glitch with Flip Box background overlay<\\/li>\\n<\\/ul>\\n<h4>1.5.5 - 2017-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Moved reCAPTCHA render to handler &amp; load only if a form is exist<\\/li>\\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999<\\/li>\\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed<\\/li>\\n<li>Fix: Sorted items in filter bar by A-Z<\\/li>\\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1927\\\">#1927<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.5.4 - 2017-06-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility for Elementor v1.5<\\/li>\\n<li>Fix: URL default for Add To Cart widget<\\/li>\\n<li>Fix: Allowed <code>date<\\/code> and <code>birthday<\\/code> fields as text for MailChimp integration<\\/li>\\n<\\/ul>\\n<h4>1.5.3 - 2017-06-19<\\/h4>\\n<ul>\\n<li>Tweak: Make flip-box height responsive control<\\/li>\\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1829\\\">#1829<\\/a>)<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.2 - 2017-06-13<\\/h4>\\n<ul>\\n<li>Fix: Custom CSS panel location compatibility for the old versions<\\/li>\\n<\\/ul>\\n<h4>1.5.1 - 2017-06-12<\\/h4>\\n<ul>\\n<li>Fix: MailChimp update existing user registration<\\/li>\\n<li>Fix: Global widget with JS in the editor mode<\\/li>\\n<li>Fix: Label section condition in Login widget<\\/li>\\n<li>Fix: Changes to unlinked global widget do not appear in the editor<\\/li>\\n<\\/ul>\\n<h4>1.5.0 - 2017-05-23<\\/h4>\\n<ul>\\n<li>New: Added Cards, a new skin for Posts widget<\\/li>\\n<li>New: Added Exclude option to post query control group<\\/li>\\n<li>Tweak: Added <code>post_class()<\\/code> for each post in the loop<\\/li>\\n<li>Tweak: Added <code>.elementor-posts-masonry<\\/code> class when Masonry layout is enabled<\\/li>\\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0<\\/li>\\n<li>Tweak: CSS <code>autoprefixer<\\/code> now supports last 5 versions of browsers<\\/li>\\n<li>Tweak: Added <code>imageLoaded<\\/code> library for Posts &amp; Portfolio widgets<\\/li>\\n<\\/ul>\\n<h4>1.4.4 - 2017-05-18<\\/h4>\\n<ul>\\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1683\\\">#1683<\\/a>)<\\/li>\\n<li>Fix: Added <code>.elementor-form<\\/code> class to Login form to fix style glitch<\\/li>\\n<\\/ul>\\n<h4>1.4.3 - 2017-05-14<\\/h4>\\n<ul>\\n<li>Tweak: Added Redirect After Login option to Login widget<\\/li>\\n<li>Tweak: Stay in the current page after logout in Login widget<\\/li>\\n<li>Tweak: Preparation for Elementor settings tabs in future version<\\/li>\\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone<\\/li>\\n<li>Fix: Bug with <code>active<\\/code> class in portfolio filter item<\\/li>\\n<li>Fix: Higher specific list-style-type <code>none<\\/code> for filter items to override some theme style<\\/li>\\n<\\/ul>\\n<h4>1.4.2 - 2017-05-06<\\/h4>\\n<ul>\\n<li>Fix: Temporary patch for form field shortcode in some servers<\\/li>\\n<\\/ul>\\n<h4>1.4.1 - 2017-05-03<\\/h4>\\n<ul>\\n<li>Fix: Bug with custom success message in form widget<\\/li>\\n<li>Fix: Bug with meta data in email action<\\/li>\\n<\\/ul>\\n<h4>1.4.0 - 2017-05-03<\\/h4>\\n<ul>\\n<li>New: Forms: integration with MailChimp<\\/li>\\n<li>New: Forms: integration with MailPoet<\\/li>\\n<li>New: Forms: Added Email 2 action for email confirmation<\\/li>\\n<li>New: Forms: Added shortcodes for fields<\\/li>\\n<li>New: Forms: Added custom ID for fields<\\/li>\\n<li>New: Forms: Added option to edit email HTML template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>New: Added Login widget<\\/li>\\n<li>Tweak: Move <code>send_html<\\/code> control to <code>email_content_type<\\/code><\\/li>\\n<li>Fix: Email still sent even if validation failed in form widget<\\/li>\\n<\\/ul>\\n<h4>1.3.2 - 2017-05-01<\\/h4>\\n<ul>\\n<li>New: Added action <code>elementor_pro\\/init<\\/code> for better integration with Elementor Pro<\\/li>\\n<li>Fix: Posts without featured image in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1234\\\">#1234<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1382\\\">#1382<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA &amp; Honeypot fields with new method<\\/li>\\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser<\\/li>\\n<li>Fix: Border radius glitch on hover in Share Buttons<\\/li>\\n<\\/ul>\\n<h4>1.3.1 - 2017-04-25<\\/h4>\\n<ul>\\n<li>Fix: Conflict update with revision history module<\\/li>\\n<\\/ul>\\n<h4>1.3.0 - 2017-04-25<\\/h4>\\n<ul>\\n<li>New: Added Share Buttons widget (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/social-sharing-buttons-is-it-possible\\/\\\">Topic<\\/a>)<\\/li>\\n<li>New: Added Custom CSS for Page Settings<\\/li>\\n<li>New: Added Masonry layout for Portfolio widget<\\/li>\\n<li>New: Added Cc &amp; Bcc options to email action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorProModulesFormsClassesAction_Base<\\/code> class for better 3rd party integration for forms<\\/li>\\n<li>Tweak: Debugger module now also shows errors from Pro<\\/li>\\n<li>Tweak: Added options for Elementor Library<\\/li>\\n<li>Tweak: New base posts module for optimized performance<\\/li>\\n<li>Tweak: Adjusting Posts \\/ Portfolio to the new structure<\\/li>\\n<li>Fix: Export for posts \\/ portfolio<\\/li>\\n<li>Fix: Duplicate repeater field with switcher control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1442\\\">#1442<\\/a>)<\\/li>\\n<li>Fix: Post per Page in the query control<\\/li>\\n<li>Fix: Metadata does not come through on form emails (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1566\\\">#1566<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.2.6 - 2017-04-19<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products &amp; Add to Cart widgets<\\/li>\\n<\\/ul>\\n<h4>1.2.5 - 2017-04-18<\\/h4>\\n<ul>\\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)<\\/li>\\n<\\/ul>\\n<h4>1.2.4 - 2017-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added Indian Rupee sign to Price Table widget<\\/li>\\n<li>Fix: Portfolio grid for IE11<\\/li>\\n<li>Fix: Link target blank in Price List widget<\\/li>\\n<li>Fix: Active item for filter bar in Portfolio widget<\\/li>\\n<\\/ul>\\n<h4>1.2.3 - 2017-03-06<\\/h4>\\n<ul>\\n<li>Tweak: Fully compatible with Elementor v1.3.0<\\/li>\\n<li>Tweak: Added trigger for after form submission in Forms widget<\\/li>\\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms<\\/li>\\n<li>Fix: Portfolio filter syntax in Non-Latin languages<\\/li>\\n<li>Fix: Added <code>no-repeat<\\/code> property for slide with <code>background-size:contain<\\/code><\\/li>\\n<li>Fix: Condition control &amp; Import value in Posts widgets<\\/li>\\n<li>Fix: Offset and Pagination in WordPress (<a href=\\\"https:\\/\\/codex.wordpress.org\\/Making_Custom_Queries_using_Offset_and_Pagination\\\">More Info<\\/a>)<\\/li>\\n<li>Fix: Submit handler bubbling for custom events in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.2.2 - 2017-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Change name from Side A\\/B to Front and Back in Flip Box widget<\\/li>\\n<li>Fix: Error when saving third party widgets in the global widget<\\/li>\\n<li>Fix: Image position &quot;none&quot; remains visible in editor preview (Posts)<\\/li>\\n<li>Fix: Hide the pagination when there are no links<\\/li>\\n<\\/ul>\\n<h4>1.2.1 - 2017-02-21<\\/h4>\\n<ul>\\n<li>Fix: Firefox Flip Box 3D compatibility<\\/li>\\n<\\/ul>\\n<h4>1.2.0 - 2017-02-21<\\/h4>\\n<ul>\\n<li>New: Added Flip Box widget<\\/li>\\n<li>New: Added Ken Burns effect for slides<\\/li>\\n<li>New: Added Masonry layout for Posts widget<\\/li>\\n<li>New: Added Pagination option for Posts widget<\\/li>\\n<li>Tweak: Added background size contain to slides<\\/li>\\n<li>Tweak: Improve Query control by preload items<\\/li>\\n<li>Fix: Text color for Checkbox and Radio fields<\\/li>\\n<\\/ul>\\n<h4>1.1.2 - 2017-02-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>aria-required<\\/code> for better accessibility in forms widget<\\/li>\\n<li>Fix: Conflict Call to <code>undefined<\\/code> method in Posts &amp; Portfolio widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1271\\\">#1271<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1266\\\">#1266<\\/a>)<\\/li>\\n<li>Fix: Submit button HTML after error sending<\\/li>\\n<li>Fix: Success message for <code>skip_email<\\/code> function<\\/li>\\n<li>Notice: Elementor 1.2.0 or later now required<\\/li>\\n<\\/ul>\\n<h4>1.1.1 - 2017-01-24<\\/h4>\\n<ul>\\n<li>Fix: Can\'t save global widgets when <code>WP_DEBUG<\\/code> is <code>true<\\/code><\\/li>\\n<li>Fix: Undefined variable in WC widgets<\\/li>\\n<li>Fix: Removed duplicate strings<\\/li>\\n<\\/ul>\\n<h4>1.1.0 - 2017-01-24<\\/h4>\\n<ul>\\n<li>New: Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/102\\\">#102<\\/a>)<\\/li>\\n<li>New: WooCommerce Add to Cart widget<\\/li>\\n<li>New: WooCommerce Categories widget<\\/li>\\n<li>New: WooCommerce Elements widget<\\/li>\\n<li>New: Honeypot field for Forms widgets<\\/li>\\n<li>Tweak: Added inline options for taxonomies &amp; authors if is less than 15 items<\\/li>\\n<li>Tweak: Added Required Mark for fields in Forms widget<\\/li>\\n<li>Fix: CSS selectors priority in Slides widget<\\/li>\\n<li>Fix: CSS bug in Price List widget<\\/li>\\n<li>Fix: Update all Post CSS files that includes specific Global Widget<\\/li>\\n<\\/ul>\\n<h4>1.0.9 - 2017-01-18<\\/h4>\\n<ul>\\n<li>Fix: Auto complete bug in query controls<\\/li>\\n<li>Fix: Render template with escaping slashes<\\/li>\\n<li>Fix: Reply-to field in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.0.8 - 2017-01-11<\\/h4>\\n<ul>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Removed go pro link from plugins page in admin<\\/li>\\n<\\/ul>\\n<h4>1.0.7 - 2017-01-05<\\/h4>\\n<ul>\\n<li>Tweak: Added filter by featured \\/ sale for WC Products widget<\\/li>\\n<li>Tweak: Added author control in Portfolio widget<\\/li>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Added support for empty image ratio<\\/li>\\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself<\\/li>\\n<\\/ul>\\n<h4>1.0.6 - 2017-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Added Auto-updates for local translation files<\\/li>\\n<li>Fix: Custom CSS for Global widgets<\\/li>\\n<li>Fix: Remove <code>nonce<\\/code> field (Fix some cache plugins)<\\/li>\\n<\\/ul>\\n<h4>1.0.5 - 2016-12-27<\\/h4>\\n<ul>\\n<li>Fix: Slide element bug fix - \'Link apply on\' logic<\\/li>\\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1086\\\">#1086<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.0.4 - 2016-12-21<\\/h4>\\n<ul>\\n<li>Tweak: Mobile Editing for fields in the form widget<\\/li>\\n<li>Tweak: Mobile Editing for posts<\\/li>\\n<li>Tweak: Allow send form as HTML<\\/li>\\n<li>Tweak: Improved auto upgrades for Multisite installation<\\/li>\\n<li>Tweak: Improve editor rendering experience for Portfolio widget<\\/li>\\n<li>Fix: Posts widget check if image exist<\\/li>\\n<li>Fix: Changed the clone method for global widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1042\\\">#1042<\\/a>)<\\/li>\\n<li>Fix: Bug slides in RTL (removed direction control)<\\/li>\\n<li>Fix: Slides with no height jumps when changing slides<\\/li>\\n<\\/ul>\\n<h4>1.0.3 - 2016-12-13<\\/h4>\\n<ul>\\n<li>Fix: Added escape placeholder for HTML Entities in form widget<\\/li>\\n<li>Fix: Countdown widget RTL bug<\\/li>\\n<li>Fix: Remove redundant #elementor selector for control style<\\/li>\\n<li>Fix: Added prefixing with \'0\' for one digit number in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>1.0.2 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form<\\/li>\\n<\\/ul>\\n<h4>1.0.1 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active<\\/li>\\n<\\/ul>\\n<h4>1.0.0 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\\";}\",\"new_version\":\"4.0.4\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.9.4\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtdWdMdTFycDNCQ25rY1VNRGRhVUIxNzAxMTA0NjUwRWdENFc3dWVmdDZpIiwidXJsIjoiaHR0cHM6Ly9tcmFyaWYubWUvY2FzYWJsb29tbGxjIiwiZG93bmxvYWRfYmV0YSI6ZmFsc2UsImZpbGVfa2V5IjoiMSIsImlhdCI6MTc3ODY3MTM0MCwiZXhwIjoxNzc4NzU3NzQwfQ.PKFtXfnDZYReuszNiqV3yGZ6YdfApJXizWgtcWUSpI4\\/package_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtdWdMdTFycDNCQ25rY1VNRGRhVUIxNzAxMTA0NjUwRWdENFc3dWVmdDZpIiwidXJsIjoiaHR0cHM6Ly9tcmFyaWYubWUvY2FzYWJsb29tbGxjIiwiZG93bmxvYWRfYmV0YSI6ZmFsc2UsImZpbGVfa2V5IjoiMSIsImlhdCI6MTc3ODY3MTM0MCwiZXhwIjoxNzc4NzU3NzQwfQ.PKFtXfnDZYReuszNiqV3yGZ6YdfApJXizWgtcWUSpI4\\/package_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/assets.elementor.com\\/miscellaneous\\/v1\\/images\\/icon.svg\"},\"canary_deployment\":{\"plugin_info\":{\"new_version\":\"3.7.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.9.4\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtdWdMdTFycDNCQ25rY1VNRGRhVUIxNzAxMTA0NjUwRWdENFc3dWVmdDZpIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9tcmFyaWYubWUvY2FzYWJsb29tbGxjIiwiaWF0IjoxNzc4NjcxMzQwLCJleHAiOjE3Nzg3NTc3NDB9.FNUGBRJ3z3yg98ZYfAZMm5Hi8r4uruWE1trXYEfozk8\\/previous_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtdWdMdTFycDNCQ25rY1VNRGRhVUIxNzAxMTA0NjUwRWdENFc3dWVmdDZpIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9tcmFyaWYubWUvY2FzYWJsb29tbGxjIiwiaWF0IjoxNzc4NjcxMzQwLCJleHAiOjE3Nzg3NTc3NDB9.FNUGBRJ3z3yg98ZYfAZMm5Hi8r4uruWE1trXYEfozk8\\/previous_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/assets.elementor.com\\/miscellaneous\\/v1\\/images\\/icon.svg\"}},\"conditions\":[[{\"type\":\"language\",\"languages\":[\"he_IL\",\"nl_NL\",\"en_GB\",\"en_NZ\",\"en_ZA\",\"en_AU\",\"en_CA\",\"sv_SE\",\"da_DK\",\"fr_FR\",\"nl_NL\",\"nb_NO\",\"de_AT\",\"fi\",\"it_IT\",\"nn_NO\",\"de_CH\",\"en_GB\",\"is_IS\",\"ga\",\"fr_BE\",\"nl_BE\",\"ast\",\"lb_LU\",\"es_ES\",\"pt_PT\",\"mlt\"],\"operator\":\"in\"}]]},\"cloud\":false}\";}', 'off');
INSERT INTO `wpcb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1304, '_transient_is_multi_author', '0', 'on'),
(1601, '_transient_timeout_elementor_rollback_versions_4.0.6', '1779209546', 'off'),
(1602, '_transient_elementor_rollback_versions_4.0.6', 'a:30:{i:0;s:5:\"4.0.5\";i:1;s:5:\"4.0.4\";i:2;s:5:\"4.0.3\";i:3;s:5:\"4.0.2\";i:4;s:5:\"4.0.1\";i:5;s:5:\"4.0.0\";i:6;s:6:\"3.35.9\";i:7;s:6:\"3.35.8\";i:8;s:6:\"3.35.7\";i:9;s:6:\"3.35.6\";i:10;s:6:\"3.35.5\";i:11;s:6:\"3.35.4\";i:12;s:6:\"3.35.3\";i:13;s:6:\"3.35.2\";i:14;s:6:\"3.35.1\";i:15;s:6:\"3.35.0\";i:16;s:6:\"3.34.4\";i:17;s:6:\"3.34.3\";i:18;s:6:\"3.34.2\";i:19;s:6:\"3.34.1\";i:20;s:6:\"3.34.0\";i:21;s:6:\"3.33.6\";i:22;s:6:\"3.33.5\";i:23;s:6:\"3.33.4\";i:24;s:6:\"3.33.3\";i:25;s:6:\"3.33.2\";i:26;s:6:\"3.33.1\";i:27;s:6:\"3.33.0\";i:28;s:6:\"3.32.5\";i:29;s:6:\"3.32.4\";}', 'off'),
(1645, '_site_transient_timeout_browser_90daa551604269dbcdcf237b5cc700f3', '1779275973', 'off'),
(1646, '_site_transient_browser_90daa551604269dbcdcf237b5cc700f3', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"148.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'off'),
(1647, '_site_transient_timeout_php_check_478252eea4acfca65f7d24ee29253bbe', '1779275973', 'off'),
(1648, '_site_transient_php_check_478252eea4acfca65f7d24ee29253bbe', 'a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'off'),
(180, 'finished_updating_comment_type', '1', 'auto'),
(158, 'elementor_active_kit', '6', 'auto'),
(159, 'elementor_font_display', 'swap', 'auto'),
(172, '_elementor_onboarding_strings_en', 'a:2:{s:7:\"timeout\";i:1778134142;s:5:\"value\";s:4780:\"{\"common.continue\":\"Continue\",\"common.skip\":\"Skip\",\"common.back\":\"Back\",\"common.finish\":\"Finish\",\"common.loading\":\"Loading\\u2026\",\"common.upgrade\":\"Upgrade\",\"common.close_onboarding\":\"Close onboarding\",\"common.installed\":\"Installed\",\"common.recommended\":\"Recommended\",\"error.failed_mark_exit\":\"Failed to mark user exit.\",\"error.failed_complete_step\":\"Failed to complete step.\",\"error.pro_install_failed\":\"Couldn\'t install Elementor Pro. Please try again later\",\"error.theme_install_failed\":\"Theme installation didn\'t complete. Please try again later\",\"login.title\":\"Let\\u2019s get to work.\",\"login.sign_in\":\"Sign in to Elementor\",\"login.continue_another_way\":\"Continue another way\",\"login.continue_as_guest\":\"Continue as a guest\",\"steps.building_for.title\":\"Who are you building for?\",\"steps.building_for.greeting_with_name\":\"Hey %1$s %2$s Let\\u2019s get your site set up.\",\"steps.building_for.greeting_without_name\":\"Hey%s Let\\u2019s get your site set up.\",\"steps.building_for.option_myself\":\"Myself or someone I know\",\"steps.building_for.option_business\":\"My business or workplace\",\"steps.building_for.option_client\":\"A client\",\"steps.building_for.option_exploring\":\"Just exploring\",\"steps.site_about.title\":\"What is your site about?\",\"steps.site_about.subtitle\":\"Choose anything that applies.\",\"steps.site_about.option_small_med_business\":\"Small-Med Business\",\"steps.site_about.option_online_store\":\"Online store\",\"steps.site_about.option_company_site\":\"Company site\",\"steps.site_about.option_blog\":\"Blog\",\"steps.site_about.option_landing_page\":\"Landing page\",\"steps.site_about.option_booking\":\"Booking\",\"steps.site_about.option_organization\":\"Organization\",\"steps.site_about.option_other\":\"Other\",\"steps.site_about.greeting_myself\":\"Got it! We\\u2019ll keep things simple.\",\"steps.site_about.greeting_business\":\"Great! Let\\u2019s set up your business site.\",\"steps.site_about.greeting_client\":\"Nice! Let\\u2019s create something for your client.\",\"steps.site_about.greeting_fallback\":\"Let\\u2019s get started!\",\"steps.experience_level.title\":\"How experienced are you with Elementor?\",\"steps.experience_level.subtitle\":\"This helps us adjust the editor to your workflow.\",\"steps.experience_level.option_beginner\":\"I\\u2019m just getting started\",\"steps.experience_level.option_intermediate\":\"I have some experience\",\"steps.experience_level.option_advanced\":\"I\\u2019m very comfortable with Elementor\",\"steps.theme_selection.title\":\"Start with a theme that fits your needs\",\"steps.theme_selection.subtitle\":\"Hello themes are built to work seamlessly with Elementor.\",\"steps.theme_selection.aria_label\":\"Theme selection\",\"steps.theme_selection.theme_hello_label\":\"Hello\",\"steps.theme_selection.theme_hello_description\":\"A flexible canvas theme you can shape from the ground up\",\"steps.theme_selection.theme_hello_biz_label\":\"Hello Biz\",\"steps.theme_selection.theme_hello_biz_description\":\"A ready-to-start theme with smart layouts and widgets\",\"steps.theme_selection.greeting_beginner\":\"Glad you\\u2019re here!\",\"steps.theme_selection.greeting_default\":\"Great. Let\\u2019s take it to the next step\",\"steps.theme_selection.continue_with_theme\":\"Continue with this theme\",\"steps.site_features.title\":\"What do you want to include in your site?\",\"steps.site_features.subtitle\":\"We\\u2019ll use this to tailor suggestions for you.\",\"steps.site_features.continue_with_free\":\"Continue with Free\",\"steps.site_features.option_classes_variables\":\"Design system\",\"steps.site_features.option_interactions\":\"Interactions\",\"steps.site_features.option_theme_builder\":\"Theme builder\",\"steps.site_features.option_lead_collection\":\"Forms & leads\",\"steps.site_features.option_custom_code\":\"Custom Code\",\"steps.site_features.option_email_deliverability\":\"Email delivery\",\"steps.site_features.option_ai_generator\":\"AI tools\",\"steps.site_features.option_image_optimization\":\"Image optimization\",\"steps.site_features.option_accessibility_tools\":\"Accessibility\",\"steps.site_features.woocommerce\":\"WooCommerce\",\"steps.site_features.included\":\"Included\",\"steps.site_features.plan_recommendation_one\":\"Nice picks \\ud83d\\ude42 Elementor One has you covered.\",\"steps.site_features.plan_recommendation_pro\":\"Advanced tools? Elementor Pro includes them.\",\"steps.site_features.compare_plans\":\"View plans\",\"pro_install.title\":\"You already have a Pro subscription\",\"pro_install.subtitle\":\"Would you like to install it on this site now?\",\"pro_install.installing\":\"Installing Elementor Pro\\u2026\",\"pro_install.installing_short\":\"Installing\\u2026\",\"pro_install.install_button\":\"Install Pro on this site\",\"pro_install.logo_alt\":\"Elementor + Elementor Pro\",\"pro_install.do_it_later\":\"I\\u2019ll do it later\",\"completion.title\":\"Getting things ready\",\"completion.subtitle\":\"Tailoring the editor to your goals and workflow\\u2026\"}\";}', 'off'),
(162, 'recently_activated', 'a:0:{}', 'off'),
(168, '_elementor_pro_free_trial_data', 'a:2:{s:7:\"timeout\";i:1777994231;s:5:\"value\";s:575:\"[{\"status\":\"inactive\",\"heading\":\"You\\u2019ve come this far. Why stop here?\",\"subheading\":\"Elementor Pro Free Trial\",\"introduction\":\"Take your site beyond the basics with a free 7-day Elementor Pro trial with no strings attached:\",\"listItems\":[\"100+ widgets\",\"Theme Builder\",\"Advanced design controls\",\"Custom CSS for pixel-perfect sites - and more\"],\"ctaText\":\"Unlock my free trial\",\"ctaUrl\":\"https:\\/\\/go.elementor.com\\/go-pro-free-trial-popup\\/\",\"secondaryAction\":\"Not now\",\"image\":\"https:\\/\\/assets.elementor.com\\/pro-free-trial-popup\\/v1\\/images\\/free_trial_banner.png\"}]\";}', 'off'),
(164, 'elementor_landing_pages_activation', '0', 'auto'),
(165, 'elementor_checklist', '{\"last_opened_timestamp\":1778048925,\"first_closed_checklist_in_editor\":false,\"is_popup_minimized\":false,\"steps\":{\"add_logo\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"set_fonts_and_colors\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"create_pages\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"setup_header\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"assign_homepage\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"setup_header_pro\":{\"is_marked_completed\":false,\"is_immutable_completed\":false}},\"should_open_in_editor\":true}', 'auto'),
(166, 'elementor_version', '4.0.6', 'auto'),
(167, 'elementor_install_history', 'a:1:{s:5:\"4.0.6\";i:1777990631;}', 'auto'),
(169, 'elementor_events_db_version', '1.0.0', 'off'),
(170, 'elementor_atomic_widgets_db_version', '1', 'auto'),
(171, 'elementor_global_classes_db_version', '1', 'auto'),
(173, '_elementor_installed_time', '1777990641', 'auto'),
(174, 'elementor_connect_site_key', '9a4611dcf911b0d8872942a15bde9539', 'auto'),
(175, 'elementor_remote_info_feed_data', 'a:3:{i:0;a:5:{s:5:\"title\";s:43:\"Introducing Angie: Agentic AI for WordPress\";s:7:\"excerpt\";s:365:\"Meet Angie, agentic AI purpose-built for WordPress. Angie understands your site, connects to your tools, and takes real actions on your behalf. Its first capability, Angie Code, lets you describe any WordPress feature you can imagine and have it built for you in minutes. Production-ready, fully integrated with your site, and safe to test before it ever goes live.\";s:7:\"created\";i:1774270910;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:142:\"https://elementor.com/blog/introducing-angie-agentic-ai-for-wordpress/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:59:\"The atomic foundation of version 4 is ready for real sites!\";s:7:\"excerpt\";s:296:\"The alpha phase is complete. Version 4 is now in beta, and the atomic foundation is ready to be used on real sites! This is the final step before the official release of version 4.0, activating the new features automatically on new sites, and becoming the default editing experience in Elementor.\";s:7:\"created\";i:1770651621;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:113:\"https://elementor.com/blog/editor-4-beta/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:79:\"Introducing Elementor 3.33: Variables Manager, Custom CSS, Blend Modes, & more!\";s:7:\"excerpt\";s:340:\"Elementor 3.33 builds on the foundation of Editor V4, continuing our mission to create a faster, more scalable, and more intuitive design experience for Web Creators. With the addition of the Variables Manager, element-level Custom CSS, Background Clipping, and Blend Modes, designers have more creative precision and consistency than ever.\";s:7:\"created\";i:1762944115;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:145:\"https://elementor.com/blog/elementor-333-v4-variables-manager-custom-css/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}', 'off'),
(1724, '_transient_timeout_elementor_migrations_manifest', '1779113077', 'off'),
(1725, '_transient_elementor_migrations_manifest', 'a:2:{s:7:\"version\";s:11:\"4.0.6:4.0.4\";s:8:\"manifest\";a:2:{s:10:\"widgetKeys\";a:2:{s:20:\"e-form-submit-button\";a:1:{i:0;a:2:{s:4:\"from\";s:5:\"label\";s:2:\"to\";s:4:\"text\";}}s:15:\"e-form-textarea\";a:1:{i:0;a:2:{s:4:\"from\";s:9:\"maxlength\";s:2:\"to\";s:6:\"length\";}}}s:9:\"propTypes\";a:8:{s:14:\"string-to-html\";a:3:{s:8:\"fromType\";s:6:\"string\";s:6:\"toType\";s:4:\"html\";s:4:\"path\";s:30:\"operations/string-to-html.json\";}s:14:\"number-to-size\";a:3:{s:8:\"fromType\";s:6:\"number\";s:6:\"toType\";s:4:\"size\";s:4:\"path\";s:30:\"operations/number-to-size.json\";}s:22:\"number-to-number-range\";a:3:{s:8:\"fromType\";s:6:\"number\";s:6:\"toType\";s:12:\"number-range\";s:4:\"path\";s:38:\"operations/number-to-number-range.json\";}s:15:\"html-to-html-v2\";a:3:{s:8:\"fromType\";s:4:\"html\";s:6:\"toType\";s:7:\"html-v2\";s:4:\"path\";s:31:\"operations/html-to-html-v2.json\";}s:18:\"html-v2-to-html-v3\";a:3:{s:8:\"fromType\";s:7:\"html-v2\";s:6:\"toType\";s:7:\"html-v3\";s:4:\"path\";s:34:\"operations/html-v2-to-html-v3.json\";}s:20:\"image-src-to-svg-src\";a:3:{s:8:\"fromType\";s:9:\"image-src\";s:6:\"toType\";s:7:\"svg-src\";s:4:\"path\";s:36:\"operations/image-src-to-svg-src.json\";}s:19:\"config-to-config-v2\";a:3:{s:8:\"fromType\";s:6:\"config\";s:6:\"toType\";s:9:\"config-v2\";s:4:\"path\";s:35:\"operations/config-to-config-v2.json\";}s:15:\"email-to-emails\";a:3:{s:8:\"fromType\";s:5:\"email\";s:6:\"toType\";s:6:\"emails\";s:4:\"path\";s:31:\"operations/email-to-emails.json\";}}}}', 'off'),
(1745, '_elementor_design_system_sync_css_meta', 'a:2:{s:4:\"time\";i:1779076919;i:0;b:0;}', 'auto'),
(199, '_elementor_pro_api_requests_lock', 'a:2:{s:11:\"get_version\";i:1778671340;s:16:\"get_license_data\";i:1778671172;}', 'auto'),
(513, '_elementor_settings_update_time', '1778048167', 'auto'),
(514, 'elementor_cpt_support', 'a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}', 'auto'),
(515, 'elementor_disable_color_schemes', 'yes', 'auto'),
(516, 'elementor_disable_typography_schemes', 'yes', 'auto'),
(517, 'elementor_google_maps_api_key', '', 'auto'),
(518, 'elementor_pro_recaptcha_site_key', '', 'auto'),
(519, 'elementor_pro_recaptcha_secret_key', '', 'auto'),
(520, 'elementor_pro_recaptcha_v3_site_key', '', 'auto'),
(521, 'elementor_pro_recaptcha_v3_secret_key', '', 'auto'),
(522, 'elementor_pro_recaptcha_v3_threshold', '0.5', 'auto'),
(523, 'elementor_pro_facebook_app_id', '', 'auto'),
(524, 'elementor_pro_mailchimp_api_key', '', 'auto'),
(525, 'elementor_validate_api_data', '', 'auto'),
(526, 'elementor_pro_activecampaign_api_key', '', 'auto'),
(527, 'elementor_pro_activecampaign_api_url', '', 'auto'),
(528, 'elementor_pro_convertkit_api_key', '', 'auto'),
(529, 'elementor_pro_drip_api_token', '', 'auto'),
(530, 'elementor_pro_getresponse_api_key', '', 'auto'),
(531, 'elementor_pro_mailerlite_api_key', '', 'auto'),
(532, 'elementor_typekit-kit-id', '', 'auto'),
(533, 'elementor_font_awesome_pro_kit_id', '', 'auto'),
(534, 'elementor_pro_stripe_test_secret_key', '', 'auto'),
(535, 'elementor_validate_stripe_api_test_secret_key_button', '', 'auto'),
(536, 'elementor_pro_stripe_live_secret_key', '', 'auto'),
(537, 'elementor_validate_stripe_api_live_secret_key_button', '', 'auto'),
(538, 'elementor_stripe_legal_disclaimer', '', 'auto'),
(539, 'elementor_editor_break_lines', '', 'auto'),
(540, 'elementor_unfiltered_files_upload', '1', 'auto'),
(541, 'elementor_google_font', '1', 'auto'),
(542, 'elementor_form-submissions', '', 'auto'),
(543, 'elementor_load_fa4_shim', '', 'auto'),
(544, 'elementor_meta_generator_tag', '', 'auto'),
(545, 'elementor_css_print_method', 'external', 'auto'),
(546, 'elementor_optimized_image_loading', '1', 'auto'),
(547, 'elementor_optimized_gutenberg_loading', '1', 'auto'),
(188, 'elementor_pro_version', '4.0.4', 'auto'),
(189, 'elementor_pro_install_history', 'a:2:{s:5:\"4.0.2\";i:1777990739;s:5:\"4.0.4\";i:1777990961;}', 'auto'),
(190, 'widget_elementor-library', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(191, '_elementor_pro_installed_time', '1777990739', 'auto'),
(192, 'elementor_submissions_db_version', '5', 'auto'),
(193, 'elementor_fonts_manager_font_types', 'a:0:{}', 'auto'),
(194, 'elementor_fonts_manager_fonts', 'a:0:{}', 'auto'),
(195, 'elementor_custom_icon_sets_config', 'a:0:{}', 'auto'),
(234, 'pp_license_status', 'valid', 'auto'),
(228, 'elementor_log', 'a:13:{s:32:\"08d5f053867ec01e5480ebdaeadb90c8\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-05-05 14:22:37\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"4.0.2\";s:2:\"to\";s:5:\"4.0.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-05-05 14:22:37\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"4.0.2\";s:2:\"to\";s:5:\"4.0.4\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"b3ad4ab032a3745dad414d39b7c3395a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-05-05 14:22:41\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-05-05 14:22:41\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"f434271099c01ec101039209aca2dd69\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-05-05 14:22:41\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-05-05 14:22:41\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"17671602b56ebe2e35511280fe007557\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-05-05 14:22:41\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-05-05 14:22:41\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"51dee64b3c17e83156244efcd4ebe340\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2026-05-05 14:22:41\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"4.0.2\";s:2:\"to\";s:5:\"4.0.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-05-05 14:22:41\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:5:\"4.0.2\";s:2:\"to\";s:5:\"4.0.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"694e812599f043426d682503ba65737d\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2026-05-06 06:17:40\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:30:\"r.startsWith is not a function\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2026-05-06 06:17:40\";i:1;s:19:\"2026-05-06 12:01:20\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1778048260\";s:7:\"message\";s:30:\"r.startsWith is not a function\";s:3:\"url\";s:92:\"https://mrarif.me/casabloomllc/wp-content/plugins/elementor/assets/js/admin.min.js?ver=4.0.6\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"42303\";}s:7:\"\0*\0file\";s:92:\"https://mrarif.me/casabloomllc/wp-content/plugins/elementor/assets/js/admin.min.js?ver=4.0.6\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:5:\"42303\";}s:32:\"62a008db21ceb2eae4447678b545942b\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2026-05-06 06:17:41\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:81:\"hexdec(): Passing null to parameter #1 ($hex_string) of type string is deprecated\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:26;s:14:\"\0*\0times_dates\";a:26:{i:0;s:19:\"2026-05-06 06:17:41\";i:1;s:19:\"2026-05-06 06:28:14\";i:2;s:19:\"2026-05-06 06:31:28\";i:3;s:19:\"2026-05-06 07:45:02\";i:4;s:19:\"2026-05-06 07:55:47\";i:5;s:19:\"2026-05-06 10:01:38\";i:6;s:19:\"2026-05-06 10:06:05\";i:7;s:19:\"2026-05-06 10:16:38\";i:8;s:19:\"2026-05-06 10:45:58\";i:9;s:19:\"2026-05-06 10:55:46\";i:10;s:19:\"2026-05-06 10:56:16\";i:11;s:19:\"2026-05-06 11:38:57\";i:12;s:19:\"2026-05-06 12:01:22\";i:13;s:19:\"2026-05-06 12:37:34\";i:14;s:19:\"2026-05-06 12:44:20\";i:15;s:19:\"2026-05-06 13:10:31\";i:16;s:19:\"2026-05-06 13:23:40\";i:17;s:19:\"2026-05-06 13:26:42\";i:18;s:19:\"2026-05-06 13:29:47\";i:19;s:19:\"2026-05-06 13:30:32\";i:20;s:19:\"2026-05-06 13:37:00\";i:21;s:19:\"2026-05-06 13:39:35\";i:22;s:19:\"2026-05-06 13:41:34\";i:23;s:19:\"2026-05-06 13:43:07\";i:24;s:19:\"2026-05-06 13:48:17\";i:25;s:19:\"2026-05-07 05:09:03\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:81:\"hexdec(): Passing null to parameter #1 ($hex_string) of type string is deprecated\";s:4:\"file\";s:101:\"/home/mrarqpph/public_html/casabloomllc/wp-content/plugins/elementor/includes/base/controls-stack.php\";s:4:\"line\";i:230;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:101:\"/home/mrarqpph/public_html/casabloomllc/wp-content/plugins/elementor/includes/base/controls-stack.php\";s:7:\"\0*\0line\";i:230;}s:32:\"e08dc8801dea680e1228c8c693f257ee\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2026-05-06 06:19:01\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:38:\"Trying to access array offset on false\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:4;s:14:\"\0*\0times_dates\";a:4:{i:0;s:19:\"2026-05-06 06:19:01\";i:1;s:19:\"2026-05-06 12:01:58\";i:2;s:19:\"2026-05-06 12:02:07\";i:3;s:19:\"2026-05-06 12:02:12\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:38:\"Trying to access array offset on false\";s:4:\"file\";s:96:\"/home/mrarqpph/public_html/casabloomllc/wp-content/plugins/elementor/includes/managers/image.php\";s:4:\"line\";i:113;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:96:\"/home/mrarqpph/public_html/casabloomllc/wp-content/plugins/elementor/includes/managers/image.php\";s:7:\"\0*\0line\";i:113;}s:32:\"f99eb5ed417492ef28b6b3000203a316\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2026-05-06 07:19:56\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:61:\"Cannot read properties of undefined (reading &#039;get&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-05-06 07:19:56\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1778051996\";s:7:\"message\";s:51:\"Cannot read properties of undefined (reading \'get\')\";s:3:\"url\";s:93:\"https://mrarif.me/casabloomllc/wp-content/plugins/elementor/assets/js/editor.min.js?ver=4.0.6\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"22636\";}s:7:\"\0*\0file\";s:93:\"https://mrarif.me/casabloomllc/wp-content/plugins/elementor/assets/js/editor.min.js?ver=4.0.6\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:5:\"22636\";}s:32:\"8c714fac5f337ed34edbecea3ee69a2d\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2026-05-06 10:22:06\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:107:\"Failed to execute &#039;querySelector&#039; on &#039;Document&#039;: &#039;#&#039; is not a valid selector.\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:3;s:14:\"\0*\0times_dates\";a:3:{i:0;s:19:\"2026-05-06 10:22:06\";i:1;s:19:\"2026-05-06 10:22:06\";i:2;s:19:\"2026-05-06 10:22:06\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1778062926\";s:7:\"message\";s:77:\"Failed to execute \'querySelector\' on \'Document\': \'#\' is not a valid selector.\";s:3:\"url\";s:93:\"https://mrarif.me/casabloomllc/wp-content/plugins/elementor/assets/js/editor.min.js?ver=4.0.6\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:6:\"975202\";}s:7:\"\0*\0file\";s:93:\"https://mrarif.me/casabloomllc/wp-content/plugins/elementor/assets/js/editor.min.js?ver=4.0.6\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:6:\"975202\";}s:32:\"1c96f60ee10c4ea96ce0932494268b8f\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2026-05-06 10:45:41\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:23:\"l.get is not a function\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:8;s:14:\"\0*\0times_dates\";a:8:{i:0;s:19:\"2026-05-06 10:45:41\";i:1;s:19:\"2026-05-06 10:45:41\";i:2;s:19:\"2026-05-06 10:45:41\";i:3;s:19:\"2026-05-06 10:45:41\";i:4;s:19:\"2026-05-06 10:45:41\";i:5;s:19:\"2026-05-06 10:45:42\";i:6;s:19:\"2026-05-06 10:45:42\";i:7;s:19:\"2026-05-06 10:45:42\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1778064341\";s:7:\"message\";s:23:\"l.get is not a function\";s:3:\"url\";s:101:\"https://mrarif.me/casabloomllc/wp-content/plugins/elementor/assets/js/editor-modules.min.js?ver=4.0.6\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"12039\";}s:7:\"\0*\0file\";s:101:\"https://mrarif.me/casabloomllc/wp-content/plugins/elementor/assets/js/editor-modules.min.js?ver=4.0.6\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:5:\"12039\";}s:32:\"e53e08c5f457b52eb49e353e443b81c0\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2026-05-06 10:58:28\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:35:\"this.ui.input.val is not a function\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2026-05-06 10:58:28\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1778065108\";s:7:\"message\";s:35:\"this.ui.input.val is not a function\";s:3:\"url\";s:93:\"https://mrarif.me/casabloomllc/wp-content/plugins/elementor/assets/js/editor.min.js?ver=4.0.6\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:6:\"246283\";}s:7:\"\0*\0file\";s:93:\"https://mrarif.me/casabloomllc/wp-content/plugins/elementor/assets/js/editor.min.js?ver=4.0.6\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:6:\"246283\";}s:32:\"1ed5b89d14cd5778ed14d84c1661ffa9\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2026-05-06 13:43:14\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:1776:\"Uncaught WpOrg\\Requests\\Exception\\Http\\Status403: 403 Forbidden in /home/mrarqpph/public_html/casabloomllc/wp-content/plugins/elementor/modules/cloud-library/module.php:190\nStack trace:\n#0 /home/mrarqpph/public_html/casabloomllc/wp-content/plugins/elementor/modules/cloud-library/module.php(55): Elementor\\Modules\\CloudLibrary\\Module-&gt;is_screenshot_proxy_mode()\n#1 /home/mrarqpph/public_html/casabloomllc/wp-content/plugins/elementor/core/base/module.php(86): Elementor\\Modules\\CloudLibrary\\Module-&gt;__construct()\n#2 /home/mrarqpph/public_html/casabloomllc/wp-content/plugins/elementor/core/modules-manager.php(64): Elementor\\Core\\Base\\Module::instance()\n#3 /home/mrarqpph/public_html/casabloomllc/wp-content/plugins/elementor/includes/plugin.php(711): Elementor\\Core\\Modules_Manager-&gt;__construct()\n#4 /home/mrarqpph/public_html/casabloomllc/wp-content/plugins/elementor/includes/plugin.php(629): Elementor\\Plugin-&gt;init_components()\n#5 /home/mrarqpph/public_html/casabloomllc/wp-includes/class-wp-hook.php(341): Elementor\\Plugin-&gt;init()\n#6 /home/mrarqpph/public_html/casabloomllc/wp-includes/class-wp-hook.php(365): WP_Hook-&gt;apply_filters()\n#7 /home/mrarqpph/public_html/casabloomllc/wp-includes/plugin.php(522): WP_Hook-&gt;do_action()\n#8 /home/mrarqpph/public_html/casabloomllc/wp-settings.php(742): do_action()\n#9 /home/mrarqpph/public_html/casabloomllc/wp-config.php(104): require_once(&#039;/home/mrarqpph/...&#039;)\n#10 /home/mrarqpph/public_html/casabloomllc/wp-load.php(50): require_once(&#039;/home/mrarqpph/...&#039;)\n#11 /home/mrarqpph/public_html/casabloomllc/wp-blog-header.php(13): require_once(&#039;/home/mrarqpph/...&#039;)\n#12 /home/mrarqpph/public_html/casabloomllc/index.php(17): require(&#039;/home/mrarqpph/...&#039;)\n#13 {main}\n  thrown\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:8;s:14:\"\0*\0times_dates\";a:8:{i:0;s:19:\"2026-05-06 13:43:14\";i:1;s:19:\"2026-05-06 13:43:16\";i:2;s:19:\"2026-05-06 13:43:16\";i:3;s:19:\"2026-05-06 13:43:18\";i:4;s:19:\"2026-05-06 13:43:31\";i:5;s:19:\"2026-05-06 13:43:31\";i:6;s:19:\"2026-05-06 13:43:32\";i:7;s:19:\"2026-05-06 13:43:32\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:5:\"error\";s:7:\"message\";s:1715:\"Uncaught WpOrg\\Requests\\Exception\\Http\\Status403: 403 Forbidden in /home/mrarqpph/public_html/casabloomllc/wp-content/plugins/elementor/modules/cloud-library/module.php:190\nStack trace:\n#0 /home/mrarqpph/public_html/casabloomllc/wp-content/plugins/elementor/modules/cloud-library/module.php(55): Elementor\\Modules\\CloudLibrary\\Module->is_screenshot_proxy_mode()\n#1 /home/mrarqpph/public_html/casabloomllc/wp-content/plugins/elementor/core/base/module.php(86): Elementor\\Modules\\CloudLibrary\\Module->__construct()\n#2 /home/mrarqpph/public_html/casabloomllc/wp-content/plugins/elementor/core/modules-manager.php(64): Elementor\\Core\\Base\\Module::instance()\n#3 /home/mrarqpph/public_html/casabloomllc/wp-content/plugins/elementor/includes/plugin.php(711): Elementor\\Core\\Modules_Manager->__construct()\n#4 /home/mrarqpph/public_html/casabloomllc/wp-content/plugins/elementor/includes/plugin.php(629): Elementor\\Plugin->init_components()\n#5 /home/mrarqpph/public_html/casabloomllc/wp-includes/class-wp-hook.php(341): Elementor\\Plugin->init()\n#6 /home/mrarqpph/public_html/casabloomllc/wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters()\n#7 /home/mrarqpph/public_html/casabloomllc/wp-includes/plugin.php(522): WP_Hook->do_action()\n#8 /home/mrarqpph/public_html/casabloomllc/wp-settings.php(742): do_action()\n#9 /home/mrarqpph/public_html/casabloomllc/wp-config.php(104): require_once(\'/home/mrarqpph/...\')\n#10 /home/mrarqpph/public_html/casabloomllc/wp-load.php(50): require_once(\'/home/mrarqpph/...\')\n#11 /home/mrarqpph/public_html/casabloomllc/wp-blog-header.php(13): require_once(\'/home/mrarqpph/...\')\n#12 /home/mrarqpph/public_html/casabloomllc/index.php(17): require(\'/home/mrarqpph/...\')\n#13 {main}\n  thrown\";s:4:\"file\";s:101:\"/home/mrarqpph/public_html/casabloomllc/wp-content/plugins/elementor/modules/cloud-library/module.php\";s:4:\"line\";i:190;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:101:\"/home/mrarqpph/public_html/casabloomllc/wp-content/plugins/elementor/modules/cloud-library/module.php\";s:7:\"\0*\0line\";i:190;}}', 'off'),
(461, 'litespeed.optimize.timestamp_purge_css', '1778046377', 'auto'),
(469, 'elementor_pro_theme_builder_conditions', 'a:2:{s:6:\"footer\";a:1:{i:434;a:1:{i:0;s:15:\"include/general\";}}s:6:\"header\";a:1:{i:32;a:1:{i:0;s:15:\"include/general\";}}}', 'auto'),
(1748, '_site_transient_timeout_theme_roots', '1779078721', 'off'),
(1749, '_site_transient_theme_roots', 'a:3:{s:11:\"astra-child\";s:7:\"/themes\";s:5:\"astra\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";}', 'off'),
(1088, 'new_admin_email', 'arifwebsols@gmail.com', 'auto'),
(1287, '_transient_health-check-site-status-result', '{\"good\":21,\"recommended\":3,\"critical\":1}', 'on'),
(203, 'edd_sl_1380e07af6fd2fb8cf7095284dd275e9', 'a:2:{s:7:\"timeout\";i:1778001586;s:5:\"value\";s:480:\"{\"new_version\":false,\"stable_version\":false,\"name\":\"\",\"slug\":\"powerpack-elements\",\"url\":\"\\/?changelog=1\",\"last_updated\":\"0000-00-00 00:00:00\",\"homepage\":false,\"package\":\"\",\"download_link\":\"\",\"sections\":{\"description\":\"\",\"changelog\":\"\"},\"banners\":{\"high\":false,\"low\":false},\"icons\":[],\"msg\":\"No license key has been provided.\",\"description\":[\"\"],\"changelog\":[\"\"],\"plugin\":\"powerpack-elements\\/powerpack-elements.php\",\"id\":\"powerpack-elements\\/powerpack-elements.php\",\"tested\":null}\";}', 'off'),
(206, 'pp_license_key', '820357b27bedb9bf31cf47c98f5a04b1', 'auto'),
(208, 'elementor_one_client_id', '482a7199-87b8-4b3e-bd25-204f6bfdda83', 'off'),
(209, 'elementor_one_client_secret', 'i.fJiKOQYxj5V9M1zOTXEKyl.X', 'off'),
(210, 'elementor_one_home_url', 'aHR0cHM6Ly9tcmFyaWYubWUvY2FzYWJsb29tbGxj', 'off'),
(211, 'edd_sl_0db1b5f4838f5bc5af637174ef14407d', 'a:2:{s:7:\"timeout\";i:1779080679;s:5:\"value\";s:2289:\"{\"new_version\":\"2.13.2\",\"stable_version\":\"2.13.2\",\"name\":\"PowerPack Elements\",\"slug\":\"powerpack-elements\",\"url\":\"https:\\/\\/powerpackelements.com\\/downloads\\/powerpack-elements\\/?changelog=1\",\"last_updated\":\"2026-05-08 10:38:54\",\"homepage\":\"https:\\/\\/powerpackelements.com\",\"package\":\"https:\\/\\/powerpackelements.com\\/edd-sl\\/package_download\\/MTc3OTI2MjQ3OTo4MjAzNTdiMjdiZWRiOWJmMzFjZjQ3Yzk4ZjVhMDRiMToxMDU1OmI5YzMwM2YwM2U0YzJlMWVhNWU5ZGMzNjBhMWY0OGZmOmh0dHBzQC8vbXJhcmlmLm1lL2Nhc2FibG9vbWxsYzow\",\"download_link\":\"https:\\/\\/powerpackelements.com\\/edd-sl\\/package_download\\/MTc3OTI2MjQ3OTo4MjAzNTdiMjdiZWRiOWJmMzFjZjQ3Yzk4ZjVhMDRiMToxMDU1OmI5YzMwM2YwM2U0YzJlMWVhNWU5ZGMzNjBhMWY0OGZmOmh0dHBzQC8vbXJhcmlmLm1lL2Nhc2FibG9vbWxsYzow\",\"sections\":{\"changelog\":\"<p>Visit\\u00a0<a href=\\\"https:\\/\\/powerpackelements.com\\/change-logs\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">changelogs page<\\/a> for details.<\\/p>\\n\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"icons\":{\"1x\":\"https:\\/\\/powerpackelements.com\\/wp-content\\/uploads\\/edd\\/2019\\/02\\/pp-feature-128x128.png\",\"2x\":\"https:\\/\\/powerpackelements.com\\/wp-content\\/uploads\\/edd\\/2019\\/02\\/pp-feature-256x256.png\"},\"contributors\":{\"ideaboxcreations\":{\"display_name\":\"ideaboxcreations\",\"profile\":\"\\/\\/profiles.wordpress.org\\/ideaboxcreations\",\"avatar\":\"https:\\/\\/wordpress.org\\/grav-redirect.php?user=ideaboxcreations\"},\"bloompixel\":{\"display_name\":\"bloompixel\",\"profile\":\"\\/\\/profiles.wordpress.org\\/bloompixel\",\"avatar\":\"https:\\/\\/wordpress.org\\/grav-redirect.php?user=bloompixel\"},\"simrandeep\":{\"display_name\":\"simrandeep\",\"profile\":\"\\/\\/profiles.wordpress.org\\/simrandeep\",\"avatar\":\"https:\\/\\/wordpress.org\\/grav-redirect.php?user=simrandeep\"},\"ibachal\":{\"display_name\":\"ibachal\",\"profile\":\"\\/\\/profiles.wordpress.org\\/ibachal\",\"avatar\":\"https:\\/\\/wordpress.org\\/grav-redirect.php?user=ibachal\"},\"puneetsahalot\":{\"display_name\":\"puneetsahalot\",\"profile\":\"\\/\\/profiles.wordpress.org\\/puneetsahalot\",\"avatar\":\"https:\\/\\/wordpress.org\\/grav-redirect.php?user=puneetsahalot\"}},\"tested\":\"6.7.1\",\"changelog\":[\"<p>Visit\\u00a0<a href=\\\"https:\\/\\/powerpackelements.com\\/change-logs\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">changelogs page<\\/a> for details.<\\/p>\\n\"],\"plugin\":\"powerpack-elements\\/powerpack-elements.php\",\"id\":\"powerpack-elements\\/powerpack-elements.php\"}\";}', 'off'),
(212, 'elementor_allow_tracking', 'yes', 'auto'),
(213, 'elementor_allow_tracking_last_update', '1778048167', 'auto'),
(214, 'elementor_tracker_last_send', '1778604745', 'auto'),
(219, 'elementor_pro_license_key', 'ep-ugLu1rp3BCnkcUMDdaUB1701104650EgD4W7ueft6i', 'auto'),
(220, '_elementor_pro_license_v2_data_fallback', 'a:2:{s:7:\"timeout\";i:1778757572;s:5:\"value\";s:2884:\"{\"expires\":\"2026-11-27 00:00:00\",\"subscription_id\":\"14245656\",\"status\":\"ACTIVE\",\"recurring\":true,\"features\":[\"template_access_level_20\",\"kit_access_level_20\",\"activity-log\",\"breadcrumbs\",\"form\",\"posts\",\"template\",\"countdown\",\"slides\",\"price-list\",\"portfolio\",\"flip-box\",\"price-table\",\"login\",\"share-buttons\",\"theme-post-content\",\"theme-post-title\",\"nav-menu\",\"blockquote\",\"media-carousel\",\"animated-headline\",\"facebook-comments\",\"facebook-embed\",\"facebook-page\",\"facebook-button\",\"testimonial-carousel\",\"post-navigation\",\"search-form\",\"post-comments\",\"author-box\",\"call-to-action\",\"post-info\",\"theme-site-logo\",\"theme-site-title\",\"theme-archive-title\",\"theme-post-excerpt\",\"theme-post-featured-image\",\"archive-posts\",\"theme-page-title\",\"sitemap\",\"reviews\",\"table-of-contents\",\"lottie\",\"code-highlight\",\"hotspot\",\"video-playlist\",\"progress-tracker\",\"section-effects\",\"sticky\",\"scroll-snap\",\"page-transitions\",\"mega-menu\",\"nested-carousel\",\"loop-grid\",\"loop-carousel\",\"theme-builder\",\"elementor_icons\",\"elementor_custom_fonts\",\"dynamic-tags\",\"taxonomy-filter\",\"email\",\"email2\",\"mailpoet\",\"mailpoet3\",\"redirect\",\"header\",\"footer\",\"single-post\",\"single-page\",\"archive\",\"search-results\",\"error-404\",\"loop-item\",\"font-awesome-pro\",\"typekit\",\"gallery\",\"off-canvas\",\"link-in-bio-var-2\",\"link-in-bio-var-3\",\"link-in-bio-var-4\",\"link-in-bio-var-5\",\"link-in-bio-var-6\",\"link-in-bio-var-7\",\"search\",\"size-variable\",\"transitions\",\"pro-interactions\",\"atomic-components\",\"element-manager-permissions\",\"akismet\",\"display-conditions\",\"woocommerce-products\",\"wc-products\",\"woocommerce-product-add-to-cart\",\"wc-elements\",\"wc-categories\",\"woocommerce-product-price\",\"woocommerce-product-title\",\"woocommerce-product-images\",\"woocommerce-product-upsell\",\"woocommerce-product-short-description\",\"woocommerce-product-meta\",\"woocommerce-product-stock\",\"woocommerce-product-rating\",\"wc-add-to-cart\",\"dynamic-tags-wc\",\"woocommerce-product-data-tabs\",\"woocommerce-product-related\",\"woocommerce-breadcrumb\",\"wc-archive-products\",\"woocommerce-archive-products\",\"woocommerce-product-additional-information\",\"woocommerce-menu-cart\",\"woocommerce-product-content\",\"woocommerce-archive-description\",\"paypal-button\",\"woocommerce-checkout-page\",\"woocommerce-cart\",\"woocommerce-my-account\",\"woocommerce-purchase-summary\",\"woocommerce-notices\",\"settings-woocommerce-pages\",\"settings-woocommerce-notices\",\"popup\",\"custom-css\",\"global-css\",\"custom_code\",\"custom-attributes\",\"form-submissions\",\"form-integrations\",\"dynamic-tags-acf\",\"dynamic-tags-pods\",\"dynamic-tags-toolset\",\"editor_comments\",\"stripe-button\",\"role-manager\",\"global-widget\",\"activecampaign\",\"cf7db\",\"convertkit\",\"discord\",\"drip\",\"getresponse\",\"mailchimp\",\"mailerlite\",\"slack\",\"webhook\",\"product-single\",\"product-archive\",\"wc-single-elements\",\"atomic-custom-attributes\",\"atomic-custom-css\"],\"tier\":\"agency\",\"generation\":\"empty\",\"activated\":true,\"success\":true}\";}', 'off'),
(221, '_elementor_pro_license_v2_data', 'a:2:{s:7:\"timeout\";i:1778714372;s:5:\"value\";s:2884:\"{\"expires\":\"2026-11-27 00:00:00\",\"subscription_id\":\"14245656\",\"status\":\"ACTIVE\",\"recurring\":true,\"features\":[\"template_access_level_20\",\"kit_access_level_20\",\"activity-log\",\"breadcrumbs\",\"form\",\"posts\",\"template\",\"countdown\",\"slides\",\"price-list\",\"portfolio\",\"flip-box\",\"price-table\",\"login\",\"share-buttons\",\"theme-post-content\",\"theme-post-title\",\"nav-menu\",\"blockquote\",\"media-carousel\",\"animated-headline\",\"facebook-comments\",\"facebook-embed\",\"facebook-page\",\"facebook-button\",\"testimonial-carousel\",\"post-navigation\",\"search-form\",\"post-comments\",\"author-box\",\"call-to-action\",\"post-info\",\"theme-site-logo\",\"theme-site-title\",\"theme-archive-title\",\"theme-post-excerpt\",\"theme-post-featured-image\",\"archive-posts\",\"theme-page-title\",\"sitemap\",\"reviews\",\"table-of-contents\",\"lottie\",\"code-highlight\",\"hotspot\",\"video-playlist\",\"progress-tracker\",\"section-effects\",\"sticky\",\"scroll-snap\",\"page-transitions\",\"mega-menu\",\"nested-carousel\",\"loop-grid\",\"loop-carousel\",\"theme-builder\",\"elementor_icons\",\"elementor_custom_fonts\",\"dynamic-tags\",\"taxonomy-filter\",\"email\",\"email2\",\"mailpoet\",\"mailpoet3\",\"redirect\",\"header\",\"footer\",\"single-post\",\"single-page\",\"archive\",\"search-results\",\"error-404\",\"loop-item\",\"font-awesome-pro\",\"typekit\",\"gallery\",\"off-canvas\",\"link-in-bio-var-2\",\"link-in-bio-var-3\",\"link-in-bio-var-4\",\"link-in-bio-var-5\",\"link-in-bio-var-6\",\"link-in-bio-var-7\",\"search\",\"size-variable\",\"transitions\",\"pro-interactions\",\"atomic-components\",\"element-manager-permissions\",\"akismet\",\"display-conditions\",\"woocommerce-products\",\"wc-products\",\"woocommerce-product-add-to-cart\",\"wc-elements\",\"wc-categories\",\"woocommerce-product-price\",\"woocommerce-product-title\",\"woocommerce-product-images\",\"woocommerce-product-upsell\",\"woocommerce-product-short-description\",\"woocommerce-product-meta\",\"woocommerce-product-stock\",\"woocommerce-product-rating\",\"wc-add-to-cart\",\"dynamic-tags-wc\",\"woocommerce-product-data-tabs\",\"woocommerce-product-related\",\"woocommerce-breadcrumb\",\"wc-archive-products\",\"woocommerce-archive-products\",\"woocommerce-product-additional-information\",\"woocommerce-menu-cart\",\"woocommerce-product-content\",\"woocommerce-archive-description\",\"paypal-button\",\"woocommerce-checkout-page\",\"woocommerce-cart\",\"woocommerce-my-account\",\"woocommerce-purchase-summary\",\"woocommerce-notices\",\"settings-woocommerce-pages\",\"settings-woocommerce-notices\",\"popup\",\"custom-css\",\"global-css\",\"custom_code\",\"custom-attributes\",\"form-submissions\",\"form-integrations\",\"dynamic-tags-acf\",\"dynamic-tags-pods\",\"dynamic-tags-toolset\",\"editor_comments\",\"stripe-button\",\"role-manager\",\"global-widget\",\"activecampaign\",\"cf7db\",\"convertkit\",\"discord\",\"drip\",\"getresponse\",\"mailchimp\",\"mailerlite\",\"slack\",\"webhook\",\"product-single\",\"product-archive\",\"wc-single-elements\",\"atomic-custom-attributes\",\"atomic-custom-css\"],\"tier\":\"agency\",\"generation\":\"empty\",\"activated\":true,\"success\":true}\";}', 'off'),
(222, 'elementor_notes_db_version', '5', 'auto'),
(223, '_elementor_mixpanel_config', 'a:2:{s:7:\"timeout\";i:1778674773;s:5:\"value\";s:128:\"[{\"sessionReplays\":{\"cloudTemplates\":false,\"coreOnboarding\":false,\"enabled\":true,\"events\":{\"editor_loaded\":true}},\"flags\":true}]\";}', 'off'),
(1743, '_transient_timeout_astra-theme-cron-test-ok', '1779080519', 'off'),
(1744, '_transient_astra-theme-cron-test-ok', '1', 'off'),
(476, 'bsf_usage_migrated', '1', 'off'),
(237, 'pp_elementor_modules', 'a:63:{i:0;s:21:\"pp-advanced-accordion\";i:1;s:16:\"pp-advanced-menu\";i:2;s:16:\"pp-advanced-tabs\";i:3;s:8:\"pp-album\";i:4;s:14:\"pp-author-list\";i:5;s:14:\"pp-breadcrumbs\";i:6;s:17:\"pp-business-hours\";i:7;s:19:\"pp-business-reviews\";i:8;s:10:\"pp-buttons\";i:9;s:14:\"pp-card-slider\";i:10;s:13:\"pp-categories\";i:11;s:9:\"pp-charts\";i:12;s:17:\"pp-content-reveal\";i:13;s:17:\"pp-content-ticker\";i:14;s:12:\"pp-countdown\";i:15;s:10:\"pp-counter\";i:16;s:10:\"pp-coupons\";i:17;s:10:\"pp-devices\";i:18;s:10:\"pp-divider\";i:19;s:15:\"pp-dual-heading\";i:20;s:16:\"pp-fancy-heading\";i:21;s:6:\"pp-faq\";i:22;s:10:\"pp-flipbox\";i:23;s:14:\"pp-google-maps\";i:24;s:11:\"pp-hotspots\";i:25;s:12:\"pp-icon-list\";i:26;s:18:\"pp-image-accordion\";i:27;s:19:\"pp-image-comparison\";i:28;s:16:\"pp-image-gallery\";i:29;s:15:\"pp-image-slider\";i:30;s:11:\"pp-info-box\";i:31;s:20:\"pp-info-box-carousel\";i:32;s:12:\"pp-info-list\";i:33;s:13:\"pp-info-table\";i:34;s:12:\"pp-instafeed\";i:35;s:13:\"pp-login-form\";i:36;s:16:\"pp-logo-carousel\";i:37;s:12:\"pp-logo-grid\";i:38;s:18:\"pp-magazine-slider\";i:39;s:10:\"pp-marquee\";i:40;s:14:\"pp-modal-popup\";i:41;s:20:\"pp-offcanvas-content\";i:42;s:14:\"pp-onepage-nav\";i:43;s:8:\"pp-posts\";i:44;s:13:\"pp-price-menu\";i:45;s:16:\"pp-pricing-table\";i:46;s:12:\"pp-promo-box\";i:47;s:15:\"pp-random-image\";i:48;s:9:\"pp-recipe\";i:49;s:20:\"pp-registration-form\";i:50;s:13:\"pp-review-box\";i:51;s:11:\"pp-showcase\";i:52;s:10:\"pp-sitemap\";i:53;s:8:\"pp-table\";i:54;s:20:\"pp-table-of-contents\";i:55;s:14:\"pp-team-member\";i:56;s:23:\"pp-team-member-carousel\";i:57;s:15:\"pp-testimonials\";i:58;s:14:\"pp-tiled-posts\";i:59;s:11:\"pp-timeline\";i:60;s:9:\"pp-toggle\";i:61;s:8:\"pp-video\";i:62;s:16:\"pp-video-gallery\";}', 'auto'),
(499, 'litespeed.conf._version', '7.8.1', 'auto'),
(239, 'litespeed.conf.hash', 'SGMqkLzJBpSFaFC7o2AL6SbnsARDgkGN', 'auto'),
(240, 'litespeed.conf.api_key', '', 'auto'),
(241, 'litespeed.conf.auto_upgrade', '', 'auto'),
(242, 'litespeed.conf.server_ip', '', 'auto'),
(243, 'litespeed.conf.guest', '', 'auto'),
(244, 'litespeed.conf.guest_optm', '', 'auto'),
(245, 'litespeed.conf.news', '1', 'auto'),
(246, 'litespeed.conf.cache', '1', 'auto'),
(247, 'litespeed.conf.cache-priv', '1', 'auto'),
(248, 'litespeed.conf.cache-commenter', '1', 'auto'),
(249, 'litespeed.conf.cache-rest', '1', 'auto'),
(250, 'litespeed.conf.cache-page_login', '1', 'auto'),
(251, 'litespeed.conf.cache-mobile', '', 'auto'),
(252, 'litespeed.conf.cache-mobile_rules', '[\"Mobile\",\"Android\",\"Silk\\/\",\"Kindle\",\"BlackBerry\",\"Opera Mini\",\"Opera Mobi\"]', 'auto'),
(253, 'litespeed.conf.cache-browser', '', 'auto'),
(254, 'litespeed.conf.cache-exc_useragents', '[]', 'auto'),
(255, 'litespeed.conf.cache-exc_cookies', '[]', 'auto'),
(256, 'litespeed.conf.cache-exc_qs', '[]', 'auto'),
(257, 'litespeed.conf.cache-exc_cat', '[]', 'auto'),
(258, 'litespeed.conf.cache-exc_tag', '[]', 'auto'),
(259, 'litespeed.conf.cache-force_uri', '[]', 'auto'),
(260, 'litespeed.conf.cache-force_pub_uri', '[]', 'auto'),
(261, 'litespeed.conf.cache-priv_uri', '[]', 'auto'),
(262, 'litespeed.conf.cache-exc', '[]', 'auto'),
(263, 'litespeed.conf.cache-exc_roles', '[]', 'auto'),
(264, 'litespeed.conf.cache-drop_qs', '[\"fbclid\",\"gclid\",\"utm*\",\"_ga\"]', 'auto'),
(265, 'litespeed.conf.cache-ttl_pub', '604800', 'auto'),
(266, 'litespeed.conf.cache-ttl_priv', '1800', 'auto'),
(267, 'litespeed.conf.cache-ttl_frontpage', '604800', 'auto'),
(268, 'litespeed.conf.cache-ttl_feed', '604800', 'auto'),
(269, 'litespeed.conf.cache-ttl_rest', '604800', 'auto'),
(270, 'litespeed.conf.cache-ttl_browser', '31557600', 'auto'),
(271, 'litespeed.conf.cache-ttl_status', '[\"404 3600\",\"500 600\"]', 'auto'),
(272, 'litespeed.conf.cache-login_cookie', '', 'auto'),
(273, 'litespeed.conf.cache-ajax_ttl', '[]', 'auto'),
(274, 'litespeed.conf.cache-vary_cookies', '[]', 'auto'),
(275, 'litespeed.conf.cache-vary_group', '[]', 'auto'),
(276, 'litespeed.conf.purge-upgrade', '', 'auto'),
(277, 'litespeed.conf.purge-stale', '', 'auto'),
(278, 'litespeed.conf.purge-post_all', '', 'auto'),
(279, 'litespeed.conf.purge-post_f', '1', 'auto'),
(280, 'litespeed.conf.purge-post_h', '1', 'auto'),
(281, 'litespeed.conf.purge-post_p', '1', 'auto'),
(282, 'litespeed.conf.purge-post_pwrp', '1', 'auto'),
(283, 'litespeed.conf.purge-post_a', '1', 'auto'),
(284, 'litespeed.conf.purge-post_y', '', 'auto'),
(285, 'litespeed.conf.purge-post_m', '1', 'auto'),
(286, 'litespeed.conf.purge-post_d', '', 'auto'),
(287, 'litespeed.conf.purge-post_t', '1', 'auto'),
(288, 'litespeed.conf.purge-post_pt', '1', 'auto'),
(289, 'litespeed.conf.purge-timed_urls', '[]', 'auto'),
(290, 'litespeed.conf.purge-timed_urls_time', '', 'auto'),
(291, 'litespeed.conf.purge-hook_all', '[\"switch_theme\",\"wp_create_nav_menu\",\"wp_update_nav_menu\",\"wp_delete_nav_menu\",\"create_term\",\"edit_terms\",\"delete_term\",\"add_link\",\"edit_link\",\"delete_link\"]', 'auto'),
(292, 'litespeed.conf.esi', '', 'auto'),
(293, 'litespeed.conf.esi-cache_admbar', '1', 'auto'),
(294, 'litespeed.conf.esi-cache_commform', '1', 'auto'),
(295, 'litespeed.conf.esi-nonce', '[\"stats_nonce\",\"subscribe_nonce\"]', 'auto'),
(296, 'litespeed.conf.util-instant_click', '', 'auto'),
(297, 'litespeed.conf.util-no_https_vary', '', 'auto'),
(298, 'litespeed.conf.debug-disable_all', '', 'auto'),
(299, 'litespeed.conf.debug', '0', 'auto'),
(300, 'litespeed.conf.debug-ips', '[\"127.0.0.1\"]', 'auto'),
(301, 'litespeed.conf.debug-level', '', 'auto'),
(302, 'litespeed.conf.debug-filesize', '3', 'auto'),
(303, 'litespeed.conf.debug-collapse_qs', '', 'auto'),
(304, 'litespeed.conf.debug-inc', '[]', 'auto'),
(305, 'litespeed.conf.debug-exc', '[]', 'auto'),
(306, 'litespeed.conf.debug-exc_strings', '[]', 'auto'),
(307, 'litespeed.conf.db_optm-revisions_max', '0', 'auto'),
(308, 'litespeed.conf.db_optm-revisions_age', '0', 'auto'),
(309, 'litespeed.conf.optm-css_min', '', 'auto'),
(310, 'litespeed.conf.optm-css_comb', '', 'auto'),
(311, 'litespeed.conf.optm-css_comb_ext_inl', '1', 'auto'),
(312, 'litespeed.conf.optm-ucss', '', 'auto'),
(313, 'litespeed.conf.optm-ucss_inline', '', 'auto'),
(314, 'litespeed.conf.optm-ucss_whitelist', '[]', 'auto'),
(315, 'litespeed.conf.optm-ucss_file_exc_inline', '[]', 'auto'),
(316, 'litespeed.conf.optm-ucss_exc', '[]', 'auto'),
(317, 'litespeed.conf.optm-css_exc', '[]', 'auto'),
(318, 'litespeed.conf.optm-js_min', '', 'auto'),
(319, 'litespeed.conf.optm-js_comb', '', 'auto'),
(320, 'litespeed.conf.optm-js_comb_ext_inl', '1', 'auto'),
(321, 'litespeed.conf.optm-js_delay_inc', '[]', 'auto'),
(322, 'litespeed.conf.optm-js_exc', '[\"jquery.js\",\"jquery.min.js\"]', 'auto'),
(323, 'litespeed.conf.optm-html_min', '', 'auto'),
(324, 'litespeed.conf.optm-html_lazy', '[]', 'auto'),
(325, 'litespeed.conf.optm-html_skip_comment', '[]', 'auto'),
(326, 'litespeed.conf.optm-qs_rm', '', 'auto'),
(327, 'litespeed.conf.optm-ggfonts_rm', '', 'auto'),
(328, 'litespeed.conf.optm-css_async', '', 'auto'),
(329, 'litespeed.conf.optm-ccss_per_url', '', 'auto'),
(330, 'litespeed.conf.optm-ccss_sep_posttype', '[\"page\"]', 'auto'),
(331, 'litespeed.conf.optm-ccss_sep_uri', '[]', 'auto'),
(332, 'litespeed.conf.optm-ccss_whitelist', '[]', 'auto'),
(333, 'litespeed.conf.optm-css_async_inline', '1', 'auto'),
(334, 'litespeed.conf.optm-css_font_display', '', 'auto'),
(335, 'litespeed.conf.optm-js_defer', '0', 'auto'),
(336, 'litespeed.conf.optm-emoji_rm', '', 'auto'),
(337, 'litespeed.conf.optm-noscript_rm', '', 'auto'),
(338, 'litespeed.conf.optm-ggfonts_async', '', 'auto'),
(339, 'litespeed.conf.optm-exc_roles', '[]', 'auto'),
(340, 'litespeed.conf.optm-ccss_con', '', 'auto');
INSERT INTO `wpcb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(341, 'litespeed.conf.optm-js_defer_exc', '[\"jquery.js\",\"jquery.min.js\",\"gtm.js\",\"analytics.js\"]', 'auto'),
(342, 'litespeed.conf.optm-gm_js_exc', '[]', 'auto'),
(343, 'litespeed.conf.optm-dns_prefetch', '[]', 'auto'),
(344, 'litespeed.conf.optm-dns_prefetch_ctrl', '', 'auto'),
(345, 'litespeed.conf.optm-dns_preconnect', '[]', 'auto'),
(346, 'litespeed.conf.optm-exc', '[]', 'auto'),
(347, 'litespeed.conf.optm-guest_only', '1', 'auto'),
(348, 'litespeed.conf.object', '', 'auto'),
(349, 'litespeed.conf.object-kind', '', 'auto'),
(350, 'litespeed.conf.object-host', 'localhost', 'auto'),
(351, 'litespeed.conf.object-port', '11211', 'auto'),
(352, 'litespeed.conf.object-life', '360', 'auto'),
(353, 'litespeed.conf.object-persistent', '1', 'auto'),
(354, 'litespeed.conf.object-admin', '1', 'auto'),
(355, 'litespeed.conf.object-db_id', '0', 'auto'),
(356, 'litespeed.conf.object-user', '', 'auto'),
(357, 'litespeed.conf.object-pswd', '', 'auto'),
(358, 'litespeed.conf.object-global_groups', '[\"users\",\"userlogins\",\"useremail\",\"userslugs\",\"usermeta\",\"user_meta\",\"site-transient\",\"site-options\",\"site-lookup\",\"site-details\",\"blog-lookup\",\"blog-details\",\"blog-id-cache\",\"rss\",\"global-posts\",\"global-cache-test\"]', 'auto'),
(359, 'litespeed.conf.object-non_persistent_groups', '[\"comment\",\"counts\",\"plugins\",\"wc_session_id\"]', 'auto'),
(360, 'litespeed.conf.discuss-avatar_cache', '', 'auto'),
(361, 'litespeed.conf.discuss-avatar_cron', '', 'auto'),
(362, 'litespeed.conf.discuss-avatar_cache_ttl', '604800', 'auto'),
(363, 'litespeed.conf.optm-localize', '', 'auto'),
(364, 'litespeed.conf.optm-localize_domains', '[\"### Popular scripts ###\",\"https:\\/\\/platform.twitter.com\\/widgets.js\",\"https:\\/\\/connect.facebook.net\\/en_US\\/fbevents.js\"]', 'auto'),
(365, 'litespeed.conf.media-lazy', '', 'auto'),
(366, 'litespeed.conf.media-lazy_placeholder', '', 'auto'),
(367, 'litespeed.conf.media-placeholder_resp', '', 'auto'),
(368, 'litespeed.conf.media-placeholder_resp_color', '#cfd4db', 'auto'),
(369, 'litespeed.conf.media-placeholder_resp_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"{width}\" height=\"{height}\" viewBox=\"0 0 {width} {height}\"><rect width=\"100%\" height=\"100%\" style=\"fill:{color};fill-opacity: 0.1;\"/></svg>', 'auto'),
(370, 'litespeed.conf.media-lqip', '', 'auto'),
(371, 'litespeed.conf.media-lqip_qual', '4', 'auto'),
(372, 'litespeed.conf.media-lqip_min_w', '150', 'auto'),
(373, 'litespeed.conf.media-lqip_min_h', '150', 'auto'),
(374, 'litespeed.conf.media-placeholder_resp_async', '1', 'auto'),
(375, 'litespeed.conf.media-iframe_lazy', '', 'auto'),
(376, 'litespeed.conf.media-add_missing_sizes', '', 'auto'),
(377, 'litespeed.conf.media-lazy_exc', '[]', 'auto'),
(378, 'litespeed.conf.media-lazy_cls_exc', '[\"wmu-preview-img\"]', 'auto'),
(379, 'litespeed.conf.media-lazy_parent_cls_exc', '[]', 'auto'),
(380, 'litespeed.conf.media-iframe_lazy_cls_exc', '[]', 'auto'),
(381, 'litespeed.conf.media-iframe_lazy_parent_cls_exc', '[]', 'auto'),
(382, 'litespeed.conf.media-lazy_uri_exc', '[]', 'auto'),
(383, 'litespeed.conf.media-lqip_exc', '[]', 'auto'),
(384, 'litespeed.conf.media-vpi', '', 'auto'),
(385, 'litespeed.conf.media-vpi_cron', '', 'auto'),
(386, 'litespeed.conf.media-auto_rescale_ori', '', 'auto'),
(387, 'litespeed.conf.img_optm-auto', '', 'auto'),
(388, 'litespeed.conf.img_optm-ori', '1', 'auto'),
(389, 'litespeed.conf.img_optm-rm_bkup', '', 'auto'),
(390, 'litespeed.conf.img_optm-webp', '0', 'auto'),
(391, 'litespeed.conf.img_optm-lossless', '', 'auto'),
(392, 'litespeed.conf.img_optm-sizes_skipped', '[]', 'auto'),
(393, 'litespeed.conf.img_optm-exif', '1', 'auto'),
(394, 'litespeed.conf.img_optm-webp_attr', '[\"img.src\",\"div.data-thumb\",\"img.data-src\",\"img.data-lazyload\",\"div.data-large_image\",\"img.retina_logo_url\",\"div.data-parallax-image\",\"div.data-vc-parallax-image\",\"video.poster\"]', 'auto'),
(395, 'litespeed.conf.img_optm-webp_replace_srcset', '', 'auto'),
(396, 'litespeed.conf.img_optm-jpg_quality', '82', 'auto'),
(397, 'litespeed.conf.crawler', '', 'auto'),
(398, 'litespeed.conf.crawler-crawl_interval', '302400', 'auto'),
(399, 'litespeed.conf.crawler-load_limit', '1', 'auto'),
(400, 'litespeed.conf.crawler-sitemap', '', 'auto'),
(401, 'litespeed.conf.crawler-roles', '[]', 'auto'),
(402, 'litespeed.conf.crawler-cookies', '[]', 'auto'),
(403, 'litespeed.conf.misc-heartbeat_front', '', 'auto'),
(404, 'litespeed.conf.misc-heartbeat_front_ttl', '60', 'auto'),
(405, 'litespeed.conf.misc-heartbeat_back', '', 'auto'),
(406, 'litespeed.conf.misc-heartbeat_back_ttl', '60', 'auto'),
(407, 'litespeed.conf.misc-heartbeat_editor', '', 'auto'),
(408, 'litespeed.conf.misc-heartbeat_editor_ttl', '15', 'auto'),
(409, 'litespeed.conf.cdn', '', 'auto'),
(410, 'litespeed.conf.cdn-ori', '[]', 'auto'),
(411, 'litespeed.conf.cdn-ori_dir', '[\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\",\"wp-includes\"]', 'auto'),
(412, 'litespeed.conf.cdn-exc', '[]', 'auto'),
(413, 'litespeed.conf.cdn-quic', '', 'auto'),
(414, 'litespeed.conf.cdn-cloudflare', '', 'auto'),
(415, 'litespeed.conf.cdn-cloudflare_email', '', 'auto'),
(416, 'litespeed.conf.cdn-cloudflare_key', '', 'auto'),
(417, 'litespeed.conf.cdn-cloudflare_name', '', 'auto'),
(418, 'litespeed.conf.cdn-cloudflare_zone', '', 'auto'),
(419, 'litespeed.conf.cdn-cloudflare_clear', '', 'auto'),
(420, 'litespeed.conf.cdn-mapping', '[{\"url\":\"\",\"inc_img\":\"1\",\"inc_css\":\"1\",\"inc_js\":\"1\",\"filetype\":[\".aac\",\".css\",\".eot\",\".gif\",\".jpeg\",\".jpg\",\".js\",\".less\",\".mp3\",\".mp4\",\".ogg\",\".otf\",\".pdf\",\".png\",\".svg\",\".ttf\",\".webp\",\".woff\",\".woff2\"]}]', 'auto'),
(421, 'litespeed.conf.cdn-attr', '[\".src\",\".data-src\",\".href\",\".poster\",\"source.srcset\"]', 'auto'),
(422, 'litespeed.conf.qc-nameservers', '', 'auto'),
(423, 'litespeed.conf.qc-cname', '', 'auto'),
(424, 'litespeed.conf.debug-disable_tmp', '0', 'auto'),
(425, 'litespeed.cloud._summary', '{\"curr_request.ver_check\":0,\"last_request.ver_check\":1778046376,\"news.utime\":1778046355,\"curr_request.news\":0,\"last_request.news\":1778046355}', 'auto'),
(426, 'litespeed.purge.queue', '-1', 'auto'),
(427, 'litespeed.purge.queue2', '-1', 'auto'),
(506, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'off'),
(441, 'litespeed.gui.lscwp_whm_install', '-1', 'auto'),
(442, 'litespeed.gui.dismiss', '-1', 'auto'),
(581, 'elementor_library_category_children', 'a:0:{}', 'auto'),
(575, 'category_children', 'a:0:{}', 'auto'),
(576, '_transient_timeout__elementor_ab_test_plg_site_mailer_submission', '1785824270', 'off'),
(577, '_transient__elementor_ab_test_plg_site_mailer_submission', '2', 'off');
INSERT INTO `wpcb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(579, 'elementor_remote_info_library', 'a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:21:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:21:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:21:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:21:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:21:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:21:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:21:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:21:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:21:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:21:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:21:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:21:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:21:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:21:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:21:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:21:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:21:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:21:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:21:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:21:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:21:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:21:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:21:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:21:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:21:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:21:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:21:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:21:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:21:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:21:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:21:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:21:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:21:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:21:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:21:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:21:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:21:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:21:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:21:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:21:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:21:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:21:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:21:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:21:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:21:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:21:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:21:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:21:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:21:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:21:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:21:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:21:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:21:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:21:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:21:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:21:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:21:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:21:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:21:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:21:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:21:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:21:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:21:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:21:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:21:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:21:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:21:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:21:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:21:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:21:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:21:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:21:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:21:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:21:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:21:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:21:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:21:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:21:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:21:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:21:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:21:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:21:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:21:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:21:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:21:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:21:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:21:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:21:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:21:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:21:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:21:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:21:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:21:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:21:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:21:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:21:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:21:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:21:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:21:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:21:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:21:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:21:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:21:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:21:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:21:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:21:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:21:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:21:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:21:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:21:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:21:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:21:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:21:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:21:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:21:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:21:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:21:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:21:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:21:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:119;a:21:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:21:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:21:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:21:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:21:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:21:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:21:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:21:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:21:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:21:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:21:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:21:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:21:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:21:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:21:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:21:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:21:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:21:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:21:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:21:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:21:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:21:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:21:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:21:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:143;a:21:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:21:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:21:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:21:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:21:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:21:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:21:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:21:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:21:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:21:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:21:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:21:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:21:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:21:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:21:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:21:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:21:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:21:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:21:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:21:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:21:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:21:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:21:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:21:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:21:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:21:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:21:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:21:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:21:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:21:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:21:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:21:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:21:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:176;a:21:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:21:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:21:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:21:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:21:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:21:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:182;a:21:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:21:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:21:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:21:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:21:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:21:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:21:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:21:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:21:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:21:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:21:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:21:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:21:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:21:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:21:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:21:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:21:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:21:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:21:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:21:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:21:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:21:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:21:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:21:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:21:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:21:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:21:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:21:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:21:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:21:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:21:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:21:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:21:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:21:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:21:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:21:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:21:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:21:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:220;a:21:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:21:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:21:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:21:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:21:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:21:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:21:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:21:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:21:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:21:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:21:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:231;a:21:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:21:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:21:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:21:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:21:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:21:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:21:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:21:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:21:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:21:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:21:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:21:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:21:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:21:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:21:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:21:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:21:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:21:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:21:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:21:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:21:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:21:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:21:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:21:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:255;a:21:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:21:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:21:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:21:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:21:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:21:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:21:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:21:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:21:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:21:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:21:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:21:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:21:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:21:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:21:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:21:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:21:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:21:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:21:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:21:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:21:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:21:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:21:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:21:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:21:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:21:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;a:21:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:21:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:21:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:21:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:21:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:21:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:21:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:21:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:21:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:21:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:21:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:21:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:21:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:21:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:21:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:296;a:21:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:21:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:21:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:21:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:21:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:301;a:21:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:21:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:21:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:21:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:21:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:21:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:307;a:21:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:308;a:21:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:21:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:21:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:21:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:21:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:21:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:21:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:21:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:21:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:21:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:21:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:21:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:320;a:21:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:21:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:21:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:21:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:21:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:325;a:21:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:21:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:327;a:21:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:21:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:329;a:21:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:21:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:21:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:21:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:333;a:21:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:21:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:335;a:21:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:21:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:21:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:21:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:21:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:21:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:21:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:21:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:21:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:21:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:21:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:21:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:21:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:21:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:21:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:21:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:21:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:21:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:21:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:21:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:21:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:356;a:21:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:21:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:21:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:21:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:360;a:21:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:21:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:21:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:363;a:21:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:21:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:21:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:21:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:21:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:21:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:21:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:21:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:21:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:21:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:21:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:21:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:21:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:21:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:21:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:21:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:21:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:21:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:21:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:21:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:21:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:21:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:21:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:21:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:21:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:21:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:21:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:21:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:21:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:21:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:21:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:21:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:21:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:21:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:21:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:21:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:21:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:21:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:21:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:21:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:21:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:21:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:21:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:21:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:21:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:21:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:21:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:21:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:21:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:21:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:21:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:21:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:21:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:21:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:21:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:21:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:21:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:21:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:21:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:21:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:21:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:21:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:21:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:21:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:21:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:21:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:21:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:21:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:21:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:21:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:21:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:21:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:21:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:21:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:21:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:21:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:21:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:21:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:21:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:21:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:21:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:21:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:21:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:21:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:21:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:21:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:21:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:21:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:21:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:21:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:21:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:21:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:21:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:21:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:21:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:21:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:21:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:21:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:21:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:21:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:21:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:21:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:21:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:21:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:21:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:21:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:21:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:470;a:21:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:21:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:21:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:21:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:21:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:21:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:21:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:21:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:21:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:21:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:21:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:21:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:21:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:21:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:21:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:21:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:21:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:21:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:21:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:21:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:21:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:21:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:21:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:21:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:21:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:21:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:21:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:21:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:21:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:21:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:21:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:501;a:21:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:21:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:21:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:21:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:505;a:21:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:21:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:21:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:21:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:21:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:21:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:21:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:21:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:21:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:21:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:21:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:21:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:21:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:21:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:21:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:21:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:21:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:21:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:21:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:21:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:21:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:21:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:21:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:21:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:21:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:21:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:21:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:21:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:21:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:21:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:21:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:21:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:21:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:21:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:21:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:21:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:21:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:21:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:21:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:21:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:21:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:21:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:21:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:21:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:21:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:21:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:551;a:21:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:21:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:21:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:21:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:555;a:21:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:21:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:557;a:21:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:558;a:21:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:21:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:560;a:21:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:561;a:21:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:562;a:21:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:563;a:21:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:564;a:21:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:565;a:21:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:566;a:21:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:567;a:21:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:568;a:21:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:569;a:21:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:21:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:21:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:21:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:21:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:21:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:21:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:21:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:21:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:21:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:21:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:21:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:21:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:21:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:21:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:21:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:21:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:21:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:21:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:21:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:21:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:21:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:21:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:21:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:21:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:21:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:21:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:21:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:21:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:21:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:21:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:21:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:21:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:21:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:21:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:21:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:21:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:21:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:21:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:21:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:21:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:21:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:21:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:21:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:21:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:21:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:21:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:21:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:21:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:21:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:21:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:21:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:21:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:21:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:21:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:400;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:21:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:403;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:21:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:405;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:21:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:406;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:21:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:408;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:21:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:410;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:21:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:413;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:21:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:414;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:21:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:416;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:21:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:419;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:21:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:421;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:21:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:422;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:21:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:424;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:21:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:425;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:21:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:427;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:21:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:430;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:21:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:432;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:21:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:433;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:21:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:434;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:21:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:436;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:21:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:438;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:21:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:441;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:21:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:442;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:21:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:445;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:21:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:447;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:21:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:448;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:21:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:450;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:21:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:452;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:21:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:453;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:21:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:454;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:21:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:457;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:21:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:459;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:21:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:461;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:21:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:462;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:21:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:464;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:21:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:466;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:21:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:469;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:21:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:471;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:21:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:473;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:21:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:475;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:21:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:477;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:21:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:478;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:21:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:480;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:21:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:483;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:21:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:484;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:21:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:487;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:21:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:489;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:21:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:491;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:21:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:493;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:21:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:495;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:21:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:496;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:21:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:498;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:21:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:500;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:21:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:503;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:21:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:504;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:21:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:507;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:21:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:509;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:21:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:511;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:21:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:513;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:21:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:515;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:21:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:517;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:21:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:519;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:21:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:521;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:21:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:523;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:21:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:524;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:21:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:527;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:21:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:529;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:21:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:530;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:21:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:532;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:21:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:534;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:21:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:537;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:21:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:539;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:21:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:540;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:21:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:543;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:21:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:545;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:21:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:547;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:21:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:549;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:21:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:551;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:21:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:553;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:21:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:554;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:21:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:557;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:21:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:559;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:21:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:564;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:21:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:565;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:21:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:21:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:21:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:21:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:21:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:21:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:21:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:569;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:21:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:570;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:21:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:571;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:21:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:572;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:21:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:573;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:21:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:574;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:21:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:575;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:21:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:576;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:21:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:577;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:21:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:578;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:21:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:579;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:21:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:580;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:21:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:581;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:21:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:582;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:21:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:583;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:21:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:584;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:21:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:585;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:21:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:586;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:21:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:587;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:21:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:588;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:21:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:589;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:21:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:590;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:21:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:591;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:21:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:592;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:21:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:593;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:21:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:594;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:21:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:595;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:21:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:596;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:21:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:597;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:21:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:598;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:21:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:599;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:21:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:600;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:21:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:601;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:21:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:602;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:21:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:603;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:21:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:604;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:21:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:605;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:21:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:610;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:751;a:21:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:611;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:752;a:21:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:753;a:21:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:21:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:21:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:21:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:21:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:758;a:21:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:21:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:760;a:21:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:616;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:21:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:617;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:21:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:618;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:21:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:619;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:21:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:620;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:21:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:621;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:21:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:622;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:21:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:623;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:21:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:624;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:21:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:625;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:21:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:626;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:21:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:627;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:21:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:628;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:21:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:629;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:21:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:630;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:21:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:631;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:21:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:632;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:21:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:633;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:21:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:634;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:21:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:635;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:21:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:636;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:21:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:637;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:21:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:638;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:21:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:639;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:21:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:640;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:21:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:641;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:21:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:642;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:21:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:643;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:21:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:644;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:21:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:645;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:21:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:646;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:21:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:647;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:21:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:648;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:21:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:649;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:21:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:650;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:21:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:651;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:21:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:652;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:21:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:653;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:21:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:654;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:21:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:655;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:21:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:656;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:21:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:657;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:21:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:658;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:21:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:659;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:21:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:660;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:21:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:661;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:21:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:662;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:21:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:663;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:21:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:664;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:21:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:665;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:21:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:666;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:21:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:667;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:21:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:668;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:21:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:669;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:21:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:670;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:21:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:671;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:21:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:672;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:21:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:673;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:21:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:674;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:21:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:675;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:21:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:676;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:21:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:677;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:21:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:678;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:26:\"minimum_hello_plus_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}', 'off');
INSERT INTO `wpcb_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(580, 'elementor_controls_usage', 'a:6:{s:7:\"section\";a:10:{s:9:\"icon-list\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:4;s:9:\"icon_list\";i:6;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:6:{s:13:\"space_between\";i:6;s:7:\"divider\";i:2;s:14:\"divider_height\";i:2;s:17:\"icon_align_tablet\";i:5;s:10:\"icon_align\";i:2;s:17:\"icon_align_mobile\";i:1;}s:18:\"section_icon_style\";a:4:{s:10:\"icon_color\";i:2;s:16:\"icon_color_hover\";i:2;s:24:\"icon_self_vertical_align\";i:1;s:20:\"icon_vertical_offset\";i:1;}s:18:\"section_text_style\";a:5:{s:26:\"icon_typography_typography\";i:6;s:25:\"icon_typography_font_size\";i:6;s:10:\"text_color\";i:6;s:16:\"text_color_hover\";i:2;s:27:\"icon_typography_font_weight\";i:4;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:20;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:9:{s:14:\"flex_direction\";i:15;s:20:\"flex_justify_content\";i:9;s:16:\"flex_align_items\";i:8;s:8:\"flex_gap\";i:4;s:13:\"content_width\";i:11;s:5:\"width\";i:8;s:10:\"min_height\";i:1;s:11:\"boxed_width\";i:4;s:9:\"flex_wrap\";i:3;}}s:5:\"style\";a:4:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:20;}s:18:\"section_background\";a:6:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:33:\"background_overlay_gradient_angle\";i:1;}}s:8:\"advanced\";a:4:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:20;}s:14:\"section_layout\";a:2:{s:7:\"padding\";i:13;s:11:\"css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:2;}s:15:\"section_effects\";a:2:{s:6:\"sticky\";i:1;s:21:\"sticky_effects_offset\";i:1;}}}}s:12:\"social-icons\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:4:{s:16:\"social_icon_list\";i:3;s:5:\"shape\";i:2;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:5:{s:10:\"icon_color\";i:3;s:9:\"icon_size\";i:3;s:12:\"icon_padding\";i:3;s:12:\"icon_spacing\";i:3;s:13:\"border_radius\";i:3;}s:20:\"section_social_hover\";a:1:{s:21:\"hover_secondary_color\";i:1;}}s:8:\"advanced\";a:3:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:2;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:7:\"link_to\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:5:\"align\";i:2;s:5:\"space\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:16:\"pp-advanced-menu\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_layout\";a:4:{s:11:\"align_items\";i:2;s:7:\"pointer\";i:2;s:9:\"menu_type\";i:2;s:12:\"toggle_align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}s:5:\"style\";a:5:{s:12:\"style_toggle\";a:4:{s:23:\"toggle_background_color\";i:2;s:29:\"toggle_background_color_hover\";i:2;s:12:\"toggle_color\";i:2;s:18:\"toggle_color_hover\";i:2;}s:16:\"style_responsive\";a:13:{s:18:\"offcanvas_position\";i:2;s:27:\"close_icon_background_color\";i:2;s:33:\"close_icon_background_color_hover\";i:2;s:16:\"overlay_bg_color\";i:2;s:17:\"mobile_link_color\";i:2;s:24:\"mobile_sub_link_bg_color\";i:2;s:21:\"mobile_sub_link_color\";i:2;s:17:\"mobile_link_hover\";i:2;s:20:\"mobile_link_bg_hover\";i:2;s:24:\"mobile_sub_link_bg_hover\";i:2;s:21:\"mobile_sub_link_hover\";i:2;s:16:\"close_icon_color\";i:2;s:22:\"close_icon_color_hover\";i:2;}s:16:\"style_typography\";a:8:{s:26:\"menu_typography_typography\";i:2;s:25:\"menu_typography_font_size\";i:2;s:27:\"menu_typography_font_weight\";i:2;s:30:\"dropdown_typography_typography\";i:2;s:31:\"dropdown_typography_font_weight\";i:2;s:30:\"menu_typography_text_transform\";i:2;s:30:\"menu_typography_letter_spacing\";i:2;s:29:\"dropdown_typography_font_size\";i:2;}s:23:\"section_style_main_menu\";a:4:{s:28:\"padding_horizontal_menu_item\";i:2;s:15:\"color_menu_item\";i:2;s:21:\"color_menu_item_hover\";i:2;s:22:\"color_menu_item_active\";i:2;}s:22:\"section_style_dropdown\";a:11:{s:19:\"color_dropdown_item\";i:2;s:30:\"background_color_dropdown_item\";i:2;s:25:\"color_dropdown_item_hover\";i:2;s:36:\"background_color_dropdown_item_hover\";i:2;s:26:\"color_dropdown_item_active\";i:2;s:37:\"background_color_dropdown_item_active\";i:2;s:23:\"dropdown_divider_border\";i:2;s:22:\"dropdown_divider_color\";i:2;s:22:\"dropdown_divider_width\";i:2;s:35:\"dropdown_box_shadow_box_shadow_type\";i:1;s:30:\"dropdown_box_shadow_box_shadow\";i:1;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:16:\"theme-page-title\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:15:\"theme-site-logo\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:10:\"image_size\";i:1;s:5:\"image\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:21:\"typography_typography\";i:1;s:11:\"title_color\";i:2;}}}}}s:9:\"container\";a:8:{s:4:\"icon\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:2:{s:5:\"align\";i:3;s:4:\"size\";i:3;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:8:\"icon-box\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:10:\"title_size\";i:3;}}s:5:\"style\";a:2:{s:17:\"section_style_box\";a:2:{s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;}s:21:\"section_style_content\";a:4:{s:33:\"description_typography_typography\";i:3;s:32:\"description_typography_font_size\";i:3;s:34:\"description_typography_line_height\";i:3;s:17:\"description_color\";i:3;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:9;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:6:{s:13:\"content_width\";i:6;s:5:\"width\";i:5;s:20:\"flex_justify_content\";i:5;s:8:\"flex_gap\";i:6;s:14:\"flex_direction\";i:4;s:9:\"flex_wrap\";i:1;}}s:5:\"style\";a:5:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:9;}s:18:\"section_background\";a:7:{s:16:\"background_color\";i:6;s:21:\"background_background\";i:6;s:18:\"background_color_b\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:14:\"section_border\";a:6:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:3;s:12:\"border_color\";i:3;s:21:\"box_shadow_box_shadow\";i:5;s:13:\"border_radius\";i:2;s:26:\"box_shadow_box_shadow_type\";i:1;}s:21:\"section_shape_divider\";a:2:{s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_top_negative\";i:1;}s:26:\"section_background_overlay\";a:5:{s:27:\"background_overlay_position\";i:1;s:29:\"background_overlay_attachment\";i:1;s:25:\"background_overlay_repeat\";i:1;s:23:\"background_overlay_size\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"section_layout\";a:3:{s:7:\"padding\";i:7;s:6:\"margin\";i:1;s:11:\"css_classes\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:9;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:5;s:18:\"animation_duration\";i:3;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:11:\"header_size\";i:1;}}s:8:\"advanced\";a:3:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:15:\"_section_border\";a:4:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;s:14:\"_border_radius\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:1;}}}}s:7:\"divider\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:1:{s:5:\"width\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:5:\"color\";i:1;s:6:\"weight\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:9:\"icon-list\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:9:\"icon_list\";i:1;s:10:\"link_click\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:1;}s:18:\"section_icon_style\";a:2:{s:24:\"icon_self_vertical_align\";i:1;s:20:\"icon_vertical_offset\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:12:\"social-icons\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:20:\"icon_secondary_color\";i:1;s:18:\"image_border_width\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;}s:20:\"section_social_hover\";a:2:{s:19:\"hover_primary_color\";i:1;s:21:\"hover_secondary_color\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:4:\"form\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:19:\"section_form_fields\";a:3:{s:11:\"form_fields\";i:1;s:10:\"input_size\";i:1;s:13:\"mark_required\";i:1;}s:15:\"section_buttons\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_size\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_form_style\";a:6:{s:10:\"column_gap\";i:1;s:13:\"label_spacing\";i:1;s:27:\"label_typography_typography\";i:1;s:26:\"label_typography_font_size\";i:1;s:7:\"row_gap\";i:1;s:12:\"html_spacing\";i:1;}s:19:\"section_field_style\";a:1:{s:18:\"field_border_color\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}s:7:\"wp-page\";a:12:{s:7:\"heading\";a:2:{s:5:\"count\";i:11;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:11;s:11:\"header_size\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:5:\"align\";i:6;s:21:\"typography_typography\";i:4;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:3;s:23:\"typography_word_spacing\";i:3;s:20:\"typography_font_size\";i:1;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:3:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:11;}s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:3;s:7:\"_margin\";i:1;s:16:\"_flex_align_self\";i:1;}s:15:\"_section_border\";a:4:{s:14:\"_border_border\";i:3;s:13:\"_border_width\";i:3;s:13:\"_border_color\";i:2;s:14:\"_border_radius\";i:2;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:2;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:4:{s:8:\"_padding\";i:1;s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:16:\"_flex_align_self\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:1;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:47;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:9:{s:13:\"content_width\";i:32;s:14:\"flex_direction\";i:22;s:20:\"flex_justify_content\";i:26;s:5:\"width\";i:16;s:8:\"flex_gap\";i:22;s:9:\"flex_wrap\";i:7;s:16:\"flex_align_items\";i:2;s:11:\"boxed_width\";i:2;s:10:\"min_height\";i:8;}}s:5:\"style\";a:5:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:47;}s:18:\"section_background\";a:9:{s:21:\"background_background\";i:24;s:16:\"background_color\";i:9;s:19:\"background_position\";i:9;s:21:\"background_attachment\";i:9;s:17:\"background_repeat\";i:9;s:15:\"background_size\";i:9;s:16:\"background_image\";i:8;s:18:\"background_color_b\";i:2;s:19:\"background_bg_width\";i:1;}s:26:\"section_background_overlay\";a:10:{s:26:\"background_overlay_opacity\";i:9;s:27:\"background_overlay_position\";i:5;s:29:\"background_overlay_attachment\";i:5;s:25:\"background_overlay_repeat\";i:5;s:23:\"background_overlay_size\";i:5;s:24:\"background_overlay_image\";i:5;s:29:\"background_overlay_background\";i:7;s:24:\"background_overlay_color\";i:4;s:26:\"background_overlay_color_b\";i:3;s:27:\"background_overlay_bg_width\";i:1;}s:14:\"section_border\";a:8:{s:21:\"box_shadow_box_shadow\";i:12;s:26:\"box_shadow_box_shadow_type\";i:10;s:13:\"border_border\";i:13;s:12:\"border_width\";i:13;s:12:\"border_color\";i:13;s:32:\"box_shadow_hover_box_shadow_type\";i:2;s:27:\"box_shadow_hover_box_shadow\";i:2;s:13:\"border_radius\";i:2;}s:21:\"section_shape_divider\";a:2:{s:24:\"shape_divider_top_height\";i:2;s:26:\"shape_divider_top_negative\";i:2;}}s:8:\"advanced\";a:4:{s:14:\"section_layout\";a:4:{s:7:\"padding\";i:29;s:6:\"margin\";i:5;s:11:\"css_classes\";i:21;s:7:\"z_index\";i:2;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:47;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:22;s:18:\"animation_duration\";i:16;}s:19:\"_section_responsive\";a:6:{s:15:\"hide_widescreen\";i:2;s:12:\"hide_desktop\";i:2;s:17:\"hide_tablet_extra\";i:2;s:11:\"hide_tablet\";i:2;s:17:\"hide_mobile_extra\";i:2;s:11:\"hide_mobile\";i:2;}}}}s:8:\"icon-box\";a:2:{s:5:\"count\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:5:{s:13:\"selected_icon\";i:10;s:10:\"title_text\";i:10;s:16:\"description_text\";i:10;s:10:\"title_size\";i:10;s:4:\"view\";i:2;}}s:5:\"style\";a:3:{s:17:\"section_style_box\";a:3:{s:10:\"text_align\";i:10;s:18:\"title_bottom_space\";i:10;s:8:\"position\";i:2;}s:21:\"section_style_content\";a:4:{s:33:\"description_typography_typography\";i:10;s:32:\"description_typography_font_size\";i:10;s:34:\"description_typography_line_height\";i:4;s:17:\"description_color\";i:4;}s:18:\"section_style_icon\";a:2:{s:9:\"icon_size\";i:2;s:12:\"icon_padding\";i:2;}}s:8:\"advanced\";a:3:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:10;}s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:4;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:2;s:13:\"_border_width\";i:2;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:5;s:10:\"image_size\";i:5;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:1;}}}}s:20:\"pp-info-box-carousel\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:18:\"section_info_boxes\";a:6:{s:13:\"pp_info_boxes\";i:1;s:6:\"layout\";i:1;s:7:\"columns\";i:1;s:20:\"columns_tablet_extra\";i:1;s:20:\"columns_mobile_extra\";i:1;s:14:\"title_html_tag\";i:1;}}s:5:\"style\";a:2:{s:22:\"section_info_box_style\";a:5:{s:22:\"info_box_border_border\";i:1;s:21:\"info_box_border_width\";i:1;s:21:\"info_box_border_color\";i:1;s:22:\"info_box_border_radius\";i:1;s:16:\"info_box_padding\";i:1;}s:27:\"section_info_box_icon_style\";a:4:{s:9:\"icon_size\";i:1;s:18:\"icon_border_radius\";i:1;s:12:\"icon_padding\";i:1;s:11:\"icon_margin\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:4:\"icon\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:6;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:2:{s:5:\"align\";i:6;s:4:\"size\";i:6;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}}}}s:4:\"form\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:19:\"section_form_fields\";a:4:{s:11:\"form_fields\";i:3;s:10:\"input_size\";i:3;s:13:\"mark_required\";i:3;s:9:\"form_name\";i:3;}s:15:\"section_buttons\";a:2:{s:11:\"button_size\";i:3;s:11:\"button_text\";i:2;}s:13:\"section_email\";a:4:{s:13:\"form_metadata\";i:3;s:8:\"email_to\";i:3;s:13:\"email_subject\";i:3;s:10:\"email_from\";i:2;}}s:5:\"style\";a:3:{s:18:\"section_form_style\";a:8:{s:10:\"column_gap\";i:3;s:13:\"label_spacing\";i:3;s:27:\"label_typography_typography\";i:3;s:26:\"label_typography_font_size\";i:3;s:7:\"row_gap\";i:3;s:28:\"label_typography_font_weight\";i:1;s:31:\"label_typography_letter_spacing\";i:1;s:12:\"html_spacing\";i:2;}s:19:\"section_field_style\";a:5:{s:18:\"field_border_color\";i:3;s:22:\"field_background_color\";i:1;s:27:\"field_typography_typography\";i:1;s:28:\"field_typography_font_weight\";i:1;s:19:\"field_border_radius\";i:1;}s:20:\"section_button_style\";a:3:{s:20:\"button_border_radius\";i:1;s:23:\"button_background_color\";i:1;s:29:\"button_background_hover_color\";i:1;}}s:8:\"advanced\";a:4:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}}}s:9:\"icon-list\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:2;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:2:{s:13:\"space_between\";i:2;s:10:\"icon_align\";i:2;}s:18:\"section_icon_style\";a:1:{s:9:\"icon_size\";i:2;}s:18:\"section_text_style\";a:1:{s:16:\"text_color_hover\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:8;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:8;s:4:\"link\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:5;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:8;}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:4;s:8:\"_padding\";i:2;s:12:\"_css_classes\";i:3;}}}}s:7:\"divider\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:11:\"pp-info-box\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:12:\"section_icon\";a:2:{s:9:\"icon_type\";i:3;s:5:\"image\";i:3;}s:15:\"section_content\";a:4:{s:7:\"heading\";i:3;s:11:\"sub_heading\";i:3;s:11:\"description\";i:3;s:18:\"sub_title_html_tag\";i:3;}}s:5:\"style\";a:1:{s:30:\"section_info_box_content_style\";a:14:{s:5:\"align\";i:3;s:11:\"title_color\";i:3;s:27:\"title_typography_typography\";i:3;s:26:\"title_typography_font_size\";i:3;s:28:\"title_typography_font_weight\";i:3;s:31:\"title_typography_text_transform\";i:3;s:31:\"title_typography_letter_spacing\";i:3;s:12:\"title_margin\";i:3;s:14:\"subtitle_color\";i:3;s:30:\"subtitle_typography_typography\";i:3;s:29:\"subtitle_typography_font_size\";i:3;s:15:\"subtitle_margin\";i:3;s:31:\"subtitle_typography_font_weight\";i:3;s:17:\"description_color\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}}s:6:\"footer\";a:4:{s:5:\"image\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:5:\"align\";i:1;s:5:\"space\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:5:{s:13:\"content_width\";i:4;s:5:\"width\";i:3;s:11:\"boxed_width\";i:3;s:9:\"flex_wrap\";i:2;s:14:\"flex_direction\";i:2;}}s:5:\"style\";a:2:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:6;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:2;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}s:14:\"section_layout\";a:1:{s:7:\"padding\";i:2;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:21:\"typography_typography\";i:1;s:11:\"title_color\";i:2;}}}}s:9:\"icon-list\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:9:\"icon_list\";i:3;s:4:\"view\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:5:{s:13:\"space_between\";i:3;s:17:\"icon_align_tablet\";i:3;s:23:\"icon_align_mobile_extra\";i:3;s:10:\"icon_align\";i:1;s:17:\"icon_align_mobile\";i:1;}s:18:\"section_text_style\";a:4:{s:26:\"icon_typography_typography\";i:3;s:25:\"icon_typography_font_size\";i:3;s:10:\"text_color\";i:3;s:27:\"icon_typography_font_weight\";i:3;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}}s:4:\"page\";a:5:{s:7:\"heading\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:6;s:11:\"header_size\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:5:\"align\";i:2;s:21:\"typography_typography\";i:5;s:22:\"typography_font_weight\";i:5;s:22:\"typography_line_height\";i:5;s:23:\"typography_word_spacing\";i:5;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:16:\"_flex_align_self\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:10;s:8:\"controls\";a:3:{s:5:\"style\";a:4:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:10;}s:18:\"section_background\";a:6:{s:21:\"background_background\";i:8;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:8:{s:13:\"border_border\";i:5;s:12:\"border_width\";i:5;s:12:\"border_color\";i:5;s:26:\"box_shadow_box_shadow_type\";i:4;s:21:\"box_shadow_box_shadow\";i:4;s:32:\"box_shadow_hover_box_shadow_type\";i:4;s:27:\"box_shadow_hover_box_shadow\";i:4;s:13:\"border_radius\";i:1;}s:26:\"section_background_overlay\";a:6:{s:24:\"background_overlay_image\";i:1;s:27:\"background_overlay_position\";i:1;s:29:\"background_overlay_attachment\";i:1;s:25:\"background_overlay_repeat\";i:1;s:23:\"background_overlay_size\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:3:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:10;}s:14:\"section_layout\";a:3:{s:7:\"padding\";i:7;s:6:\"margin\";i:1;s:11:\"css_classes\";i:2;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:6;s:18:\"animation_duration\";i:5;}}s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:6:{s:16:\"flex_align_items\";i:4;s:13:\"content_width\";i:6;s:5:\"width\";i:5;s:14:\"flex_direction\";i:3;s:20:\"flex_justify_content\";i:2;s:9:\"flex_wrap\";i:1;}}}}s:4:\"icon\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:4;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:2:{s:5:\"align\";i:4;s:4:\"size\";i:4;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:9:\"icon-list\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:4;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:2:{s:13:\"space_between\";i:4;s:10:\"icon_align\";i:4;}s:18:\"section_icon_style\";a:1:{s:9:\"icon_size\";i:4;}s:18:\"section_text_style\";a:1:{s:16:\"text_color_hover\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:4:\"form\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:19:\"section_form_fields\";a:4:{s:9:\"form_name\";i:1;s:11:\"form_fields\";i:1;s:10:\"input_size\";i:1;s:13:\"mark_required\";i:1;}s:15:\"section_buttons\";a:1:{s:11:\"button_size\";i:1;}s:13:\"section_email\";a:1:{s:13:\"form_metadata\";i:1;}}s:8:\"advanced\";a:4:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_form_style\";a:7:{s:10:\"column_gap\";i:1;s:7:\"row_gap\";i:1;s:13:\"label_spacing\";i:1;s:27:\"label_typography_typography\";i:1;s:26:\"label_typography_font_size\";i:1;s:28:\"label_typography_font_weight\";i:1;s:31:\"label_typography_letter_spacing\";i:1;}s:19:\"section_field_style\";a:4:{s:18:\"field_border_color\";i:1;s:22:\"field_background_color\";i:1;s:27:\"field_typography_typography\";i:1;s:28:\"field_typography_font_weight\";i:1;}s:20:\"section_button_style\";a:3:{s:20:\"button_border_radius\";i:1;s:23:\"button_background_color\";i:1;s:29:\"button_background_hover_color\";i:1;}}}}}s:6:\"header\";a:4:{s:5:\"image\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:7:\"link_to\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:5:\"align\";i:1;s:5:\"space\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:7:{s:14:\"flex_direction\";i:4;s:13:\"content_width\";i:2;s:5:\"width\";i:2;s:20:\"flex_justify_content\";i:2;s:16:\"flex_align_items\";i:1;s:8:\"flex_gap\";i:1;s:10:\"min_height\";i:1;}}s:5:\"style\";a:4:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:4;}s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:4:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;}}s:8:\"advanced\";a:3:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}s:14:\"section_layout\";a:3:{s:7:\"padding\";i:3;s:11:\"css_classes\";i:2;s:20:\"e_display_conditions\";i:1;}s:15:\"section_effects\";a:2:{s:6:\"sticky\";i:1;s:21:\"sticky_effects_offset\";i:1;}}}}s:16:\"pp-advanced-menu\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_layout\";a:4:{s:11:\"align_items\";i:1;s:7:\"pointer\";i:1;s:9:\"menu_type\";i:1;s:12:\"toggle_align\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}s:5:\"style\";a:5:{s:12:\"style_toggle\";a:4:{s:23:\"toggle_background_color\";i:1;s:29:\"toggle_background_color_hover\";i:1;s:12:\"toggle_color\";i:1;s:18:\"toggle_color_hover\";i:1;}s:16:\"style_responsive\";a:13:{s:18:\"offcanvas_position\";i:1;s:27:\"close_icon_background_color\";i:1;s:33:\"close_icon_background_color_hover\";i:1;s:16:\"overlay_bg_color\";i:1;s:17:\"mobile_link_color\";i:1;s:24:\"mobile_sub_link_bg_color\";i:1;s:21:\"mobile_sub_link_color\";i:1;s:17:\"mobile_link_hover\";i:1;s:20:\"mobile_link_bg_hover\";i:1;s:24:\"mobile_sub_link_bg_hover\";i:1;s:21:\"mobile_sub_link_hover\";i:1;s:16:\"close_icon_color\";i:1;s:22:\"close_icon_color_hover\";i:1;}s:16:\"style_typography\";a:8:{s:26:\"menu_typography_typography\";i:1;s:25:\"menu_typography_font_size\";i:1;s:27:\"menu_typography_font_weight\";i:1;s:30:\"dropdown_typography_typography\";i:1;s:31:\"dropdown_typography_font_weight\";i:1;s:30:\"menu_typography_text_transform\";i:1;s:30:\"menu_typography_letter_spacing\";i:1;s:29:\"dropdown_typography_font_size\";i:1;}s:23:\"section_style_main_menu\";a:4:{s:28:\"padding_horizontal_menu_item\";i:1;s:15:\"color_menu_item\";i:1;s:21:\"color_menu_item_hover\";i:1;s:22:\"color_menu_item_active\";i:1;}s:22:\"section_style_dropdown\";a:11:{s:19:\"color_dropdown_item\";i:1;s:30:\"background_color_dropdown_item\";i:1;s:25:\"color_dropdown_item_hover\";i:1;s:36:\"background_color_dropdown_item_hover\";i:1;s:26:\"color_dropdown_item_active\";i:1;s:37:\"background_color_dropdown_item_active\";i:1;s:23:\"dropdown_divider_border\";i:1;s:22:\"dropdown_divider_color\";i:1;s:22:\"dropdown_divider_width\";i:1;s:35:\"dropdown_box_shadow_box_shadow_type\";i:1;s:30:\"dropdown_box_shadow_box_shadow\";i:1;}}}}s:16:\"theme-page-title\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}}', 'off'),
(587, '_elementor_element_cache_unique_id', '2773bf63dfae971c94ce4b350d939b2e', 'auto'),
(595, 'astra-color-palettes', 'a:5:{s:14:\"currentPalette\";s:9:\"palette_1\";s:8:\"palettes\";a:4:{s:9:\"palette_1\";a:9:{i:0;s:7:\"#0604ac\";i:1;s:7:\"#29af4c\";i:2;s:7:\"#1e293b\";i:3;s:7:\"#334155\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#f2faf4\";i:6;s:7:\"#111111\";i:7;s:7:\"#D1D5DB\";i:8;s:7:\"#111111\";}s:9:\"palette_2\";a:9:{i:0;s:7:\"#0067FF\";i:1;s:7:\"#005EE9\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#364151\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#E7F6FF\";i:6;s:7:\"#070614\";i:7;s:7:\"#D1DAE5\";i:8;s:7:\"#222222\";}s:9:\"palette_3\";a:9:{i:0;s:7:\"#6528F7\";i:1;s:7:\"#5511F8\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F2F0FE\";i:6;s:7:\"#0D0614\";i:7;s:7:\"#D8D8F5\";i:8;s:7:\"#222222\";}s:9:\"palette_4\";a:9:{i:0;s:7:\"#0085FF\";i:1;s:7:\"#0177E3\";i:2;s:7:\"#FFFFFF\";i:3;s:7:\"#E7F6FF\";i:4;s:7:\"#212A37\";i:5;s:7:\"#0F172A\";i:6;s:7:\"#4F5B62\";i:7;s:7:\"#070614\";i:8;s:7:\"#222222\";}}s:7:\"presets\";a:11:{s:3:\"Oak\";a:9:{i:0;s:7:\"#0067FF\";i:1;s:7:\"#005EE9\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#364151\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#E7F6FF\";i:6;s:7:\"#070614\";i:7;s:7:\"#D1DAE5\";i:8;s:7:\"#222222\";}s:5:\"Viola\";a:9:{i:0;s:7:\"#6528F7\";i:1;s:7:\"#5511F8\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F2F0FE\";i:6;s:7:\"#0D0614\";i:7;s:7:\"#D8D8F5\";i:8;s:7:\"#222222\";}s:5:\"Cedar\";a:9:{i:0;s:7:\"#DD183B\";i:1;s:7:\"#CC1939\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#3A3A3A\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FFEDE6\";i:6;s:7:\"#140609\";i:7;s:7:\"#FFD1BF\";i:8;s:7:\"#222222\";}s:6:\"Willow\";a:9:{i:0;s:7:\"#54B435\";i:1;s:7:\"#379237\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#2F3B40\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#EDFBE2\";i:6;s:7:\"#0C1406\";i:7;s:7:\"#D5EAD8\";i:8;s:7:\"#222222\";}s:4:\"Lily\";a:9:{i:0;s:7:\"#DCA54A\";i:1;s:7:\"#D09A40\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#4A4A4A\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FAF5E5\";i:6;s:7:\"#141004\";i:7;s:7:\"#F0E6C5\";i:8;s:7:\"#222222\";}s:4:\"Rose\";a:9:{i:0;s:7:\"#FB5FAB\";i:1;s:7:\"#EA559D\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FCEEF5\";i:6;s:7:\"#140610\";i:7;s:7:\"#FAD8E9\";i:8;s:7:\"#222222\";}s:4:\"Sage\";a:9:{i:0;s:7:\"#1B9C85\";i:1;s:7:\"#178E79\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#EDF6EE\";i:6;s:7:\"#06140C\";i:7;s:7:\"#D4F3D7\";i:8;s:7:\"#222222\";}s:5:\"Flare\";a:9:{i:0;s:7:\"#FD9800\";i:1;s:7:\"#E98C00\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FEF9E1\";i:6;s:7:\"#141006\";i:7;s:7:\"#F9F0C8\";i:8;s:7:\"#222222\";}s:5:\"Maple\";a:9:{i:0;s:7:\"#FF6210\";i:1;s:7:\"#F15808\";i:2;s:7:\"#1C0D0A\";i:3;s:7:\"#353535\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FEF1E4\";i:6;s:7:\"#140B06\";i:7;s:7:\"#E5D7D1\";i:8;s:7:\"#222222\";}s:5:\"Birch\";a:9:{i:0;s:7:\"#737880\";i:1;s:7:\"#65696F\";i:2;s:7:\"#151616\";i:3;s:7:\"#393C40\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F6F6F6\";i:6;s:7:\"#232529\";i:7;s:7:\"#F1F0F0\";i:8;s:7:\"#222222\";}s:4:\"Dark\";a:9:{i:0;s:7:\"#0085FF\";i:1;s:7:\"#0177E3\";i:2;s:7:\"#FFFFFF\";i:3;s:7:\"#E7F6FF\";i:4;s:7:\"#212A37\";i:5;s:7:\"#0F172A\";i:6;s:7:\"#4F5B62\";i:7;s:7:\"#070614\";i:8;s:7:\"#222222\";}}s:11:\"presetNames\";a:4:{s:9:\"palette_1\";N;s:9:\"palette_2\";s:3:\"Oak\";s:9:\"palette_3\";s:5:\"Viola\";s:9:\"palette_4\";s:4:\"Dark\";}s:4:\"flag\";b:1;}', 'on'),
(596, '_astra_customizer_published_timestamps', 'a:10:{i:0;i:1778048730;i:1;i:1778048739;i:2;i:1778048905;i:3;i:1778049287;i:4;i:1778049314;i:5;i:1778049367;i:6;i:1778049382;i:7;i:1778063844;i:8;i:1778063860;i:9;i:1778064769;}', 'off'),
(597, 'astra_usage_events_pending', 'a:1:{i:0;a:4:{s:10:\"event_name\";s:26:\"first_customizer_published\";s:11:\"event_value\";s:6:\"4.13.1\";s:10:\"properties\";a:0:{}s:4:\"date\";s:19:\"2026-05-06 06:25:30\";}}', 'auto'),
(1683, 'pp_license_user_action', 'activated', 'auto'),
(1674, '_irb_h_bn_review', 'a:2:{s:5:\"users\";a:0:{}s:13:\"backup-backup\";i:1778671416;}', 'auto'),
(1670, 'bmi_hotfixes', 'a:5:{i:0;s:13:\"BMI_D17_M1_26\";i:1;s:14:\"BMI_D13_M12_01\";i:2;s:14:\"BMI_D20_M07_01\";i:3;s:18:\"BMI_D17_M12_Y21_02\";i:4;s:18:\"BMI_D13_M08_Y23_01\";}', 'auto'),
(1671, 'bmi_initial_installation_version', '2.1.5.1', 'auto'),
(1684, 'bmip_to_be_uploaded', 'a:3:{s:14:\"current_upload\";a:0:{}s:5:\"queue\";a:0:{}s:6:\"failed\";a:0:{}}', 'auto'),
(1673, 'analyst_cache', 's:6:\"a:0:{}\";', 'auto'),
(1690, '_transient_bmi_latest_size_database', '27716477', 'on'),
(1675, '_new_bb_banner', 'a:3:{s:9:\"dismissed\";b:0;s:12:\"dismissed_at\";i:0;s:11:\"using_since\";i:1778671416;}', 'auto'),
(1676, 'bmi_gdrive_banner_dismissed', '1', 'auto'),
(1677, '_bmi_backup_banner', 'a:3:{s:9:\"dismissed\";b:0;s:12:\"dismissed_at\";N;s:15:\"first_loaded_at\";i:1778671416;}', 'auto'),
(1678, 'bmi_sk_keepalive', 'MMf1LIHOiqssPfRZrtdKl5jO4A5E3Flj', 'auto'),
(1681, 'bmi_cron_new_domain_done', '1', 'auto'),
(1682, 'BMI::STORAGE::LOCAL::PATH', '/home/mrarqpph/public_html/casabloomllc/wp-content/backup-migration-VKdanbALYt', 'auto'),
(1685, '_transient_bmi_latest_size_plugins', '110585288', 'on'),
(1686, '_transient_bmi_latest_size_uploads', '19493813', 'on'),
(1687, '_transient_bmi_latest_size_themes', '31170364', 'on'),
(1688, '_transient_bmi_latest_size_contents_others', '187', 'on'),
(1689, '_transient_bmi_latest_size_wordpress', '61539241', 'on'),
(1691, 'bmi_required_space', '225749423', 'auto'),
(1692, 'elementor-custom-breakpoints-files', 'a:31:{s:23:\"custom-apple-webkit.min\";a:1:{s:4:\"time\";i:1778672202;}s:19:\"custom-lightbox.min\";a:1:{s:4:\"time\";i:1778672202;}s:19:\"custom-frontend.min\";a:1:{s:4:\"time\";i:1778672202;}s:27:\"custom-widget-accordion.min\";a:1:{s:4:\"time\";i:1778672202;}s:23:\"custom-widget-alert.min\";a:1:{s:4:\"time\";i:1778672202;}s:26:\"custom-widget-icon-box.min\";a:1:{s:4:\"time\";i:1778672202;}s:27:\"custom-widget-icon-list.min\";a:1:{s:4:\"time\";i:1778672202;}s:27:\"custom-widget-image-box.min\";a:1:{s:4:\"time\";i:1778672202;}s:31:\"custom-widget-image-gallery.min\";a:1:{s:4:\"time\";i:1778672202;}s:26:\"custom-widget-progress.min\";a:1:{s:4:\"time\";i:1778672202;}s:29:\"custom-widget-star-rating.min\";a:1:{s:4:\"time\";i:1778672202;}s:22:\"custom-widget-tabs.min\";a:1:{s:4:\"time\";i:1778672202;}s:24:\"custom-widget-toggle.min\";a:1:{s:4:\"time\";i:1778672202;}s:29:\"custom-widget-nested-tabs.min\";a:1:{s:4:\"time\";i:1778672202;}s:29:\"custom-widget-link-in-bio.min\";a:1:{s:4:\"time\";i:1778672202;}s:34:\"custom-widget-link-in-bio-base.min\";a:1:{s:4:\"time\";i:1778672202;}s:34:\"custom-widget-floating-buttons.min\";a:1:{s:4:\"time\";i:1778672202;}s:36:\"custom-widget-floating-bars-base.min\";a:1:{s:4:\"time\";i:1778672202;}s:37:\"custom-widget-floating-bars-var-3.min\";a:1:{s:4:\"time\";i:1778672203;}s:38:\"custom-widget-contact-buttons-base.min\";a:1:{s:4:\"time\";i:1778672203;}s:39:\"custom-widget-contact-buttons-var-7.min\";a:1:{s:4:\"time\";i:1778672203;}s:39:\"custom-widget-contact-buttons-var-9.min\";a:1:{s:4:\"time\";i:1778672203;}s:40:\"custom-widget-contact-buttons-var-10.min\";a:1:{s:4:\"time\";i:1778672203;}s:31:\"custom-pro-widget-loop-grid.min\";a:1:{s:4:\"time\";i:1778672203;}s:28:\"custom-pro-widget-slides.min\";a:1:{s:4:\"time\";i:1778672203;}s:30:\"custom-pro-widget-nav-menu.min\";a:1:{s:4:\"time\";i:1778672203;}s:30:\"custom-pro-widget-flip-box.min\";a:1:{s:4:\"time\";i:1778672203;}s:36:\"custom-pro-widget-call-to-action.min\";a:1:{s:4:\"time\";i:1778672203;}s:42:\"custom-pro-widget-testimonial-carousel.min\";a:1:{s:4:\"time\";i:1778672203;}s:36:\"custom-pro-widget-video-playlist.min\";a:1:{s:4:\"time\";i:1778672203;}s:31:\"custom-pro-widget-mega-menu.min\";a:1:{s:4:\"time\";i:1778672203;}}', 'auto'),
(1694, 'elementor_atomic_cache_validity__component-styles-related-posts', 'a:2:{s:5:\"state\";b:0;s:8:\"children\";a:3:{i:32;a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}i:434;a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}i:13;a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}}}', 'off'),
(1695, 'elementor_atomic_cache_validity__base', 'a:3:{s:5:\"state\";b:1;s:4:\"meta\";s:13:\"6a04624bb6713\";s:8:\"children\";a:6:{s:7:\"desktop\";b:1;s:10:\"widescreen\";b:1;s:12:\"tablet_extra\";b:1;s:6:\"tablet\";b:1;s:12:\"mobile_extra\";b:1;s:6:\"mobile\";b:1;}}', 'off'),
(1696, 'elementor_atomic_cache_validity__global', 'a:2:{s:5:\"state\";b:0;s:8:\"children\";a:1:{s:8:\"frontend\";a:3:{s:5:\"state\";b:1;s:4:\"meta\";s:13:\"6a04624bb6ad2\";s:8:\"children\";a:6:{s:7:\"desktop\";b:1;s:10:\"widescreen\";b:1;s:12:\"tablet_extra\";b:1;s:6:\"tablet\";b:1;s:12:\"mobile_extra\";b:1;s:6:\"mobile\";b:1;}}}}', 'off'),
(1697, 'elementor_atomic_cache_validity__local', 'a:2:{s:5:\"state\";b:0;s:8:\"children\";a:3:{i:32;a:2:{s:5:\"state\";b:0;s:8:\"children\";a:1:{s:8:\"frontend\";a:3:{s:5:\"state\";b:1;s:4:\"meta\";s:13:\"6a04624bb6e7a\";s:8:\"children\";a:6:{s:7:\"desktop\";b:1;s:10:\"widescreen\";b:1;s:12:\"tablet_extra\";b:1;s:6:\"tablet\";b:1;s:12:\"mobile_extra\";b:1;s:6:\"mobile\";b:1;}}}}i:434;a:2:{s:5:\"state\";b:0;s:8:\"children\";a:1:{s:8:\"frontend\";a:3:{s:5:\"state\";b:1;s:4:\"meta\";s:13:\"6a04624bb712c\";s:8:\"children\";a:6:{s:7:\"desktop\";b:1;s:10:\"widescreen\";b:1;s:12:\"tablet_extra\";b:1;s:6:\"tablet\";b:1;s:12:\"mobile_extra\";b:1;s:6:\"mobile\";b:1;}}}}i:13;a:2:{s:5:\"state\";b:0;s:8:\"children\";a:1:{s:8:\"frontend\";a:3:{s:5:\"state\";b:1;s:4:\"meta\";s:13:\"6a04624bb740c\";s:8:\"children\";a:6:{s:7:\"desktop\";b:1;s:10:\"widescreen\";b:1;s:12:\"tablet_extra\";b:1;s:6:\"tablet\";b:1;s:12:\"mobile_extra\";b:1;s:6:\"mobile\";b:1;}}}}}}', 'off'),
(1698, '_elementor_assets_data', 'a:1:{s:3:\"svg\";a:1:{s:9:\"font-icon\";a:3:{s:14:\"fas-caret-down\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:320;s:6:\"height\";i:512;s:4:\"path\";s:119:\"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\";s:3:\"key\";s:14:\"fas-caret-down\";}s:7:\"version\";s:6:\"5.15.3\";}s:18:\"fas-map-marker-alt\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:384;s:6:\"height\";i:512;s:4:\"path\";s:244:\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\";s:3:\"key\";s:18:\"fas-map-marker-alt\";}s:7:\"version\";s:6:\"5.15.3\";}s:13:\"fas-phone-alt\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:264:\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\";s:3:\"key\";s:13:\"fas-phone-alt\";}s:7:\"version\";s:6:\"5.15.3\";}}}}', 'auto'),
(1750, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1779076921;s:7:\"checked\";a:3:{s:11:\"astra-child\";s:5:\"1.0.0\";s:5:\"astra\";s:6:\"4.13.1\";s:16:\"twentytwentyfive\";s:3:\"1.4\";}s:8:\"response\";a:1:{s:5:\"astra\";a:6:{s:5:\"theme\";s:5:\"astra\";s:11:\"new_version\";s:6:\"4.13.2\";s:3:\"url\";s:35:\"https://wordpress.org/themes/astra/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/astra.4.13.2.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.3\";}}s:9:\"no_update\";a:1:{s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.4.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}}s:12:\"translations\";a:0:{}}', 'off'),
(1087, 'WPLANG', '', 'auto'),
(1082, 'site_logo', '38', 'auto');

-- --------------------------------------------------------

--
-- Table structure for table `wpcb_postmeta`
--

CREATE TABLE `wpcb_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpcb_postmeta`
--

INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(22, 13, '_edit_last', '1'),
(23, 13, '_wp_page_template', 'elementor_header_footer'),
(3, 6, '_elementor_edit_mode', 'builder'),
(4, 6, '_elementor_template_type', 'kit'),
(5, 6, '_elementor_migrations_state_8b2d', '4.0.6:4.0.4:6235a6c47f65a3aca2fc5a7c56ad64e4'),
(26, 13, 'site-sidebar-layout', 'no-sidebar'),
(27, 13, 'ast-site-content-layout', 'full-width-container'),
(28, 13, 'site-content-style', 'default'),
(29, 13, 'site-sidebar-style', 'default'),
(30, 13, 'ast-featured-img', 'disabled');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(326, 13, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"size_mobile_extra\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"size_mobile_extra\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2a9be4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4d3fcf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"7d29d75\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7303884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"gap_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/admissions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/employment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(31, 13, 'astra-migrate-meta-layouts', 'set'),
(32, 13, 'ast-breadcrumbs-content', 'disabled'),
(33, 13, 'theme-transparent-header-meta', 'default'),
(34, 13, '_edit_lock', '1778130908:1'),
(35, 15, '_edit_last', '1'),
(36, 15, '_edit_lock', '1778064854:1'),
(37, 15, '_wp_page_template', 'elementor_header_footer'),
(44, 15, 'ast-featured-img', 'disabled'),
(40, 15, 'site-sidebar-layout', 'no-sidebar'),
(41, 15, 'ast-site-content-layout', 'full-width-container'),
(42, 15, 'site-content-style', 'default'),
(43, 15, 'site-sidebar-style', 'default'),
(45, 15, 'astra-migrate-meta-layouts', 'set'),
(46, 15, 'ast-breadcrumbs-content', 'disabled'),
(47, 15, 'theme-transparent-header-meta', 'default'),
(48, 17, '_edit_last', '1'),
(49, 17, '_edit_lock', '1778067103:1'),
(50, 17, '_wp_page_template', 'elementor_header_footer'),
(57, 17, 'ast-featured-img', 'disabled'),
(53, 17, 'site-sidebar-layout', 'no-sidebar'),
(54, 17, 'ast-site-content-layout', 'full-width-container'),
(55, 17, 'site-content-style', 'default'),
(56, 17, 'site-sidebar-style', 'default'),
(58, 17, 'astra-migrate-meta-layouts', 'set'),
(59, 17, 'ast-breadcrumbs-content', 'disabled'),
(60, 17, 'theme-transparent-header-meta', 'default'),
(61, 19, '_edit_last', '1'),
(62, 19, '_edit_lock', '1778074610:1'),
(63, 19, '_wp_page_template', 'elementor_header_footer'),
(70, 19, 'ast-featured-img', 'disabled'),
(66, 19, 'site-sidebar-layout', 'no-sidebar'),
(67, 19, 'ast-site-content-layout', 'full-width-container'),
(68, 19, 'site-content-style', 'default'),
(69, 19, 'site-sidebar-style', 'default'),
(71, 19, 'astra-migrate-meta-layouts', 'set'),
(72, 19, 'ast-breadcrumbs-content', 'disabled'),
(73, 19, 'theme-transparent-header-meta', 'default'),
(74, 21, '_edit_last', '1'),
(75, 21, '_wp_page_template', 'elementor_header_footer'),
(82, 21, 'ast-featured-img', 'disabled'),
(78, 21, 'site-sidebar-layout', 'no-sidebar'),
(79, 21, 'ast-site-content-layout', 'full-width-container'),
(80, 21, 'site-content-style', 'default'),
(81, 21, 'site-sidebar-style', 'default'),
(83, 21, 'astra-migrate-meta-layouts', 'set'),
(84, 21, 'ast-breadcrumbs-content', 'disabled'),
(85, 21, 'theme-transparent-header-meta', 'default'),
(86, 21, '_edit_lock', '1778074965:1'),
(87, 23, '_edit_last', '1'),
(88, 23, '_wp_page_template', 'elementor_header_footer'),
(95, 23, 'ast-featured-img', 'disabled'),
(91, 23, 'site-sidebar-layout', 'no-sidebar'),
(92, 23, 'ast-site-content-layout', 'full-width-container'),
(93, 23, 'site-content-style', 'default'),
(94, 23, 'site-sidebar-style', 'default'),
(96, 23, 'astra-migrate-meta-layouts', 'set'),
(97, 23, 'ast-breadcrumbs-content', 'disabled'),
(98, 23, 'theme-transparent-header-meta', 'default'),
(99, 23, '_edit_lock', '1778077815:1'),
(100, 25, '_menu_item_type', 'custom'),
(101, 25, '_menu_item_menu_item_parent', '0'),
(102, 25, '_menu_item_object_id', '25'),
(103, 25, '_menu_item_object', 'custom'),
(104, 25, '_menu_item_target', ''),
(105, 25, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(106, 25, '_menu_item_xfn', ''),
(107, 25, '_menu_item_url', 'https://mrarif.me/casabloomllc/'),
(108, 25, '_menu_item_orphaned', '1778048072'),
(109, 26, '_menu_item_type', 'post_type'),
(110, 26, '_menu_item_menu_item_parent', '0'),
(111, 26, '_menu_item_object_id', '15'),
(112, 26, '_menu_item_object', 'page'),
(113, 26, '_menu_item_target', ''),
(114, 26, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(115, 26, '_menu_item_xfn', ''),
(116, 26, '_menu_item_url', ''),
(167, 32, '_elementor_pro_version', '4.0.4'),
(118, 27, '_menu_item_type', 'post_type'),
(119, 27, '_menu_item_menu_item_parent', '0'),
(120, 27, '_menu_item_object_id', '21'),
(121, 27, '_menu_item_object', 'page'),
(122, 27, '_menu_item_target', ''),
(123, 27, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(124, 27, '_menu_item_xfn', ''),
(125, 27, '_menu_item_url', ''),
(164, 32, '_elementor_edit_mode', 'builder'),
(127, 28, '_menu_item_type', 'post_type'),
(128, 28, '_menu_item_menu_item_parent', '0'),
(129, 28, '_menu_item_object_id', '19'),
(130, 28, '_menu_item_object', 'page'),
(131, 28, '_menu_item_target', ''),
(132, 28, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(133, 28, '_menu_item_xfn', ''),
(134, 28, '_menu_item_url', ''),
(163, 32, '_elementor_source', 'post'),
(136, 29, '_menu_item_type', 'post_type'),
(137, 29, '_menu_item_menu_item_parent', '0'),
(138, 29, '_menu_item_object_id', '23'),
(139, 29, '_menu_item_object', 'page'),
(140, 29, '_menu_item_target', ''),
(141, 29, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(142, 29, '_menu_item_xfn', ''),
(143, 29, '_menu_item_url', ''),
(165, 32, '_elementor_template_type', 'header'),
(145, 30, '_menu_item_type', 'post_type'),
(146, 30, '_menu_item_menu_item_parent', '0'),
(147, 30, '_menu_item_object_id', '13'),
(148, 30, '_menu_item_object', 'page'),
(149, 30, '_menu_item_target', ''),
(150, 30, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(151, 30, '_menu_item_xfn', ''),
(152, 30, '_menu_item_url', ''),
(168, 32, '_astra_content_layout_flag', 'disabled'),
(154, 31, '_menu_item_type', 'post_type'),
(155, 31, '_menu_item_menu_item_parent', '0'),
(156, 31, '_menu_item_object_id', '17'),
(157, 31, '_menu_item_object', 'page'),
(158, 31, '_menu_item_target', ''),
(159, 31, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(160, 31, '_menu_item_xfn', ''),
(161, 31, '_menu_item_url', ''),
(166, 32, '_elementor_version', '4.0.6'),
(170, 32, 'ast-title-bar-display', 'disabled'),
(171, 32, 'ast-featured-img', 'disabled'),
(172, 32, 'ast-site-content-layout', 'full-width-container'),
(173, 32, 'site-sidebar-layout', 'no-sidebar'),
(202, 32, '_elementor_data', '[{\"id\":\"30391bd6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\"},\"elements\":[{\"id\":\"8de7e45\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":22},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"7aecdb07\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":38,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/logo-scaled.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"497aff94\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":78},\"flex_justify_content\":\"flex-end\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"2c1b634c\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"77acc13f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":164,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":134,\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"id\":53,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Banner-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f25b0fa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8462f23\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f25e330\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"pp_condition_key\":\"page\",\"pp_condition_operator\":\"not\",\"_id\":\"eda4653\",\"pp_condition_page_value\":[\"10\"],\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color\":\"#0604AC2E\",\"background_overlay_color_b\":\"#1E293B\",\"css_classes\":\"header-breadcrumbs-section\",\"e_display_conditions\":[\"[[{\\\"condition\\\":\\\"page_title\\\",\\\"comparator\\\":\\\"is_not\\\",\\\"titles\\\":[{\\\"id\\\":13,\\\"text\\\":\\\"Home\\\"}]}]]\"],\"min_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[{\"id\":\"7f01ff0b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"page-title\\\" settings=\\\"%7B%22include_context%22%3A%22%22%2C%22show_home_title%22%3A%22%22%2C%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"3b30e8f\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_animation\":\"zoomIn\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"theme-page-title\"}],\"isInner\":false}]'),
(175, 32, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:6235a6c47f65a3aca2fc5a7c56ad64e4'),
(176, 32, '_edit_lock', '1778074763:1'),
(177, 6, '_elementor_migrations_state_61cb', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(179, 33, '_elementor_edit_mode', 'builder'),
(180, 33, '_elementor_template_type', 'section'),
(181, 33, '_elementor_version', '4.0.6'),
(182, 33, '_elementor_pro_version', '4.0.4'),
(183, 33, '_elementor_page_settings', 'a:0:{}');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(184, 33, '_elementor_data', '[{\"id\":\"2cc1837f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"755e6a63\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4bd54483\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:info@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"37bd4bb6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"8977c54\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a75682\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/modernhomecarehh\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"da32d70\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/modernhomecarellc?fbclid=IwZXh0bgNhZW0CMTAAAR2vcF8ghFhyPcka4WAqv2s18S8Bmgs7v24ryKWPZSfs1S7ukdm-Tlgyn2Y_aem_wYugYGBVO_28k3uF4EikcA\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"12fb34f\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/@modernhomecare\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2fa6f77\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2bad6424\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":22},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"13dd7fe2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1f138702\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":78},\"flex_justify_content\":\"flex-end\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2a110375\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor0\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor0\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"submenu_icon\":{\"value\":\"fas fa-caret-down\",\"library\":\"fa-solid\"},\"toggle_icon\":{\"value\":\"fas fa-bars\",\"library\":\"fa-solid\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"65ee5e9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3a96109\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"row\",\"flex_justify_content_tablet\":\"flex-start\",\"flex_align_items_tablet_extra\":\"flex-start\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"516a0d65\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:info@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"icon_align_tablet\":\"left\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6673187b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_align_items_tablet_extra\":\"flex-end\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4c4aada3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"c2b233f\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/cffhealthcare\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-x-twitter\",\"library\":\"fa-brands\"},\"_id\":\"1a3c446\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/cffhealthcare\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"_id\":\"60a91b8\",\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/cffhealthcare?_l=en_US\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"5e2324d\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/cffhealthcare\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"shape\":\"circle\",\"content_width\":\"full\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"bd7dd28\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"flex_wrap_mobile\":\"nowrap\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"66558b7c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5f07aac2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5b0ec000\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80},\"flex_justify_content\":\"flex-end\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_direction_mobile\":\"row-reverse\",\"flex_justify_content_mobile\":\"flex-start\",\"flex_wrap_mobile\":\"nowrap\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3a4ce56a\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"globals\\/colors?id=astglobalcolor2\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_color\":\"globals\\/colors?id=astglobalcolor2\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor0\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"color_menu_item\":\"#1e293b\",\"color_menu_item_hover\":\"#00bfff\",\"color_menu_item_active\":\"#00bfff\",\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#48aaad\",\"color_dropdown_item_hover\":\"#1e293b\",\"background_color_dropdown_item_hover\":\"#00bfff\",\"color_dropdown_item_active\":\"#1e293b\",\"background_color_dropdown_item_active\":\"#00bfff\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#F0F5FA36\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#48aaad\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#1e293b\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1e293b\",\"mobile_sub_link_color\":\"#334155\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#48aaad\",\"mobile_sub_link_bg_hover\":\"#48aaad\",\"mobile_sub_link_hover\":\"#1e293b\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"submenu_icon\":{\"value\":\"fas fa-caret-down\",\"library\":\"fa-solid\"},\"toggle_icon\":{\"value\":\"fas fa-bars\",\"library\":\"fa-solid\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"},{\"id\":\"7929ed28\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now \",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"730407e\",\"pp_condition_date_time_before_value\":\"2024-10-27 14:19\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5a9e39e1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":164,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":134,\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f25b0fa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8462f23\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f25e330\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"pp_condition_key\":\"page\",\"pp_condition_operator\":\"not\",\"_id\":\"eda4653\",\"pp_condition_page_value\":[\"10\"],\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_overlay_color_b\":\"\"},\"background_overlay_color\":\"#48aaad\",\"background_overlay_color_b\":\"#1E293B52\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"css_classes\":\"header-breadcrumbs-section\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1d8709a2\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"page-title\\\" settings=\\\"%7B%22include_context%22%3A%22%22%2C%22show_home_title%22%3A%22%22%2C%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"3b30e8f\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_animation\":\"zoomIn\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"theme-page-title\"}],\"isInner\":false},{\"id\":\"15d86e9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#121212\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"37fcd9fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"709410b5\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"pp_display_conditions\":[{\"_id\":\"5313b69\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"large\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"412fead\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pharmaceutical, Medical Device, and Biotech life sciences consulting firm.<\\/p>\",\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"37d413f\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9666b2b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"74cd458d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e408882\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Our Approach\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"459235d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Industries\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"428ddef\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Practice Areas\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0786040\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"45484e0\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Free Checklists\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"616a050\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Blog\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b46ba8d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Press\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ef98a52\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7c5be879\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1e8df534\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f503f11\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location Here\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"857a7bd\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},{\"text\":\"Direct:  XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f722a06\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"icon_vertical_offset_mobile_extra\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_self_align_mobile_extra\":\"left\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_vertical_offset_tablet\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"43c83d6a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"_id\":\"1a3c446\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"60a91b8\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"5e2324d\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"c2b233f\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fe20157\",\"pp_condition_date_time_before_value\":\"2023-11-15 04:40\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"align_tablet\":\"center\",\"hover_secondary_color\":\"#b20602\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6b0cac50\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor2\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"512ff413\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"360a38a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\\u00a9 Copyright 2024 all rights reserved\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor5\",\"text_color_hover\":\"\"},\"text_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"500\",\"view\":\"inline\",\"icon_align\":\"left\",\"icon_align_mobile\":\"center\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"572d2dea\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"ea6063c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Statement\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Accessibility Statement\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"bc3708c\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor5\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor0\"},\"text_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"400\",\"view\":\"inline\",\"icon_align\":\"right\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(185, 34, '_elementor_edit_mode', 'builder'),
(186, 34, '_elementor_template_type', 'section'),
(187, 34, '_elementor_version', '4.0.6'),
(188, 34, '_elementor_pro_version', '4.0.4'),
(189, 34, '_elementor_page_settings', 'a:0:{}');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(190, 34, '_elementor_data', '[{\"id\":\"2cc1837f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"755e6a63\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4bd54483\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:info@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"37bd4bb6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_justify_content_tablet_extra\":\"center\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"8977c54\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"1a75682\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/modernhomecarehh\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"da32d70\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/modernhomecarellc?fbclid=IwZXh0bgNhZW0CMTAAAR2vcF8ghFhyPcka4WAqv2s18S8Bmgs7v24ryKWPZSfs1S7ukdm-Tlgyn2Y_aem_wYugYGBVO_28k3uF4EikcA\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"12fb34f\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/@modernhomecare\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2fa6f77\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2bad6424\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":22},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"13dd7fe2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1f138702\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":78},\"flex_justify_content\":\"flex-end\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2a110375\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor0\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor0\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"},\"submenu_icon\":{\"value\":\"fas fa-caret-down\",\"library\":\"fa-solid\"},\"toggle_icon\":{\"value\":\"fas fa-bars\",\"library\":\"fa-solid\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"65ee5e9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"29f1307\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fa260ad\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"cedb743\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"007c566\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"flex_gap\":{\"column\":\"10\",\"row\":\"10\",\"isLinked\":true,\"unit\":\"px\",\"size\":10},\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3a96109\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_direction_tablet\":\"row\",\"flex_justify_content_tablet\":\"flex-start\",\"flex_align_items_tablet_extra\":\"flex-start\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"516a0d65\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"f9bb7da\",\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@gmail.com\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"_id\":\"1ee7ee1\",\"link\":{\"url\":\"mailto:info@gmail.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"icon_align_tablet_extra\":\"center\",\"icon_color\":\"#fafafa\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"text_color\":\"#ffffff\",\"pp_display_conditions\":[{\"_id\":\"687bdf5\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"\",\"text_color\":\"globals\\/colors?id=astglobalcolor4\",\"text_color_hover\":\"\"},\"icon_color_hover\":\"#E4E4E4\",\"text_color_hover\":\"#E4E4E4\",\"icon_align_tablet\":\"left\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6673187b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"flex_wrap_tablet_extra\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f9f92a0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"d292bd0\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"ad6ad10\"}],\"pp_display_conditions\":[{\"_id\":\"a7020fb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"padding\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":false},\"padding_widescreen\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_align_items_tablet_extra\":\"flex-end\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4c4aada3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"c2b233f\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/cffhealthcare\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-x-twitter\",\"library\":\"fa-brands\"},\"_id\":\"1a3c446\",\"link\":{\"url\":\"https:\\/\\/twitter.com\\/cffhealthcare\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"_id\":\"60a91b8\",\"link\":{\"url\":\"https:\\/\\/www.linkedin.com\\/cffhealthcare?_l=en_US\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"5e2324d\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/cffhealthcare\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.4,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"589cdcb\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"shape\":\"circle\",\"content_width\":\"full\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"bd7dd28\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"flex_wrap_mobile\":\"nowrap\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"66558b7c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5f07aac2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5b0ec000\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80},\"flex_justify_content\":\"flex-end\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_direction_mobile\":\"row-reverse\",\"flex_justify_content_mobile\":\"flex-start\",\"flex_wrap_mobile\":\"nowrap\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3a4ce56a\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"globals\\/colors?id=astglobalcolor2\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_color\":\"globals\\/colors?id=astglobalcolor2\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor0\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"color_menu_item\":\"#1e293b\",\"color_menu_item_hover\":\"#00bfff\",\"color_menu_item_active\":\"#00bfff\",\"color_dropdown_item\":\"#FFFFFF\",\"background_color_dropdown_item\":\"#48aaad\",\"color_dropdown_item_hover\":\"#1e293b\",\"background_color_dropdown_item_hover\":\"#00bfff\",\"color_dropdown_item_active\":\"#1e293b\",\"background_color_dropdown_item_active\":\"#00bfff\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#F0F5FA36\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#48aaad\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#1e293b\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1e293b\",\"mobile_sub_link_color\":\"#334155\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#48aaad\",\"mobile_sub_link_bg_hover\":\"#48aaad\",\"mobile_sub_link_hover\":\"#1e293b\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"submenu_icon\":{\"value\":\"fas fa-caret-down\",\"library\":\"fa-solid\"},\"toggle_icon\":{\"value\":\"fas fa-bars\",\"library\":\"fa-solid\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"},{\"id\":\"7929ed28\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now \",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"25\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"730407e\",\"pp_condition_date_time_before_value\":\"2024-10-27 14:19\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5a9e39e1\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":164,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":134,\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f25b0fa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8462f23\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f25e330\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"pp_condition_key\":\"page\",\"pp_condition_operator\":\"not\",\"_id\":\"eda4653\",\"pp_condition_page_value\":[\"10\"],\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_overlay_color_b\":\"\"},\"background_overlay_color\":\"#48aaad\",\"background_overlay_color_b\":\"#1E293B52\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"css_classes\":\"header-breadcrumbs-section\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1d8709a2\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"page-title\\\" settings=\\\"%7B%22include_context%22%3A%22%22%2C%22show_home_title%22%3A%22%22%2C%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"3b30e8f\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_animation\":\"zoomIn\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"theme-page-title\"}],\"isInner\":false},{\"id\":\"15d86e9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#121212\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"37fcd9fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"709410b5\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"pp_display_conditions\":[{\"_id\":\"5313b69\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"image_size\":\"large\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"412fead\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pharmaceutical, Medical Device, and Biotech life sciences consulting firm.<\\/p>\",\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"37d413f\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9666b2b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"74cd458d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e408882\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Our Approach\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"459235d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Industries\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"428ddef\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Practice Areas\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0786040\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"45484e0\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Free Checklists\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"616a050\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Blog\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b46ba8d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Press\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ef98a52\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7c5be879\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1e8df534\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f503f11\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location Here\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"857a7bd\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},{\"text\":\"Direct:  XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f722a06\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"icon_vertical_offset_mobile_extra\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_self_align_mobile_extra\":\"left\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_vertical_offset_tablet\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"43c83d6a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"_id\":\"1a3c446\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"60a91b8\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"5e2324d\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"c2b233f\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fe20157\",\"pp_condition_date_time_before_value\":\"2023-11-15 04:40\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"align_tablet\":\"center\",\"hover_secondary_color\":\"#b20602\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6b0cac50\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor2\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"512ff413\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"360a38a3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\\u00a9 Copyright 2024 all rights reserved\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor5\",\"text_color_hover\":\"\"},\"text_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"500\",\"view\":\"inline\",\"icon_align\":\"left\",\"icon_align_mobile\":\"center\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"572d2dea\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"ea6063c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Statement\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Accessibility Statement\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"bc3708c\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\",\"pp_condition_device_type_value\":\"mobile\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor5\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor0\"},\"text_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"400\",\"view\":\"inline\",\"icon_align\":\"right\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(192, 33, '_elementor_controls_usage', 'a:10:{s:9:\"icon-list\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:4:\"view\";i:4;s:9:\"icon_list\";i:6;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:6:{s:13:\"space_between\";i:6;s:7:\"divider\";i:2;s:14:\"divider_height\";i:2;s:17:\"icon_align_tablet\";i:5;s:10:\"icon_align\";i:2;s:17:\"icon_align_mobile\";i:1;}s:18:\"section_icon_style\";a:4:{s:10:\"icon_color\";i:2;s:16:\"icon_color_hover\";i:2;s:24:\"icon_self_vertical_align\";i:1;s:20:\"icon_vertical_offset\";i:1;}s:18:\"section_text_style\";a:5:{s:26:\"icon_typography_typography\";i:6;s:25:\"icon_typography_font_size\";i:6;s:10:\"text_color\";i:6;s:16:\"text_color_hover\";i:2;s:27:\"icon_typography_font_weight\";i:4;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:20;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:9:{s:14:\"flex_direction\";i:15;s:20:\"flex_justify_content\";i:9;s:16:\"flex_align_items\";i:8;s:8:\"flex_gap\";i:4;s:13:\"content_width\";i:11;s:5:\"width\";i:8;s:10:\"min_height\";i:1;s:11:\"boxed_width\";i:4;s:9:\"flex_wrap\";i:3;}}s:5:\"style\";a:4:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:20;}s:18:\"section_background\";a:6:{s:21:\"background_background\";i:6;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;s:33:\"background_overlay_gradient_angle\";i:1;}}s:8:\"advanced\";a:4:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:20;}s:14:\"section_layout\";a:2:{s:7:\"padding\";i:13;s:11:\"css_classes\";i:2;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:2;}s:15:\"section_effects\";a:2:{s:6:\"sticky\";i:1;s:21:\"sticky_effects_offset\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:4:{s:16:\"social_icon_list\";i:3;s:5:\"shape\";i:2;s:5:\"align\";i:1;s:12:\"align_tablet\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:5:{s:10:\"icon_color\";i:3;s:9:\"icon_size\";i:3;s:12:\"icon_padding\";i:3;s:12:\"icon_spacing\";i:3;s:13:\"border_radius\";i:3;}s:20:\"section_social_hover\";a:1:{s:21:\"hover_secondary_color\";i:1;}}s:8:\"advanced\";a:3:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:19:\"_section_responsive\";a:2:{s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:2;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:2;s:10:\"image_size\";i:2;s:7:\"link_to\";i:2;s:4:\"link\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:5:\"align\";i:2;s:5:\"space\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:16:\"pp-advanced-menu\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_layout\";a:4:{s:11:\"align_items\";i:2;s:7:\"pointer\";i:2;s:9:\"menu_type\";i:2;s:12:\"toggle_align\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}s:5:\"style\";a:5:{s:12:\"style_toggle\";a:4:{s:23:\"toggle_background_color\";i:2;s:29:\"toggle_background_color_hover\";i:2;s:12:\"toggle_color\";i:2;s:18:\"toggle_color_hover\";i:2;}s:16:\"style_responsive\";a:13:{s:18:\"offcanvas_position\";i:2;s:27:\"close_icon_background_color\";i:2;s:33:\"close_icon_background_color_hover\";i:2;s:16:\"overlay_bg_color\";i:2;s:17:\"mobile_link_color\";i:2;s:24:\"mobile_sub_link_bg_color\";i:2;s:21:\"mobile_sub_link_color\";i:2;s:17:\"mobile_link_hover\";i:2;s:20:\"mobile_link_bg_hover\";i:2;s:24:\"mobile_sub_link_bg_hover\";i:2;s:21:\"mobile_sub_link_hover\";i:2;s:16:\"close_icon_color\";i:2;s:22:\"close_icon_color_hover\";i:2;}s:16:\"style_typography\";a:8:{s:26:\"menu_typography_typography\";i:2;s:25:\"menu_typography_font_size\";i:2;s:27:\"menu_typography_font_weight\";i:2;s:30:\"dropdown_typography_typography\";i:2;s:31:\"dropdown_typography_font_weight\";i:2;s:30:\"menu_typography_text_transform\";i:2;s:30:\"menu_typography_letter_spacing\";i:2;s:29:\"dropdown_typography_font_size\";i:2;}s:23:\"section_style_main_menu\";a:4:{s:28:\"padding_horizontal_menu_item\";i:2;s:15:\"color_menu_item\";i:2;s:21:\"color_menu_item_hover\";i:2;s:22:\"color_menu_item_active\";i:2;}s:22:\"section_style_dropdown\";a:11:{s:19:\"color_dropdown_item\";i:2;s:30:\"background_color_dropdown_item\";i:2;s:25:\"color_dropdown_item_hover\";i:2;s:36:\"background_color_dropdown_item_hover\";i:2;s:26:\"color_dropdown_item_active\";i:2;s:37:\"background_color_dropdown_item_active\";i:2;s:23:\"dropdown_divider_border\";i:2;s:22:\"dropdown_divider_color\";i:2;s:22:\"dropdown_divider_width\";i:2;s:35:\"dropdown_box_shadow_box_shadow_type\";i:1;s:30:\"dropdown_box_shadow_box_shadow\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:12:\"text_padding\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:16:\"theme-page-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:15:\"theme-site-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:10:\"image_size\";i:1;s:5:\"image\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:21:\"typography_typography\";i:1;s:11:\"title_color\";i:2;}}}}}'),
(193, 33, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(194, 35, '_elementor_source', 'post'),
(195, 35, '_elementor_edit_mode', 'builder'),
(196, 35, '_elementor_template_type', 'header'),
(197, 35, '_elementor_version', '4.0.6'),
(198, 35, '_elementor_pro_version', '4.0.4'),
(199, 35, '_elementor_page_settings', 'a:0:{}'),
(200, 35, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(201, 32, '_wp_page_template', 'default'),
(203, 36, '_elementor_source', 'post'),
(204, 36, '_elementor_edit_mode', 'builder'),
(205, 36, '_elementor_template_type', 'header'),
(206, 36, '_elementor_version', '4.0.6'),
(207, 36, '_elementor_pro_version', '4.0.4'),
(208, 36, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(209, 36, '_wp_page_template', 'default'),
(210, 36, '_elementor_data', '[{\"id\":\"30391bd6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\"},\"elements\":[{\"id\":\"8de7e45\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":22},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"7aecdb07\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"497aff94\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":78},\"flex_justify_content\":\"flex-end\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"2c1b634c\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor0\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor0\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"77acc13f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":164,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":134,\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f25b0fa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8462f23\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f25e330\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"pp_condition_key\":\"page\",\"pp_condition_operator\":\"not\",\"_id\":\"eda4653\",\"pp_condition_page_value\":[\"10\"],\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_overlay_color_b\":\"\"},\"background_overlay_color\":\"#48aaad\",\"background_overlay_color_b\":\"#1E293B52\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"css_classes\":\"header-breadcrumbs-section\"},\"elements\":[{\"id\":\"7f01ff0b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"page-title\\\" settings=\\\"%7B%22include_context%22%3A%22%22%2C%22show_home_title%22%3A%22%22%2C%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"3b30e8f\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_animation\":\"zoomIn\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"theme-page-title\"}],\"isInner\":false}]'),
(2507, 264, '_elementor_edit_mode', 'builder'),
(217, 37, '_elementor_source', 'post'),
(218, 37, '_elementor_edit_mode', 'builder'),
(219, 37, '_elementor_template_type', 'header'),
(220, 37, '_elementor_version', '4.0.6'),
(221, 37, '_elementor_pro_version', '4.0.4'),
(222, 37, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(223, 37, '_wp_page_template', 'default'),
(224, 37, '_elementor_data', '[{\"id\":\"30391bd6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor5\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\"},\"elements\":[{\"id\":\"8de7e45\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":22},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"7aecdb07\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"497aff94\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":78},\"flex_justify_content\":\"flex-end\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"2c1b634c\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor0\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor0\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"77acc13f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":164,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":134,\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f25b0fa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8462f23\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f25e330\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"pp_condition_key\":\"page\",\"pp_condition_operator\":\"not\",\"_id\":\"eda4653\",\"pp_condition_page_value\":[\"10\"],\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_overlay_color_b\":\"\"},\"background_overlay_color\":\"#48aaad\",\"background_overlay_color_b\":\"#1E293B52\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"css_classes\":\"header-breadcrumbs-section\",\"e_display_conditions\":[\"[[{\\\"condition\\\":\\\"page_title\\\",\\\"comparator\\\":\\\"is_not\\\",\\\"titles\\\":[{\\\"id\\\":13,\\\"text\\\":\\\"Home\\\"}]}]]\"]},\"elements\":[{\"id\":\"7f01ff0b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"page-title\\\" settings=\\\"%7B%22include_context%22%3A%22%22%2C%22show_home_title%22%3A%22%22%2C%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"3b30e8f\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_animation\":\"zoomIn\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"theme-page-title\"}],\"isInner\":false}]'),
(214, 32, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(237, 39, '_elementor_source', 'post'),
(238, 39, '_elementor_edit_mode', 'builder'),
(239, 39, '_elementor_template_type', 'header'),
(240, 39, '_elementor_version', '4.0.6'),
(241, 39, '_elementor_pro_version', '4.0.4'),
(242, 39, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(243, 39, '_wp_page_template', 'default'),
(244, 39, '_elementor_data', '[{\"id\":\"30391bd6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\"},\"elements\":[{\"id\":\"8de7e45\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":22},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"7aecdb07\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":38,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/logo-scaled.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"497aff94\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":78},\"flex_justify_content\":\"flex-end\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"2c1b634c\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor0\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor0\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"77acc13f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":164,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":134,\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f25b0fa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8462f23\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f25e330\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"pp_condition_key\":\"page\",\"pp_condition_operator\":\"not\",\"_id\":\"eda4653\",\"pp_condition_page_value\":[\"10\"],\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_overlay_color_b\":\"\"},\"background_overlay_color\":\"#48aaad\",\"background_overlay_color_b\":\"#1E293B52\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"css_classes\":\"header-breadcrumbs-section\",\"e_display_conditions\":[\"[[{\\\"condition\\\":\\\"page_title\\\",\\\"comparator\\\":\\\"is_not\\\",\\\"titles\\\":[{\\\"id\\\":13,\\\"text\\\":\\\"Home\\\"}]}]]\"]},\"elements\":[{\"id\":\"7f01ff0b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"page-title\\\" settings=\\\"%7B%22include_context%22%3A%22%22%2C%22show_home_title%22%3A%22%22%2C%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"3b30e8f\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_animation\":\"zoomIn\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"theme-page-title\"}],\"isInner\":false}]'),
(226, 37, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(286, 45, '_elementor_source', 'post'),
(287, 45, '_elementor_edit_mode', 'builder'),
(288, 45, '_elementor_template_type', 'header'),
(289, 45, '_elementor_version', '4.0.6'),
(290, 45, '_elementor_pro_version', '4.0.4'),
(291, 45, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(292, 45, '_wp_page_template', 'default');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(293, 45, '_elementor_data', '[{\"id\":\"30391bd6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\"},\"elements\":[{\"id\":\"8de7e45\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":22},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"7aecdb07\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":38,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/logo-scaled.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"497aff94\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":78},\"flex_justify_content\":\"flex-end\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"2c1b634c\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"77acc13f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":164,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":134,\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"\",\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f25b0fa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8462f23\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f25e330\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"pp_condition_key\":\"page\",\"pp_condition_operator\":\"not\",\"_id\":\"eda4653\",\"pp_condition_page_value\":[\"10\"],\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_overlay_color_b\":\"\"},\"background_overlay_color\":\"#48aaad\",\"background_overlay_color_b\":\"#1E293B52\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"css_classes\":\"header-breadcrumbs-section\",\"e_display_conditions\":[\"[[{\\\"condition\\\":\\\"page_title\\\",\\\"comparator\\\":\\\"is_not\\\",\\\"titles\\\":[{\\\"id\\\":13,\\\"text\\\":\\\"Home\\\"}]}]]\"]},\"elements\":[{\"id\":\"7f01ff0b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"page-title\\\" settings=\\\"%7B%22include_context%22%3A%22%22%2C%22show_home_title%22%3A%22%22%2C%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"3b30e8f\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_animation\":\"zoomIn\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"theme-page-title\"}],\"isInner\":false}]'),
(2506, 264, '_elementor_source', 'post'),
(2401, 254, '_elementor_source', 'post'),
(2402, 254, '_elementor_edit_mode', 'builder'),
(2403, 254, '_elementor_template_type', 'header'),
(2404, 254, '_elementor_version', '4.0.6'),
(2405, 254, '_elementor_pro_version', '4.0.4'),
(2406, 254, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(2407, 254, '_wp_page_template', 'default'),
(2408, 254, '_elementor_data', '[{\"id\":\"30391bd6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\"},\"elements\":[{\"id\":\"8de7e45\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":22},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"7aecdb07\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":38,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/logo-scaled.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"497aff94\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":78},\"flex_justify_content\":\"flex-end\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"2c1b634c\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"77acc13f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":164,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":134,\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"id\":253,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Casa-bloom-LLC-aa.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f25b0fa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8462f23\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f25e330\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"pp_condition_key\":\"page\",\"pp_condition_operator\":\"not\",\"_id\":\"eda4653\",\"pp_condition_page_value\":[\"10\"],\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_overlay_color_b\":\"\"},\"background_overlay_color\":\"#48aaad\",\"background_overlay_color_b\":\"#1E293B52\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"css_classes\":\"header-breadcrumbs-section\",\"e_display_conditions\":[\"[[{\\\"condition\\\":\\\"page_title\\\",\\\"comparator\\\":\\\"is_not\\\",\\\"titles\\\":[{\\\"id\\\":13,\\\"text\\\":\\\"Home\\\"}]}]]\"]},\"elements\":[{\"id\":\"7f01ff0b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"page-title\\\" settings=\\\"%7B%22include_context%22%3A%22%22%2C%22show_home_title%22%3A%22%22%2C%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"3b30e8f\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_animation\":\"zoomIn\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"theme-page-title\"}],\"isInner\":false}]'),
(283, 44, '_wp_trash_meta_status', 'publish'),
(284, 44, '_wp_trash_meta_time', '1778048905'),
(234, 38, '_wp_attached_file', '2026/05/logo-scaled.png'),
(235, 38, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:942;s:4:\"file\";s:23:\"2026/05/logo-scaled.png\";s:8:\"filesize\";i:584500;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"logo-scaled-300x110.png\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26665;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"logo-scaled-1024x377.png\";s:5:\"width\";i:1024;s:6:\"height\";i:377;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:157250;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"logo-scaled-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20806;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"logo-scaled-768x283.png\";s:5:\"width\";i:768;s:6:\"height\";i:283;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:103194;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"logo-scaled-1536x565.png\";s:5:\"width\";i:1536;s:6:\"height\";i:565;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:284530;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:24:\"logo-scaled-2048x754.png\";s:5:\"width\";i:2048;s:6:\"height\";i:754;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:442054;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(246, 39, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(294, 45, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(253, 40, '_wp_trash_meta_status', 'publish'),
(254, 40, '_wp_trash_meta_time', '1778048730'),
(255, 41, '_wp_trash_meta_status', 'publish'),
(256, 41, '_wp_trash_meta_time', '1778048739'),
(257, 6, '_edit_lock', '1778049049:1'),
(258, 42, '_elementor_edit_mode', 'builder'),
(259, 42, '_elementor_template_type', 'kit'),
(260, 42, '_elementor_migrations_state_8b2d', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(261, 42, '_elementor_migrations_state_61cb', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(263, 6, '_wp_page_template', 'default'),
(264, 6, '_elementor_page_settings', 'a:19:{s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:13:\"system_colors\";a:4:{i:0;a:2:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";}i:1;a:2:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";}i:2;a:2:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";}i:3;a:2:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:14:\"Casa Bloom LLC\";s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1240;s:5:\"sizes\";a:0:{}}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:18:\"active_breakpoints\";a:5:{i:0;s:15:\"viewport_mobile\";i:1;s:21:\"viewport_mobile_extra\";i:2;s:15:\"viewport_tablet\";i:3;s:21:\"viewport_tablet_extra\";i:4;s:19:\"viewport_widescreen\";}s:15:\"viewport_mobile\";i:480;s:21:\"viewport_mobile_extra\";i:767;s:15:\"viewport_tablet\";i:991;s:21:\"viewport_tablet_extra\";i:1199;s:19:\"viewport_widescreen\";i:1200;s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:481;s:11:\"viewport_lg\";i:992;s:16:\"site_description\";s:7:\"Welcome\";}'),
(265, 6, '_elementor_data', '[]'),
(266, 43, '_elementor_edit_mode', 'builder'),
(267, 43, '_elementor_template_type', 'kit'),
(268, 43, '_elementor_migrations_state_8b2d', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(269, 43, '_elementor_migrations_state_61cb', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(271, 43, '_wp_page_template', 'default'),
(272, 43, '_elementor_page_settings', 'a:11:{s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:13:\"system_colors\";a:4:{i:0;a:2:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";}i:1;a:2:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";}i:2;a:2:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";}i:3;a:2:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:14:\"Casa Bloom LLC\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),
(273, 43, '_elementor_data', '[]'),
(275, 6, '_elementor_version', '4.0.6'),
(276, 6, '_elementor_pro_version', '4.0.4'),
(2454, 260, '_elementor_source', 'post'),
(2455, 260, '_elementor_edit_mode', 'builder'),
(2456, 260, '_elementor_template_type', 'header'),
(2457, 260, '_elementor_version', '4.0.6'),
(2458, 260, '_elementor_pro_version', '4.0.4'),
(2459, 260, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(2460, 260, '_wp_page_template', 'default'),
(2461, 260, '_elementor_data', '[{\"id\":\"30391bd6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\"},\"elements\":[{\"id\":\"8de7e45\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":22},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"7aecdb07\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":38,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/logo-scaled.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"497aff94\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":78},\"flex_justify_content\":\"flex-end\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"2c1b634c\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"77acc13f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":164,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":134,\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"id\":259,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Casa-bloom-LLC-breadcrumb-ab.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f25b0fa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8462f23\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f25e330\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.71,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"pp_condition_key\":\"page\",\"pp_condition_operator\":\"not\",\"_id\":\"eda4653\",\"pp_condition_page_value\":[\"10\"],\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=astglobalcolor0\",\"background_overlay_color_b\":\"\"},\"background_overlay_color\":\"#48aaad\",\"background_overlay_color_b\":\"#1E293B52\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"css_classes\":\"header-breadcrumbs-section\",\"e_display_conditions\":[\"[[{\\\"condition\\\":\\\"page_title\\\",\\\"comparator\\\":\\\"is_not\\\",\\\"titles\\\":[{\\\"id\\\":13,\\\"text\\\":\\\"Home\\\"}]}]]\"]},\"elements\":[{\"id\":\"7f01ff0b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"page-title\\\" settings=\\\"%7B%22include_context%22%3A%22%22%2C%22show_home_title%22%3A%22%22%2C%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"3b30e8f\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_animation\":\"zoomIn\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"theme-page-title\"}],\"isInner\":false}]'),
(302, 13, '_elementor_edit_mode', 'builder'),
(303, 13, '_astra_content_layout_flag', 'disabled'),
(304, 13, 'ast-title-bar-display', 'disabled'),
(305, 13, '_elementor_template_type', 'wp-page'),
(306, 13, '_elementor_version', '4.0.6'),
(307, 13, '_elementor_pro_version', '4.0.4'),
(309, 13, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:6235a6c47f65a3aca2fc5a7c56ad64e4'),
(310, 46, '_wp_page_template', 'elementor_header_footer'),
(312, 46, '_elementor_edit_mode', 'builder'),
(313, 46, '_elementor_template_type', 'wp-page'),
(314, 46, '_elementor_version', '4.0.6'),
(315, 46, '_elementor_pro_version', '4.0.4'),
(316, 46, '_elementor_page_settings', 'a:0:{}'),
(317, 46, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(318, 47, '_wp_page_template', 'elementor_header_footer'),
(320, 47, '_elementor_edit_mode', 'builder'),
(321, 47, '_elementor_template_type', 'wp-page'),
(322, 47, '_elementor_version', '4.0.6'),
(323, 47, '_elementor_pro_version', '4.0.4'),
(324, 47, '_elementor_page_settings', 'a:0:{}'),
(325, 47, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(327, 48, '_wp_page_template', 'elementor_header_footer'),
(329, 48, '_elementor_edit_mode', 'builder'),
(330, 48, '_elementor_template_type', 'wp-page'),
(331, 48, '_elementor_version', '4.0.6'),
(332, 48, '_elementor_pro_version', '4.0.4'),
(333, 48, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(334, 48, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}]},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h1\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(351, 54, '_wp_page_template', 'elementor_header_footer'),
(353, 54, '_elementor_edit_mode', 'builder'),
(354, 54, '_elementor_template_type', 'wp-page'),
(355, 54, '_elementor_version', '4.0.6'),
(356, 54, '_elementor_pro_version', '4.0.4'),
(357, 54, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(358, 54, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}]},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h1\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(391, 58, '_elementor_edit_mode', 'builder'),
(411, 60, '_wp_page_template', 'elementor_header_footer'),
(392, 58, '_elementor_template_type', 'wp-page'),
(393, 58, '_elementor_version', '4.0.6'),
(394, 58, '_elementor_pro_version', '4.0.4'),
(395, 58, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(396, 58, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Banner-img.jpg\",\"id\":53,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}]},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h1\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(339, 49, '_edit_lock', '1778049244:1'),
(340, 49, '_wp_trash_meta_status', 'publish'),
(341, 49, '_wp_trash_meta_time', '1778049287'),
(342, 50, '_edit_lock', '1778049306:1'),
(343, 50, '_wp_trash_meta_status', 'publish'),
(344, 50, '_wp_trash_meta_time', '1778049314'),
(345, 51, '_wp_trash_meta_status', 'publish'),
(346, 51, '_wp_trash_meta_time', '1778049367'),
(347, 52, '_wp_trash_meta_status', 'publish'),
(348, 52, '_wp_trash_meta_time', '1778049382'),
(349, 53, '_wp_attached_file', '2026/05/Banner-img.jpg'),
(350, 53, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2026/05/Banner-img.jpg\";s:8:\"filesize\";i:621820;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Banner-img-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27009;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"Banner-img-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:216075;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Banner-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13192;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Banner-img-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132747;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"Banner-img-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:412893;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(359, 54, '_elementor_page_settings', 'a:0:{}'),
(362, 55, '_wp_page_template', 'elementor_header_footer'),
(364, 55, '_elementor_edit_mode', 'builder'),
(365, 55, '_elementor_template_type', 'wp-page'),
(366, 55, '_elementor_version', '4.0.6'),
(367, 55, '_elementor_pro_version', '4.0.4'),
(368, 55, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(369, 55, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}]},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h1\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(370, 55, '_elementor_page_settings', 'a:0:{}'),
(373, 56, '_wp_page_template', 'elementor_header_footer'),
(375, 56, '_elementor_edit_mode', 'builder'),
(376, 56, '_elementor_template_type', 'wp-page'),
(377, 56, '_elementor_version', '4.0.6'),
(378, 56, '_elementor_pro_version', '4.0.4'),
(379, 56, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(380, 56, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Banner-img.jpg\",\"id\":53,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}]},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h1\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(389, 58, '_wp_page_template', 'elementor_header_footer'),
(427, 61, '_elementor_edit_mode', 'builder'),
(428, 61, '_elementor_template_type', 'wp-page'),
(429, 61, '_elementor_version', '4.0.6'),
(430, 61, '_elementor_pro_version', '4.0.4'),
(431, 61, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(432, 61, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-img-1.jpg\",\"id\":57,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}]},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h1\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(387, 57, '_wp_attached_file', '2026/05/banner-img-1.jpg'),
(388, 57, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:24:\"2026/05/banner-img-1.jpg\";s:8:\"filesize\";i:278184;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"banner-img-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13400;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"banner-img-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92660;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"banner-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7768;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"banner-img-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57249;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"banner-img-1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:183142;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(397, 58, '_elementor_page_settings', 'a:0:{}'),
(400, 59, '_wp_page_template', 'elementor_header_footer'),
(402, 59, '_elementor_edit_mode', 'builder'),
(403, 59, '_elementor_template_type', 'wp-page'),
(404, 59, '_elementor_version', '4.0.6'),
(405, 59, '_elementor_pro_version', '4.0.4'),
(406, 59, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(407, 59, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Banner-img.jpg\",\"id\":53,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}]},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h1\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(408, 59, '_elementor_page_settings', 'a:0:{}'),
(413, 60, '_elementor_edit_mode', 'builder'),
(414, 60, '_elementor_template_type', 'wp-page'),
(415, 60, '_elementor_version', '4.0.6'),
(416, 60, '_elementor_pro_version', '4.0.4'),
(417, 60, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(418, 60, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-img-1.jpg\",\"id\":57,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}]},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h1\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(425, 61, '_wp_page_template', 'elementor_header_footer'),
(485, 67, '_wp_page_template', 'elementor_header_footer'),
(465, 65, '_elementor_edit_mode', 'builder'),
(466, 65, '_elementor_template_type', 'wp-page'),
(467, 65, '_elementor_version', '4.0.6'),
(468, 65, '_elementor_pro_version', '4.0.4'),
(469, 65, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(470, 65, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-img-1.jpg\",\"id\":57,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}]},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h1\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(433, 61, '_elementor_page_settings', 'a:0:{}'),
(436, 62, '_wp_page_template', 'elementor_header_footer'),
(438, 62, '_elementor_edit_mode', 'builder'),
(439, 62, '_elementor_template_type', 'wp-page'),
(440, 62, '_elementor_version', '4.0.6'),
(441, 62, '_elementor_pro_version', '4.0.4'),
(442, 62, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(443, 62, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-img-1.jpg\",\"id\":57,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}]},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h1\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(444, 62, '_elementor_page_settings', 'a:0:{}'),
(447, 63, '_wp_page_template', 'elementor_header_footer'),
(449, 63, '_elementor_edit_mode', 'builder'),
(450, 63, '_elementor_template_type', 'wp-page'),
(451, 63, '_elementor_version', '4.0.6'),
(452, 63, '_elementor_pro_version', '4.0.4'),
(453, 63, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(454, 63, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-img-1.jpg\",\"id\":57,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}]},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h1\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(463, 65, '_wp_page_template', 'elementor_header_footer'),
(515, 70, '_elementor_edit_mode', 'builder'),
(516, 70, '_elementor_template_type', 'wp-page'),
(517, 70, '_elementor_version', '4.0.6'),
(533, 72, '_wp_page_template', 'elementor_header_footer'),
(518, 70, '_elementor_pro_version', '4.0.4'),
(519, 70, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(520, 70, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":850,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/image.jpg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}]},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h1\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(461, 64, '_wp_attached_file', '2026/05/image.jpg'),
(462, 64, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:950;s:4:\"file\";s:17:\"2026/05/image.jpg\";s:8:\"filesize\";i:213495;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"image-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10636;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"image-1024x507.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:507;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72494;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7771;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"image-768x380.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45158;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:18:\"image-1536x760.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:760;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140792;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(471, 65, '_elementor_page_settings', 'a:0:{}'),
(474, 66, '_wp_page_template', 'elementor_header_footer'),
(476, 66, '_elementor_edit_mode', 'builder'),
(477, 66, '_elementor_template_type', 'wp-page'),
(478, 66, '_elementor_version', '4.0.6'),
(479, 66, '_elementor_pro_version', '4.0.4'),
(480, 66, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(481, 66, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-img-1.jpg\",\"id\":57,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}]},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h1\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(482, 66, '_elementor_page_settings', 'a:0:{}'),
(487, 67, '_elementor_edit_mode', 'builder'),
(488, 67, '_elementor_template_type', 'wp-page'),
(489, 67, '_elementor_version', '4.0.6'),
(490, 67, '_elementor_pro_version', '4.0.4'),
(491, 67, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(492, 67, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":850,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/image.jpg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}]},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h1\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(513, 70, '_wp_page_template', 'elementor_header_footer'),
(562, 75, '_wp_page_template', 'elementor_header_footer'),
(544, 73, '_wp_page_template', 'elementor_header_footer'),
(546, 73, '_elementor_edit_mode', 'builder'),
(547, 73, '_elementor_template_type', 'wp-page'),
(548, 73, '_elementor_version', '4.0.6'),
(549, 73, '_elementor_pro_version', '4.0.4'),
(550, 73, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(551, 73, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":680,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}]},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h1\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(535, 72, '_elementor_edit_mode', 'builder'),
(536, 72, '_elementor_template_type', 'wp-page'),
(537, 72, '_elementor_version', '4.0.6'),
(538, 72, '_elementor_pro_version', '4.0.4'),
(539, 72, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(540, 72, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":680,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}]},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h1\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(511, 69, '_wp_attached_file', '2026/05/banner-ung.jpg'),
(512, 69, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:780;s:4:\"file\";s:22:\"2026/05/banner-ung.jpg\";s:8:\"filesize\";i:158113;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"banner-ung-300x122.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8306;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"banner-ung-1024x416.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53476;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"banner-ung-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7774;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"banner-ung-768x312.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33518;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"banner-ung-1536x624.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:624;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104707;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(521, 70, '_elementor_page_settings', 'a:0:{}'),
(523, 71, '_wp_page_template', 'elementor_header_footer'),
(525, 71, '_elementor_edit_mode', 'builder'),
(526, 71, '_elementor_template_type', 'wp-page'),
(527, 71, '_elementor_version', '4.0.6'),
(528, 71, '_elementor_pro_version', '4.0.4'),
(529, 71, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(530, 71, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":850,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/image.jpg\",\"id\":64,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}]},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h1\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(531, 71, '_elementor_page_settings', 'a:0:{}'),
(552, 73, '_elementor_page_settings', 'a:0:{}'),
(553, 74, '_wp_page_template', 'elementor_header_footer'),
(555, 74, '_elementor_edit_mode', 'builder'),
(556, 74, '_elementor_template_type', 'wp-page'),
(557, 74, '_elementor_version', '4.0.6'),
(558, 74, '_elementor_pro_version', '4.0.4'),
(559, 74, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(560, 74, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":680,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}]},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h1\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(561, 74, '_elementor_page_settings', 'a:0:{}'),
(564, 75, '_elementor_edit_mode', 'builder'),
(565, 75, '_elementor_template_type', 'wp-page'),
(566, 75, '_elementor_version', '4.0.6'),
(567, 75, '_elementor_pro_version', '4.0.4'),
(568, 75, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(569, 75, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":680,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}]},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h1\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(590, 78, '_wp_page_template', 'elementor_header_footer'),
(572, 76, '_wp_page_template', 'elementor_header_footer'),
(574, 76, '_elementor_edit_mode', 'builder'),
(575, 76, '_elementor_template_type', 'wp-page'),
(576, 76, '_elementor_version', '4.0.6'),
(577, 76, '_elementor_pro_version', '4.0.4'),
(578, 76, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(579, 76, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":680,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}]},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h1\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(580, 76, '_elementor_page_settings', 'a:0:{}'),
(581, 77, '_wp_page_template', 'elementor_header_footer'),
(583, 77, '_elementor_edit_mode', 'builder'),
(584, 77, '_elementor_template_type', 'wp-page'),
(585, 77, '_elementor_version', '4.0.6'),
(586, 77, '_elementor_pro_version', '4.0.4'),
(587, 77, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(588, 77, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":680,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}]},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h1\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(589, 77, '_elementor_page_settings', 'a:0:{}'),
(592, 78, '_elementor_edit_mode', 'builder'),
(593, 78, '_elementor_template_type', 'wp-page'),
(594, 78, '_elementor_version', '4.0.6'),
(595, 78, '_elementor_pro_version', '4.0.4'),
(596, 78, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(597, 78, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}]},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h1\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(624, 81, '_wp_page_template', 'elementor_header_footer'),
(602, 79, '_wp_page_template', 'elementor_header_footer'),
(604, 79, '_elementor_edit_mode', 'builder'),
(605, 79, '_elementor_template_type', 'wp-page'),
(606, 79, '_elementor_version', '4.0.6'),
(607, 79, '_elementor_pro_version', '4.0.4'),
(608, 79, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(609, 79, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}]},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h1\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(638, 82, '_elementor_edit_mode', 'builder'),
(639, 82, '_elementor_template_type', 'wp-page'),
(640, 82, '_elementor_version', '4.0.6'),
(641, 82, '_elementor_pro_version', '4.0.4'),
(642, 82, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(643, 82, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}]},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(610, 79, '_elementor_page_settings', 'a:0:{}'),
(613, 80, '_wp_page_template', 'elementor_header_footer'),
(615, 80, '_elementor_edit_mode', 'builder'),
(616, 80, '_elementor_template_type', 'wp-page'),
(617, 80, '_elementor_version', '4.0.6'),
(618, 80, '_elementor_pro_version', '4.0.4'),
(619, 80, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(620, 80, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}]},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\",\"header_size\":\"h1\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(621, 80, '_elementor_page_settings', 'a:0:{}'),
(626, 81, '_elementor_edit_mode', 'builder'),
(627, 81, '_elementor_template_type', 'wp-page'),
(628, 81, '_elementor_version', '4.0.6'),
(629, 81, '_elementor_pro_version', '4.0.4'),
(630, 81, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(631, 81, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}]},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(636, 82, '_wp_page_template', 'elementor_header_footer'),
(644, 82, '_elementor_page_settings', 'a:0:{}'),
(645, 83, '_wp_page_template', 'elementor_header_footer'),
(647, 83, '_elementor_edit_mode', 'builder'),
(648, 83, '_elementor_template_type', 'wp-page'),
(649, 83, '_elementor_version', '4.0.6'),
(650, 83, '_elementor_pro_version', '4.0.4'),
(651, 83, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(652, 83, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}]},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(653, 83, '_elementor_page_settings', 'a:0:{}'),
(654, 84, '_wp_page_template', 'elementor_header_footer'),
(656, 84, '_elementor_edit_mode', 'builder'),
(657, 84, '_elementor_template_type', 'wp-page'),
(658, 84, '_elementor_version', '4.0.6'),
(659, 84, '_elementor_pro_version', '4.0.4'),
(660, 84, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(661, 84, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}]},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(666, 85, '_wp_page_template', 'elementor_header_footer'),
(668, 85, '_elementor_edit_mode', 'builder'),
(669, 85, '_elementor_template_type', 'wp-page'),
(670, 85, '_elementor_version', '4.0.6'),
(671, 85, '_elementor_pro_version', '4.0.4'),
(672, 85, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(673, 85, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}]},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(705, 88, '_elementor_template_type', 'wp-page'),
(706, 88, '_elementor_version', '4.0.6'),
(707, 88, '_elementor_pro_version', '4.0.4'),
(708, 88, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(709, 88, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(674, 85, '_elementor_page_settings', 'a:0:{}'),
(677, 86, '_wp_page_template', 'elementor_header_footer'),
(679, 86, '_elementor_edit_mode', 'builder'),
(680, 86, '_elementor_template_type', 'wp-page'),
(681, 86, '_elementor_version', '4.0.6'),
(682, 86, '_elementor_pro_version', '4.0.4'),
(683, 86, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(684, 86, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}]},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(685, 86, '_elementor_page_settings', 'a:0:{}'),
(688, 87, '_wp_page_template', 'elementor_header_footer'),
(690, 87, '_elementor_edit_mode', 'builder'),
(691, 87, '_elementor_template_type', 'wp-page'),
(692, 87, '_elementor_version', '4.0.6'),
(693, 87, '_elementor_pro_version', '4.0.4'),
(694, 87, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(695, 87, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(702, 88, '_wp_page_template', 'elementor_header_footer'),
(704, 88, '_elementor_edit_mode', 'builder'),
(742, 91, '_elementor_version', '4.0.6'),
(743, 91, '_elementor_pro_version', '4.0.4'),
(744, 91, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(745, 91, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(710, 88, '_elementor_page_settings', 'a:0:{}'),
(713, 89, '_wp_page_template', 'elementor_header_footer'),
(715, 89, '_elementor_edit_mode', 'builder'),
(716, 89, '_elementor_template_type', 'wp-page'),
(717, 89, '_elementor_version', '4.0.6'),
(718, 89, '_elementor_pro_version', '4.0.4'),
(719, 89, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(720, 89, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(721, 89, '_elementor_page_settings', 'a:0:{}'),
(724, 90, '_wp_page_template', 'elementor_header_footer'),
(726, 90, '_elementor_edit_mode', 'builder'),
(727, 90, '_elementor_template_type', 'wp-page'),
(728, 90, '_elementor_version', '4.0.6'),
(729, 90, '_elementor_pro_version', '4.0.4'),
(730, 90, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(731, 90, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(738, 91, '_wp_page_template', 'elementor_header_footer'),
(740, 91, '_elementor_edit_mode', 'builder'),
(741, 91, '_elementor_template_type', 'wp-page'),
(796, 96, '_wp_page_template', 'elementor_header_footer'),
(746, 91, '_elementor_page_settings', 'a:0:{}'),
(749, 92, '_wp_page_template', 'elementor_header_footer'),
(751, 92, '_elementor_edit_mode', 'builder'),
(752, 92, '_elementor_template_type', 'wp-page'),
(753, 92, '_elementor_version', '4.0.6'),
(754, 92, '_elementor_pro_version', '4.0.4'),
(755, 92, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(756, 92, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(757, 92, '_elementor_page_settings', 'a:0:{}'),
(760, 93, '_wp_page_template', 'elementor_header_footer'),
(762, 93, '_elementor_edit_mode', 'builder'),
(763, 93, '_elementor_template_type', 'wp-page'),
(764, 93, '_elementor_version', '4.0.6'),
(765, 93, '_elementor_pro_version', '4.0.4'),
(766, 93, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(767, 93, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(774, 94, '_wp_page_template', 'elementor_header_footer'),
(776, 94, '_elementor_edit_mode', 'builder'),
(777, 94, '_elementor_template_type', 'wp-page'),
(778, 94, '_elementor_version', '4.0.6'),
(779, 94, '_elementor_pro_version', '4.0.4'),
(780, 94, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(781, 94, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(808, 97, '_wp_page_template', 'elementor_header_footer'),
(810, 97, '_elementor_edit_mode', 'builder'),
(811, 97, '_elementor_template_type', 'wp-page'),
(812, 97, '_elementor_version', '4.0.6'),
(813, 97, '_elementor_pro_version', '4.0.4'),
(814, 97, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(815, 97, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(782, 94, '_elementor_page_settings', 'a:0:{}'),
(785, 95, '_wp_page_template', 'elementor_header_footer'),
(787, 95, '_elementor_edit_mode', 'builder'),
(788, 95, '_elementor_template_type', 'wp-page'),
(789, 95, '_elementor_version', '4.0.6'),
(790, 95, '_elementor_pro_version', '4.0.4'),
(791, 95, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(792, 95, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(793, 95, '_elementor_page_settings', 'a:0:{}'),
(798, 96, '_elementor_edit_mode', 'builder'),
(799, 96, '_elementor_template_type', 'wp-page'),
(800, 96, '_elementor_version', '4.0.6'),
(801, 96, '_elementor_pro_version', '4.0.4'),
(802, 96, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(803, 96, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(816, 97, '_elementor_page_settings', 'a:0:{}'),
(817, 98, '_wp_page_template', 'elementor_header_footer'),
(819, 98, '_elementor_edit_mode', 'builder'),
(820, 98, '_elementor_template_type', 'wp-page'),
(821, 98, '_elementor_version', '4.0.6'),
(822, 98, '_elementor_pro_version', '4.0.4'),
(823, 98, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(824, 98, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(825, 98, '_elementor_page_settings', 'a:0:{}'),
(826, 99, '_wp_page_template', 'elementor_header_footer'),
(828, 99, '_elementor_edit_mode', 'builder'),
(829, 99, '_elementor_template_type', 'wp-page'),
(830, 99, '_elementor_version', '4.0.6'),
(831, 99, '_elementor_pro_version', '4.0.4'),
(832, 99, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(833, 99, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(838, 100, '_wp_page_template', 'elementor_header_footer'),
(840, 100, '_elementor_edit_mode', 'builder'),
(841, 100, '_elementor_template_type', 'wp-page'),
(842, 100, '_elementor_version', '4.0.6'),
(843, 100, '_elementor_pro_version', '4.0.4'),
(844, 100, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(845, 100, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(872, 103, '_wp_page_template', 'elementor_header_footer'),
(874, 103, '_elementor_edit_mode', 'builder'),
(875, 103, '_elementor_template_type', 'wp-page'),
(876, 103, '_elementor_version', '4.0.6'),
(877, 103, '_elementor_pro_version', '4.0.4'),
(878, 103, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(879, 103, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(846, 100, '_elementor_page_settings', 'a:0:{}'),
(849, 101, '_wp_page_template', 'elementor_header_footer'),
(851, 101, '_elementor_edit_mode', 'builder'),
(852, 101, '_elementor_template_type', 'wp-page'),
(853, 101, '_elementor_version', '4.0.6'),
(854, 101, '_elementor_pro_version', '4.0.4'),
(855, 101, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(856, 101, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(857, 101, '_elementor_page_settings', 'a:0:{}'),
(860, 102, '_wp_page_template', 'elementor_header_footer'),
(862, 102, '_elementor_edit_mode', 'builder'),
(863, 102, '_elementor_template_type', 'wp-page'),
(864, 102, '_elementor_version', '4.0.6'),
(865, 102, '_elementor_pro_version', '4.0.4'),
(866, 102, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(867, 102, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(880, 103, '_elementor_page_settings', 'a:0:{}'),
(881, 104, '_wp_page_template', 'elementor_header_footer'),
(883, 104, '_elementor_edit_mode', 'builder'),
(884, 104, '_elementor_template_type', 'wp-page'),
(885, 104, '_elementor_version', '4.0.6'),
(886, 104, '_elementor_pro_version', '4.0.4'),
(887, 104, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(888, 104, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(889, 104, '_elementor_page_settings', 'a:0:{}'),
(890, 105, '_wp_page_template', 'elementor_header_footer'),
(892, 105, '_elementor_edit_mode', 'builder'),
(893, 105, '_elementor_template_type', 'wp-page'),
(894, 105, '_elementor_version', '4.0.6'),
(895, 105, '_elementor_pro_version', '4.0.4'),
(896, 105, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(897, 105, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(924, 108, '_wp_page_template', 'elementor_header_footer'),
(902, 106, '_wp_page_template', 'elementor_header_footer'),
(904, 106, '_elementor_edit_mode', 'builder'),
(905, 106, '_elementor_template_type', 'wp-page'),
(906, 106, '_elementor_version', '4.0.6'),
(907, 106, '_elementor_pro_version', '4.0.4'),
(908, 106, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(909, 106, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(1001, 117, '_wp_page_template', 'elementor_header_footer'),
(938, 109, '_wp_page_template', 'elementor_header_footer'),
(940, 109, '_elementor_edit_mode', 'builder'),
(941, 109, '_elementor_template_type', 'wp-page'),
(942, 109, '_elementor_version', '4.0.6'),
(943, 109, '_elementor_pro_version', '4.0.4'),
(944, 109, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(945, 109, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(910, 106, '_elementor_page_settings', 'a:0:{}'),
(913, 107, '_wp_page_template', 'elementor_header_footer'),
(915, 107, '_elementor_edit_mode', 'builder'),
(916, 107, '_elementor_template_type', 'wp-page'),
(917, 107, '_elementor_version', '4.0.6'),
(918, 107, '_elementor_pro_version', '4.0.4'),
(919, 107, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(920, 107, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(921, 107, '_elementor_page_settings', 'a:0:{}'),
(926, 108, '_elementor_edit_mode', 'builder'),
(927, 108, '_elementor_template_type', 'wp-page'),
(928, 108, '_elementor_version', '4.0.6'),
(929, 108, '_elementor_pro_version', '4.0.4'),
(930, 108, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(931, 108, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(1003, 117, '_elementor_edit_mode', 'builder'),
(1004, 117, '_elementor_template_type', 'wp-page'),
(1005, 117, '_elementor_version', '4.0.6'),
(1006, 117, '_elementor_pro_version', '4.0.4'),
(1007, 117, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1008, 117, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(946, 109, '_elementor_page_settings', 'a:0:{}'),
(949, 110, '_wp_page_template', 'elementor_header_footer'),
(951, 110, '_elementor_edit_mode', 'builder'),
(952, 110, '_elementor_template_type', 'wp-page'),
(953, 110, '_elementor_version', '4.0.6'),
(954, 110, '_elementor_pro_version', '4.0.4'),
(955, 110, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(956, 110, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(957, 110, '_elementor_page_settings', 'a:0:{}'),
(960, 111, '_wp_page_template', 'elementor_header_footer'),
(962, 111, '_elementor_edit_mode', 'builder'),
(963, 111, '_elementor_template_type', 'wp-page'),
(964, 111, '_elementor_version', '4.0.6'),
(965, 111, '_elementor_pro_version', '4.0.4'),
(966, 111, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(967, 111, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(1059, 122, '_wp_page_template', 'elementor_header_footer'),
(974, 112, '_wp_attached_file', '2026/05/female-doctor_18439304-1.svg'),
(975, 112, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:3415;s:5:\"width\";i:1000;s:6:\"height\";i:1000;}'),
(976, 112, '_elementor_source_image_hash', 'faf1b4a7175b9013eead333a4acbf20784ddb8d2'),
(977, 113, '_wp_attached_file', '2026/05/approved_14305828.svg'),
(978, 113, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:1106;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(979, 113, '_elementor_source_image_hash', '58519898e7d50d5e27e66199315ce3827252286c'),
(980, 114, '_wp_attached_file', '2026/05/file_6851828.svg'),
(981, 114, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:851;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(982, 114, '_elementor_source_image_hash', '538e6910f3c30cd2449ad874cacf95ec6c32be5b'),
(983, 115, '_elementor_edit_mode', 'builder'),
(984, 115, '_elementor_template_type', 'container'),
(985, 115, '_elementor_version', '4.0.6'),
(986, 115, '_elementor_pro_version', '4.0.4'),
(987, 115, '_elementor_page_settings', 'a:0:{}');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(988, 115, '_elementor_data', '[{\"id\":\"5c3ced22\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F1\",\"background_color_b\":\"#2582c6\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"about-bottom-section\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1e9bd02d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"683aecf3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"background_color\":\"#FCFCFC\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"223f3f2e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":112,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/female-doctor_18439304-1.svg\"},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3031d7e5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Professional staff\",\"description_text\":\"Smart living offers automation, comfort, security, and efficient modern lifestyle solutions.\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"36558f93\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"background_color\":\"#FCFCFC\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"77373a3b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":113,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/approved_14305828.svg\"},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"769de785\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Complete care\",\"description_text\":\"Eco-friendly construction ensures sustainability, energy efficiency, and healthier living environments.\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1a2a607e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"background_color\":\"#FCFCFC\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5caba3b3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":114,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/file_6851828.svg\"},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b37980c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"No additional costs\",\"description_text\":\"Prime location offers convenience, connectivity, accessibility, and enhanced lifestyle benefits.\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(992, 116, '_elementor_edit_mode', 'builder'),
(993, 116, '_elementor_template_type', 'container'),
(994, 116, '_elementor_version', '4.0.6'),
(995, 116, '_elementor_pro_version', '4.0.4'),
(996, 116, '_elementor_page_settings', 'a:0:{}');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(997, 116, '_elementor_data', '[{\"id\":\"5c3ced22\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F1\",\"background_color_b\":\"#2582c6\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"about-bottom-section\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1e9bd02d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"683aecf3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"background_color\":\"#FCFCFC\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"223f3f2e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":112,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/female-doctor_18439304-1.svg\"},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3031d7e5\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Professional staff\",\"description_text\":\"Smart living offers automation, comfort, security, and efficient modern lifestyle solutions.\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"36558f93\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"background_color\":\"#FCFCFC\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"77373a3b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":113,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/approved_14305828.svg\"},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"769de785\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Complete care\",\"description_text\":\"Eco-friendly construction ensures sustainability, energy efficiency, and healthier living environments.\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"1a2a607e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"background_color\":\"#FCFCFC\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5caba3b3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":114,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/file_6851828.svg\"},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b37980c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"No additional costs\",\"description_text\":\"Prime location offers convenience, connectivity, accessibility, and enhanced lifestyle benefits.\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(999, 115, '_elementor_controls_usage', 'a:3:{s:4:\"icon\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:2:{s:5:\"align\";i:3;s:4:\"size\";i:3;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;s:10:\"title_size\";i:3;}}s:5:\"style\";a:2:{s:17:\"section_style_box\";a:2:{s:10:\"text_align\";i:3;s:18:\"title_bottom_space\";i:3;}s:21:\"section_style_content\";a:4:{s:33:\"description_typography_typography\";i:3;s:32:\"description_typography_font_size\";i:3;s:34:\"description_typography_line_height\";i:3;s:17:\"description_color\";i:3;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:6:{s:13:\"content_width\";i:4;s:5:\"width\";i:3;s:20:\"flex_justify_content\";i:4;s:8:\"flex_gap\";i:5;s:14:\"flex_direction\";i:2;s:9:\"flex_wrap\";i:1;}}s:5:\"style\";a:5:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:5;}s:18:\"section_background\";a:7:{s:16:\"background_color\";i:4;s:21:\"background_background\";i:3;s:18:\"background_color_b\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:14:\"section_border\";a:4:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:3;s:12:\"border_color\";i:3;s:21:\"box_shadow_box_shadow\";i:3;}s:21:\"section_shape_divider\";a:2:{s:24:\"shape_divider_top_height\";i:1;s:26:\"shape_divider_top_negative\";i:1;}s:26:\"section_background_overlay\";a:5:{s:27:\"background_overlay_position\";i:1;s:29:\"background_overlay_attachment\";i:1;s:25:\"background_overlay_repeat\";i:1;s:23:\"background_overlay_size\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"section_layout\";a:3:{s:7:\"padding\";i:4;s:6:\"margin\";i:1;s:11:\"css_classes\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:5;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:3;s:18:\"animation_duration\";i:3;}}}}}'),
(1000, 115, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1009, 117, '_elementor_page_settings', 'a:0:{}'),
(1012, 118, '_wp_page_template', 'elementor_header_footer'),
(1014, 118, '_elementor_edit_mode', 'builder'),
(1015, 118, '_elementor_template_type', 'wp-page'),
(1016, 118, '_elementor_version', '4.0.6'),
(1017, 118, '_elementor_pro_version', '4.0.4'),
(1018, 118, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1019, 118, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(1020, 118, '_elementor_page_settings', 'a:0:{}'),
(1023, 119, '_wp_page_template', 'elementor_header_footer'),
(1025, 119, '_elementor_edit_mode', 'builder'),
(1026, 119, '_elementor_template_type', 'wp-page'),
(1027, 119, '_elementor_version', '4.0.6'),
(1028, 119, '_elementor_pro_version', '4.0.4'),
(1029, 119, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1030, 119, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F1\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"about-bottom-section\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"background_color\":\"#FCFCFC\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":112,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/female-doctor_18439304-1.svg\"},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"background_color\":\"#FCFCFC\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":113,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/approved_14305828.svg\"},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1037, 120, '_wp_page_template', 'elementor_header_footer'),
(1039, 120, '_elementor_edit_mode', 'builder'),
(1040, 120, '_elementor_template_type', 'wp-page'),
(1041, 120, '_elementor_version', '4.0.6'),
(1042, 120, '_elementor_pro_version', '4.0.4'),
(1043, 120, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1044, 120, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F1\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"about-bottom-section\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"background_color\":\"#FCFCFC\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":112,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/female-doctor_18439304-1.svg\"},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"background_color\":\"#FCFCFC\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":113,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/approved_14305828.svg\"},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1149, 132, '_wp_page_template', 'elementor_header_footer'),
(1114, 129, '_wp_page_template', 'elementor_header_footer'),
(1094, 127, '_wp_page_template', 'elementor_header_footer'),
(1096, 127, '_elementor_edit_mode', 'builder'),
(1097, 127, '_elementor_template_type', 'wp-page'),
(1098, 127, '_elementor_version', '4.0.6'),
(1099, 127, '_elementor_pro_version', '4.0.4'),
(1100, 127, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1101, 127, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F1\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"about-bottom-section\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"background_color\":\"#FCFCFC\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":112,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/female-doctor_18439304-1.svg\"},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"background_color\":\"#FCFCFC\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":113,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/approved_14305828.svg\"},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1045, 120, '_elementor_page_settings', 'a:0:{}'),
(1048, 121, '_wp_page_template', 'elementor_header_footer'),
(1050, 121, '_elementor_edit_mode', 'builder'),
(1051, 121, '_elementor_template_type', 'wp-page'),
(1052, 121, '_elementor_version', '4.0.6'),
(1053, 121, '_elementor_pro_version', '4.0.4'),
(1054, 121, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1055, 121, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F1\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"about-bottom-section\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"background_color\":\"#FCFCFC\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":112,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/female-doctor_18439304-1.svg\"},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"background_color\":\"#FCFCFC\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":113,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/approved_14305828.svg\"},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1056, 121, '_elementor_page_settings', 'a:0:{}'),
(1061, 122, '_elementor_edit_mode', 'builder'),
(1062, 122, '_elementor_template_type', 'wp-page'),
(1063, 122, '_elementor_version', '4.0.6'),
(1064, 122, '_elementor_pro_version', '4.0.4'),
(1065, 122, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1066, 122, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F1\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"about-bottom-section\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"background_color\":\"#FCFCFC\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":112,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/female-doctor_18439304-1.svg\"},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"background_color\":\"#FCFCFC\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":113,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/approved_14305828.svg\"},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1127, 130, '_wp_page_template', 'elementor_header_footer'),
(1129, 130, '_elementor_edit_mode', 'builder'),
(1130, 130, '_elementor_template_type', 'wp-page'),
(1131, 130, '_elementor_version', '4.0.6'),
(1132, 130, '_elementor_pro_version', '4.0.4'),
(1133, 130, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1134, 130, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F1\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"about-bottom-section\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"background_color\":\"#FCFCFC\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"background_color\":\"#FCFCFC\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1199, 136, '_wp_page_template', 'elementor_header_footer'),
(1073, 123, '_wp_attached_file', '2026/05/flag_3271630.svg'),
(1074, 123, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:1774;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(1116, 129, '_elementor_edit_mode', 'builder'),
(1117, 129, '_elementor_template_type', 'wp-page'),
(1118, 129, '_elementor_version', '4.0.6'),
(1119, 129, '_elementor_pro_version', '4.0.4'),
(1120, 129, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1121, 129, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F1\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"about-bottom-section\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"background_color\":\"#FCFCFC\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"background_color\":\"#FCFCFC\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1088, 125, '_wp_attached_file', '2026/05/assistance_18125060.svg'),
(1089, 125, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:3240;s:5:\"width\";i:512;s:6:\"height\";i:512;}');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6604, 13, '_elementor_element_cache', '{\"timeout\":1779163319,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-11a048a e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"11a048a\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-8698aa1 e-con-full animated-slow e-flex elementor-invisible e-con e-child\\\" data-id=\\\"8698aa1\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5178870 elementor-widget elementor-widget-heading\\\" data-id=\\\"5178870\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h1 class=\\\"elementor-heading-title elementor-size-default\\\">Casa bloom LLC<\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"2773bf63dfae971c94ce4b350d939b2e\\\" data=\\\"eyJpZCI6Ijg5MjVjNTAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5DYXNhIEJsb29tIEdyb3VwIEhvbWUgd2lsbCBwcm92aWRlIGEgc3RydWN0dXJlZCwgZmFtaWx5LXN0eWxlIGxpdmluZyBlbnZpcm9ubWVudCBmb3IgeW91dGggZXhwZXJpZW5jaW5nIGVtb3Rpb25hbCBhbmQgYmVoYXZpb3JhbCBjaGFsbGVuZ2VzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTGF0byIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjIyLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjMwLCJzaXplcyI6W119LCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6NDI3LCJzaXplcyI6W119LCJfZmxleF9hbGlnbl9zZWxmIjoiY2VudGVyIiwicHBfZGlzcGxheV9jb25kaXRpb25zIjpbeyJfaWQiOiI1MDE2ZWNlIn1dLCJwcF9lbGVtZW50c190b29sdGlwX2NvbnRlbnQiOiJUb29sdGlwIENvbnRlbnQiLCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yNCJ9LCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTcsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-cb8260e elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"cb8260e\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"https:\\/\\/mrarif.me\\/casabloomllc\\/services\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">View Programs &gt;<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\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<div class=\\\"elementor-element elementor-element-c0bdb75 services-section e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"c0bdb75\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-b133417 e-con-full e-flex e-con e-child\\\" data-id=\\\"b133417\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-64a6a65 e-con-full animated-slow services-col e-flex elementor-invisible e-con e-child\\\" data-id=\\\"64a6a65\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;,&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-e768928 elementor-view-default elementor-widget elementor-widget-icon\\\" data-id=\\\"e768928\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-wrapper\\\">\\n\\t\\t\\t<div class=\\\"elementor-icon\\\">\\n\\t\\t\\t<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" id=\\\"Layer_1\\\" height=\\\"512\\\" viewBox=\\\"-219 21 520 520\\\" width=\\\"512\\\"><g id=\\\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\\\"><g><circle cx=\\\"246\\\" cy=\\\"466\\\" r=\\\"7.5\\\"><\\/circle><circle cx=\\\"231\\\" cy=\\\"296\\\" r=\\\"7.5\\\"><\\/circle><circle cx=\\\"226\\\" cy=\\\"71\\\" r=\\\"7.5\\\"><\\/circle><circle cx=\\\"-149\\\" cy=\\\"86\\\" r=\\\"7.5\\\"><\\/circle><circle cx=\\\"-79\\\" cy=\\\"146\\\" r=\\\"7.5\\\"><\\/circle><circle cx=\\\"-99\\\" cy=\\\"291\\\" r=\\\"7.5\\\"><\\/circle><circle cx=\\\"-144\\\" cy=\\\"401\\\" r=\\\"7.5\\\"><\\/circle><circle cx=\\\"101\\\" cy=\\\"401\\\" r=\\\"7.5\\\"><\\/circle><circle cx=\\\"41\\\" cy=\\\"291\\\" r=\\\"7.5\\\"><\\/circle><path d=\\\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\\\"><\\/path><path d=\\\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\\\"><\\/path><path d=\\\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\\\"><\\/path><\\/g><\\/g><\\/svg>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-cf7242c elementor-widget elementor-widget-icon-box\\\" data-id=\\\"cf7242c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\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<h4 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tMission\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h4>\\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\\tAt Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\\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 class=\\\"elementor-element elementor-element-ec8037f e-con-full animated-slow services-col e-flex elementor-invisible e-con e-child\\\" data-id=\\\"ec8037f\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;,&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-abf5b89 elementor-view-default elementor-widget elementor-widget-icon\\\" data-id=\\\"abf5b89\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-wrapper\\\">\\n\\t\\t\\t<div class=\\\"elementor-icon\\\">\\n\\t\\t\\t<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" viewBox=\\\"0 0 512 512\\\"><g id=\\\"_x33_7_Assistance\\\"><g><path d=\\\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\\\"><\\/path><path d=\\\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\\\"><\\/path><path d=\\\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\\\"><\\/path><path d=\\\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\\\"><\\/path><path d=\\\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\\\"><\\/path><\\/g><\\/g><g id=\\\"Layer_1\\\"><\\/g><\\/svg>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-0f49d62 elementor-widget elementor-widget-icon-box\\\" data-id=\\\"0f49d62\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\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<h4 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tVision\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h4>\\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\\tOur vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\\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\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-69be17d program-section e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"69be17d\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-8bfc633 e-con-full e-flex e-con e-child\\\" data-id=\\\"8bfc633\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-b3a3172 elementor-widget elementor-widget-heading\\\" data-id=\\\"b3a3172\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Services &amp; \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> <\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-087aabb e-con-full e-flex e-con e-child\\\" data-id=\\\"087aabb\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-c89d2f1 e-con-full animated-slow program-main-col e-flex elementor-invisible e-con e-child\\\" data-id=\\\"c89d2f1\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-cb8c7a0 elementor-widget elementor-widget-image\\\" data-id=\\\"cb8c7a0\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1000\\\" height=\\\"667\\\" src=\\\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\\\" class=\\\"attachment-full size-full wp-image-202\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-f2a9be4 e-con-full sub-col e-flex e-con e-child\\\" data-id=\\\"f2a9be4\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-8f6d33d elementor-widget elementor-widget-icon-box\\\" data-id=\\\"8f6d33d\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\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<h4 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tAbout Us\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h4>\\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\\tCasa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\\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 class=\\\"elementor-element elementor-element-60fde6c elementor-align-left elementor-widget elementor-widget-button\\\" data-id=\\\"60fde6c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"https:\\/\\/mrarif.me\\/casabloomllc\\/about-us\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">View Who We Are &gt;<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-d765501 e-con-full animated-slow program-main-col e-flex elementor-invisible e-con e-child\\\" data-id=\\\"d765501\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-c241f72 elementor-widget elementor-widget-image\\\" data-id=\\\"c241f72\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1000\\\" height=\\\"667\\\" src=\\\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\\\" class=\\\"attachment-full size-full wp-image-203\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-e4d3fcf e-con-full sub-col e-flex e-con e-child\\\" data-id=\\\"e4d3fcf\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7d29d75 elementor-widget elementor-widget-icon-box\\\" data-id=\\\"7d29d75\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\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<h4 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tServices to Be Provided\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h4>\\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\\tCasa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\\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 class=\\\"elementor-element elementor-element-7303884 elementor-align-left elementor-widget elementor-widget-button\\\" data-id=\\\"7303884\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"https:\\/\\/mrarif.me\\/casabloomllc\\/services\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Learn More &gt;<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-de84f42 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\\\" data-id=\\\"de84f42\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"divider.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-divider\\\">\\n\\t\\t\\t<span class=\\\"elementor-divider-separator\\\">\\n\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-4479aaf e-con-full e-flex e-con e-child\\\" data-id=\\\"4479aaf\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-fac4901 e-con-full program-col animated-slow e-flex elementor-invisible e-con e-child\\\" data-id=\\\"fac4901\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInLeft&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-849cc49 project-content elementor-widget elementor-widget-pp-info-box\\\" data-id=\\\"849cc49\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"pp-info-box.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-container\\\">\\n\\t\\t\\t<div class=\\\"pp-info-box\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-content\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-title-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<h4 class=\\\"pp-info-box-subtitle\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\tADMISSIONS\\t\\t\\t\\t\\t\\t\\t<\\/h4>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-description\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-317d7ad project-btn elementor-widget elementor-widget-button\\\" data-id=\\\"317d7ad\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"https:\\/\\/mrarif.me\\/casabloomllc\\/admissions\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Inquire Here &gt;<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-d7a32e3 e-con-full program-col animated-slow e-flex elementor-invisible e-con e-child\\\" data-id=\\\"d7a32e3\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-8a726c9 project-content elementor-widget elementor-widget-pp-info-box\\\" data-id=\\\"8a726c9\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"pp-info-box.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-container\\\">\\n\\t\\t\\t<div class=\\\"pp-info-box\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-content\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-title-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<h4 class=\\\"pp-info-box-subtitle\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\tContact Us\\t\\t\\t\\t\\t\\t\\t<\\/h4>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-description\\\">\\n\\t\\t\\t\\t\\t\\t\\tName, contact details, message or question, submit your inquiry here\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-edef598 project-btn elementor-widget elementor-widget-button\\\" data-id=\\\"edef598\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"https:\\/\\/mrarif.me\\/casabloomllc\\/contact-us\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Contact Us Today &gt;<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-dfd9055 e-con-full program-col animated-slow e-flex elementor-invisible e-con e-child\\\" data-id=\\\"dfd9055\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInRight&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-b14f1da project-content elementor-widget elementor-widget-pp-info-box\\\" data-id=\\\"b14f1da\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"pp-info-box.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-container\\\">\\n\\t\\t\\t<div class=\\\"pp-info-box\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-content\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-title-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<h4 class=\\\"pp-info-box-subtitle\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\tEmployment\\t\\t\\t\\t\\t\\t\\t<\\/h4>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"pp-info-box-description\\\">\\n\\t\\t\\t\\t\\t\\t\\t<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4b8b4f0 project-btn elementor-widget elementor-widget-button\\\" data-id=\\\"4b8b4f0\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"https:\\/\\/mrarif.me\\/casabloomllc\\/employment\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Apply Here &gt;<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\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<div class=\\\"elementor-element elementor-element-e6f0ea2 services-section elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"e6f0ea2\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-af6d48d e-con-full e-flex e-con e-child\\\" data-id=\\\"af6d48d\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-cf46c7f elementor-widget elementor-widget-heading\\\" data-id=\\\"cf46c7f\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Services &amp; \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> <\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-1fbcbc0 e-con-full e-flex e-con e-child\\\" data-id=\\\"1fbcbc0\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-3a59ee2 e-con-full animated-slow services-col e-flex elementor-invisible e-con e-child\\\" data-id=\\\"3a59ee2\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;,&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3503c1f elementor-widget elementor-widget-image\\\" data-id=\\\"3503c1f\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1000\\\" height=\\\"667\\\" src=\\\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\\\" class=\\\"attachment-full size-full wp-image-202\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-a30130f elementor-widget elementor-widget-icon-box\\\" data-id=\\\"a30130f\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\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<h4 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tAbout Us\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h4>\\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\\tCasa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\\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 class=\\\"elementor-element elementor-element-b5fc06e elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"b5fc06e\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">View Who We Are &gt;<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-0dd6e80 e-con-full animated-slow services-col e-flex elementor-invisible e-con e-child\\\" data-id=\\\"0dd6e80\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-9a359b3 elementor-widget elementor-widget-image\\\" data-id=\\\"9a359b3\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1000\\\" height=\\\"667\\\" src=\\\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\\\" class=\\\"attachment-full size-full wp-image-203\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-41436c8 elementor-widget elementor-widget-icon-box\\\" data-id=\\\"41436c8\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\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<h4 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tServices to Be Provided\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h4>\\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\\tCasa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\\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 class=\\\"elementor-element elementor-element-1d04aae elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"1d04aae\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Learn More &gt;<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\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<div class=\\\"elementor-element elementor-element-561ccbe3 services-section elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"561ccbe3\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-23dd0b3d e-con-full e-flex e-con e-child\\\" data-id=\\\"23dd0b3d\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-6eeb23ee e-con-full animated-slow services-col e-flex elementor-invisible e-con e-child\\\" data-id=\\\"6eeb23ee\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInLeft&quot;,&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-29657842 elementor-view-default elementor-widget elementor-widget-icon\\\" data-id=\\\"29657842\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-wrapper\\\">\\n\\t\\t\\t<div class=\\\"elementor-icon\\\">\\n\\t\\t\\t<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" id=\\\"Layer_1\\\" height=\\\"512\\\" viewBox=\\\"-219 21 520 520\\\" width=\\\"512\\\"><g id=\\\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\\\"><g><circle cx=\\\"246\\\" cy=\\\"466\\\" r=\\\"7.5\\\"><\\/circle><circle cx=\\\"231\\\" cy=\\\"296\\\" r=\\\"7.5\\\"><\\/circle><circle cx=\\\"226\\\" cy=\\\"71\\\" r=\\\"7.5\\\"><\\/circle><circle cx=\\\"-149\\\" cy=\\\"86\\\" r=\\\"7.5\\\"><\\/circle><circle cx=\\\"-79\\\" cy=\\\"146\\\" r=\\\"7.5\\\"><\\/circle><circle cx=\\\"-99\\\" cy=\\\"291\\\" r=\\\"7.5\\\"><\\/circle><circle cx=\\\"-144\\\" cy=\\\"401\\\" r=\\\"7.5\\\"><\\/circle><circle cx=\\\"101\\\" cy=\\\"401\\\" r=\\\"7.5\\\"><\\/circle><circle cx=\\\"41\\\" cy=\\\"291\\\" r=\\\"7.5\\\"><\\/circle><path d=\\\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\\\"><\\/path><path d=\\\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\\\"><\\/path><path d=\\\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\\\"><\\/path><\\/g><\\/g><\\/svg>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6f0d4a9d elementor-widget elementor-widget-icon-box\\\" data-id=\\\"6f0d4a9d\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\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<h4 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tMission\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h4>\\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\\tAt Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\\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 class=\\\"elementor-element elementor-element-20985f75 e-con-full animated-slow services-col e-flex elementor-invisible e-con e-child\\\" data-id=\\\"20985f75\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;animation&quot;:&quot;fadeInRight&quot;,&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-662ade22 elementor-view-default elementor-widget elementor-widget-icon\\\" data-id=\\\"662ade22\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-wrapper\\\">\\n\\t\\t\\t<div class=\\\"elementor-icon\\\">\\n\\t\\t\\t<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" viewBox=\\\"0 0 512 512\\\"><g id=\\\"_x33_7_Assistance\\\"><g><path d=\\\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\\\"><\\/path><path d=\\\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\\\"><\\/path><path d=\\\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\\\"><\\/path><path d=\\\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\\\"><\\/path><path d=\\\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\\\"><\\/path><\\/g><\\/g><g id=\\\"Layer_1\\\"><\\/g><\\/svg>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7e617ba0 elementor-widget elementor-widget-icon-box\\\" data-id=\\\"7e617ba0\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\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<h4 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tVision\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h4>\\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\\tOur vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\\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\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),
(1091, 126, '_wp_attached_file', '2026/05/assistance_18125060-1.svg'),
(1092, 126, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:3240;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(6602, 123, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>'),
(6603, 126, '_elementor_inline_svg', '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>'),
(1102, 127, '_elementor_page_settings', 'a:0:{}'),
(1104, 128, '_wp_page_template', 'elementor_header_footer'),
(1106, 128, '_elementor_edit_mode', 'builder'),
(1107, 128, '_elementor_template_type', 'wp-page'),
(1108, 128, '_elementor_version', '4.0.6'),
(1109, 128, '_elementor_pro_version', '4.0.4'),
(1110, 128, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1111, 128, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F1\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"about-bottom-section\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"background_color\":\"#FCFCFC\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":112,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/female-doctor_18439304-1.svg\"},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"background_color\":\"#FCFCFC\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":113,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/approved_14305828.svg\"},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1112, 128, '_elementor_page_settings', 'a:0:{}'),
(1163, 133, '_wp_page_template', 'elementor_header_footer'),
(1165, 133, '_elementor_edit_mode', 'builder'),
(1166, 133, '_elementor_template_type', 'wp-page'),
(1167, 133, '_elementor_version', '4.0.6'),
(1168, 133, '_elementor_pro_version', '4.0.4'),
(1169, 133, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1170, 133, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F1\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"about-bottom-section\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"background_color\":\"#FCFCFC\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"background_color\":\"#FCFCFC\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1135, 130, '_elementor_page_settings', 'a:0:{}'),
(1138, 131, '_wp_page_template', 'elementor_header_footer'),
(1140, 131, '_elementor_edit_mode', 'builder'),
(1141, 131, '_elementor_template_type', 'wp-page'),
(1142, 131, '_elementor_version', '4.0.6'),
(1143, 131, '_elementor_pro_version', '4.0.4'),
(1144, 131, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1145, 131, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F1\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"about-bottom-section\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"background_color\":\"#FCFCFC\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"background_color\":\"#FCFCFC\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h5\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1146, 131, '_elementor_page_settings', 'a:0:{}'),
(1151, 132, '_elementor_edit_mode', 'builder'),
(1152, 132, '_elementor_template_type', 'wp-page'),
(1153, 132, '_elementor_version', '4.0.6'),
(1154, 132, '_elementor_pro_version', '4.0.4'),
(1155, 132, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1156, 132, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F1\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"about-bottom-section\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"background_color\":\"#FCFCFC\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"background_color\":\"#FCFCFC\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1217, 138, '_wp_page_template', 'elementor_header_footer'),
(1201, 136, '_elementor_edit_mode', 'builder'),
(1202, 136, '_elementor_template_type', 'wp-page'),
(1203, 136, '_elementor_version', '4.0.6'),
(1204, 136, '_elementor_pro_version', '4.0.4'),
(1205, 136, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1206, 136, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F1\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"about-bottom-section\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1171, 133, '_elementor_page_settings', 'a:0:{}'),
(1174, 134, '_wp_page_template', 'elementor_header_footer'),
(1176, 134, '_elementor_edit_mode', 'builder'),
(1177, 134, '_elementor_template_type', 'wp-page'),
(1178, 134, '_elementor_version', '4.0.6'),
(1179, 134, '_elementor_pro_version', '4.0.4'),
(1180, 134, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1181, 134, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F1\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"about-bottom-section\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"background_color\":\"#FCFCFC\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"background_color\":\"#FCFCFC\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1182, 134, '_elementor_page_settings', 'a:0:{}'),
(1185, 135, '_wp_page_template', 'elementor_header_footer'),
(1187, 135, '_elementor_edit_mode', 'builder'),
(1188, 135, '_elementor_template_type', 'wp-page'),
(1189, 135, '_elementor_version', '4.0.6'),
(1190, 135, '_elementor_pro_version', '4.0.4'),
(1191, 135, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1192, 135, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F1\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"about-bottom-section\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1207, 136, '_elementor_page_settings', 'a:0:{}'),
(1208, 137, '_wp_page_template', 'elementor_header_footer'),
(1210, 137, '_elementor_edit_mode', 'builder'),
(1211, 137, '_elementor_template_type', 'wp-page'),
(1212, 137, '_elementor_version', '4.0.6'),
(1213, 137, '_elementor_pro_version', '4.0.4'),
(1214, 137, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1215, 137, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F1\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"about-bottom-section\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1216, 137, '_elementor_page_settings', 'a:0:{}'),
(1219, 138, '_elementor_edit_mode', 'builder'),
(1220, 138, '_elementor_template_type', 'wp-page'),
(1221, 138, '_elementor_version', '4.0.6'),
(1222, 138, '_elementor_pro_version', '4.0.4'),
(1223, 138, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1224, 138, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F1\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"about-bottom-section\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1396, 153, '_wp_page_template', 'elementor_header_footer'),
(1229, 139, '_wp_page_template', 'elementor_header_footer'),
(1231, 139, '_elementor_edit_mode', 'builder'),
(1232, 139, '_elementor_template_type', 'wp-page'),
(1233, 139, '_elementor_version', '4.0.6'),
(1234, 139, '_elementor_pro_version', '4.0.4'),
(1235, 139, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1236, 139, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F1\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"about-bottom-section\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1288, 144, '_wp_page_template', 'elementor_header_footer'),
(1266, 142, '_wp_page_template', 'elementor_header_footer'),
(1268, 142, '_elementor_edit_mode', 'builder'),
(1269, 142, '_elementor_template_type', 'wp-page'),
(1270, 142, '_elementor_version', '4.0.6'),
(1271, 142, '_elementor_pro_version', '4.0.4'),
(1272, 142, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1273, 142, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F199\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"about-bottom-section\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1237, 139, '_elementor_page_settings', 'a:0:{}'),
(1240, 140, '_wp_page_template', 'elementor_header_footer'),
(1242, 140, '_elementor_edit_mode', 'builder'),
(1243, 140, '_elementor_template_type', 'wp-page'),
(1244, 140, '_elementor_version', '4.0.6'),
(1245, 140, '_elementor_pro_version', '4.0.4'),
(1246, 140, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1247, 140, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F1\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"about-bottom-section\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1248, 140, '_elementor_page_settings', 'a:0:{}'),
(1251, 141, '_wp_page_template', 'elementor_header_footer'),
(1253, 141, '_elementor_edit_mode', 'builder'),
(1254, 141, '_elementor_template_type', 'wp-page'),
(1255, 141, '_elementor_version', '4.0.6'),
(1256, 141, '_elementor_pro_version', '4.0.4'),
(1257, 141, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1258, 141, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F199\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"about-bottom-section\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1324, 147, '_wp_page_template', 'elementor_header_footer'),
(1302, 145, '_wp_page_template', 'elementor_header_footer'),
(1304, 145, '_elementor_edit_mode', 'builder'),
(1305, 145, '_elementor_template_type', 'wp-page'),
(1306, 145, '_elementor_version', '4.0.6'),
(1307, 145, '_elementor_pro_version', '4.0.4'),
(1308, 145, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1309, 145, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F199\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"about-bottom-section\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1274, 142, '_elementor_page_settings', 'a:0:{}'),
(1277, 143, '_wp_page_template', 'elementor_header_footer'),
(1279, 143, '_elementor_edit_mode', 'builder'),
(1280, 143, '_elementor_template_type', 'wp-page'),
(1281, 143, '_elementor_version', '4.0.6'),
(1282, 143, '_elementor_pro_version', '4.0.4'),
(1283, 143, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1284, 143, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F199\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"about-bottom-section\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1285, 143, '_elementor_page_settings', 'a:0:{}'),
(1290, 144, '_elementor_edit_mode', 'builder'),
(1291, 144, '_elementor_template_type', 'wp-page'),
(1292, 144, '_elementor_version', '4.0.6'),
(1293, 144, '_elementor_pro_version', '4.0.4'),
(1294, 144, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1295, 144, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F199\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"about-bottom-section\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1360, 150, '_wp_page_template', 'elementor_header_footer'),
(1338, 148, '_wp_page_template', 'elementor_header_footer'),
(1340, 148, '_elementor_edit_mode', 'builder'),
(1341, 148, '_elementor_template_type', 'wp-page'),
(1342, 148, '_elementor_version', '4.0.6'),
(1343, 148, '_elementor_pro_version', '4.0.4'),
(1344, 148, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1345, 148, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F199\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"about-bottom-section\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1310, 145, '_elementor_page_settings', 'a:0:{}'),
(1313, 146, '_wp_page_template', 'elementor_header_footer'),
(1315, 146, '_elementor_edit_mode', 'builder'),
(1316, 146, '_elementor_template_type', 'wp-page'),
(1317, 146, '_elementor_version', '4.0.6'),
(1318, 146, '_elementor_pro_version', '4.0.4'),
(1319, 146, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1320, 146, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F199\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"about-bottom-section\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1321, 146, '_elementor_page_settings', 'a:0:{}'),
(1326, 147, '_elementor_edit_mode', 'builder'),
(1327, 147, '_elementor_template_type', 'wp-page'),
(1328, 147, '_elementor_version', '4.0.6'),
(1329, 147, '_elementor_pro_version', '4.0.4'),
(1330, 147, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1331, 147, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F199\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"about-bottom-section\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1374, 151, '_wp_page_template', 'elementor_header_footer'),
(1376, 151, '_elementor_edit_mode', 'builder'),
(1377, 151, '_elementor_template_type', 'wp-page'),
(1378, 151, '_elementor_version', '4.0.6'),
(1379, 151, '_elementor_pro_version', '4.0.4'),
(1380, 151, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1381, 151, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F199\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"about-bottom-section\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1346, 148, '_elementor_page_settings', 'a:0:{}'),
(1349, 149, '_wp_page_template', 'elementor_header_footer'),
(1351, 149, '_elementor_edit_mode', 'builder'),
(1352, 149, '_elementor_template_type', 'wp-page'),
(1353, 149, '_elementor_version', '4.0.6'),
(1354, 149, '_elementor_pro_version', '4.0.4'),
(1355, 149, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1356, 149, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F199\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"about-bottom-section\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1357, 149, '_elementor_page_settings', 'a:0:{}'),
(1362, 150, '_elementor_edit_mode', 'builder'),
(1363, 150, '_elementor_template_type', 'wp-page'),
(1364, 150, '_elementor_version', '4.0.6'),
(1365, 150, '_elementor_pro_version', '4.0.4'),
(1366, 150, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1367, 150, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F199\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"about-bottom-section\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1408, 154, '_wp_page_template', 'elementor_header_footer'),
(1410, 154, '_elementor_edit_mode', 'builder'),
(1411, 154, '_elementor_template_type', 'wp-page'),
(1412, 154, '_elementor_version', '4.0.6'),
(1413, 154, '_elementor_pro_version', '4.0.4'),
(1414, 154, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1415, 154, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F199\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1382, 151, '_elementor_page_settings', 'a:0:{}'),
(1385, 152, '_wp_page_template', 'elementor_header_footer'),
(1387, 152, '_elementor_edit_mode', 'builder'),
(1388, 152, '_elementor_template_type', 'wp-page'),
(1389, 152, '_elementor_version', '4.0.6'),
(1390, 152, '_elementor_pro_version', '4.0.4'),
(1391, 152, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1392, 152, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F199\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"about-bottom-section\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1393, 152, '_elementor_page_settings', 'a:0:{}'),
(1398, 153, '_elementor_edit_mode', 'builder'),
(1399, 153, '_elementor_template_type', 'wp-page'),
(1400, 153, '_elementor_version', '4.0.6'),
(1401, 153, '_elementor_pro_version', '4.0.4'),
(1402, 153, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1403, 153, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F199\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1416, 154, '_elementor_page_settings', 'a:0:{}'),
(1417, 155, '_wp_page_template', 'elementor_header_footer'),
(1419, 155, '_elementor_edit_mode', 'builder'),
(1420, 155, '_elementor_template_type', 'wp-page'),
(1421, 155, '_elementor_version', '4.0.6'),
(1422, 155, '_elementor_pro_version', '4.0.4'),
(1423, 155, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1424, 155, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F199\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1425, 155, '_elementor_page_settings', 'a:0:{}'),
(1426, 156, '_wp_page_template', 'elementor_header_footer'),
(1428, 156, '_elementor_edit_mode', 'builder'),
(1429, 156, '_elementor_template_type', 'wp-page'),
(1430, 156, '_elementor_version', '4.0.6'),
(1431, 156, '_elementor_pro_version', '4.0.4'),
(1432, 156, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1433, 156, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F199\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1460, 159, '_wp_page_template', 'elementor_header_footer'),
(1438, 157, '_wp_page_template', 'elementor_header_footer'),
(1440, 157, '_elementor_edit_mode', 'builder'),
(1441, 157, '_elementor_template_type', 'wp-page'),
(1442, 157, '_elementor_version', '4.0.6'),
(1443, 157, '_elementor_pro_version', '4.0.4'),
(1444, 157, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1445, 157, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F199\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1496, 162, '_wp_page_template', 'elementor_header_footer'),
(1474, 160, '_wp_page_template', 'elementor_header_footer'),
(1476, 160, '_elementor_edit_mode', 'builder'),
(1477, 160, '_elementor_template_type', 'wp-page'),
(1478, 160, '_elementor_version', '4.0.6'),
(1479, 160, '_elementor_pro_version', '4.0.4'),
(1480, 160, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1481, 160, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F199\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1446, 157, '_elementor_page_settings', 'a:0:{}'),
(1449, 158, '_wp_page_template', 'elementor_header_footer'),
(1451, 158, '_elementor_edit_mode', 'builder'),
(1452, 158, '_elementor_template_type', 'wp-page'),
(1453, 158, '_elementor_version', '4.0.6'),
(1454, 158, '_elementor_pro_version', '4.0.4'),
(1455, 158, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1456, 158, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F199\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1457, 158, '_elementor_page_settings', 'a:0:{}'),
(1462, 159, '_elementor_edit_mode', 'builder'),
(1463, 159, '_elementor_template_type', 'wp-page'),
(1464, 159, '_elementor_version', '4.0.6'),
(1465, 159, '_elementor_pro_version', '4.0.4'),
(1466, 159, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1467, 159, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F199\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1512, 164, '_wp_page_template', 'elementor_header_footer'),
(1514, 164, '_elementor_edit_mode', 'builder'),
(1515, 164, '_elementor_template_type', 'wp-page'),
(1516, 164, '_elementor_version', '4.0.6'),
(1517, 164, '_elementor_pro_version', '4.0.4'),
(1518, 164, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1519, 164, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1482, 160, '_elementor_page_settings', 'a:0:{}'),
(1485, 161, '_wp_page_template', 'elementor_header_footer'),
(1487, 161, '_elementor_edit_mode', 'builder'),
(1488, 161, '_elementor_template_type', 'wp-page'),
(1489, 161, '_elementor_version', '4.0.6'),
(1490, 161, '_elementor_pro_version', '4.0.4'),
(1491, 161, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1492, 161, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#F6F4F199\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1493, 161, '_elementor_page_settings', 'a:0:{}'),
(1498, 162, '_elementor_edit_mode', 'builder'),
(1499, 162, '_elementor_template_type', 'wp-page'),
(1500, 162, '_elementor_version', '4.0.6'),
(1501, 162, '_elementor_pro_version', '4.0.4'),
(1502, 162, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1503, 162, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1546, 167, '_wp_page_template', 'elementor_header_footer'),
(1548, 167, '_elementor_edit_mode', 'builder'),
(1549, 167, '_elementor_template_type', 'wp-page'),
(1550, 167, '_elementor_version', '4.0.6'),
(1551, 167, '_elementor_pro_version', '4.0.4'),
(1552, 167, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1553, 167, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Shape.png\",\"id\":163,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1510, 163, '_wp_attached_file', '2026/05/Shape.png'),
(1511, 163, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1090;s:4:\"file\";s:17:\"2026/05/Shape.png\";s:8:\"filesize\";i:1120549;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"Shape-300x164.png\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51460;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"Shape-1024x558.png\";s:5:\"width\";i:1024;s:6:\"height\";i:558;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:378393;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"Shape-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16769;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"Shape-768x419.png\";s:5:\"width\";i:768;s:6:\"height\";i:419;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:234604;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:18:\"Shape-1536x837.png\";s:5:\"width\";i:1536;s:6:\"height\";i:837;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:749651;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1520, 164, '_elementor_page_settings', 'a:0:{}'),
(1523, 165, '_wp_page_template', 'elementor_header_footer'),
(1525, 165, '_elementor_edit_mode', 'builder'),
(1526, 165, '_elementor_template_type', 'wp-page'),
(1527, 165, '_elementor_version', '4.0.6'),
(1528, 165, '_elementor_pro_version', '4.0.4'),
(1529, 165, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1530, 165, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom right\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1531, 165, '_elementor_page_settings', 'a:0:{}'),
(1534, 166, '_wp_page_template', 'elementor_header_footer'),
(1536, 166, '_elementor_edit_mode', 'builder'),
(1537, 166, '_elementor_template_type', 'wp-page'),
(1538, 166, '_elementor_version', '4.0.6'),
(1539, 166, '_elementor_pro_version', '4.0.4'),
(1540, 166, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1541, 166, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Shape.png\",\"id\":163,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1554, 167, '_elementor_page_settings', 'a:0:{}'),
(1555, 168, '_wp_page_template', 'elementor_header_footer'),
(1557, 168, '_elementor_edit_mode', 'builder'),
(1558, 168, '_elementor_template_type', 'wp-page'),
(1559, 168, '_elementor_version', '4.0.6'),
(1560, 168, '_elementor_pro_version', '4.0.4'),
(1561, 168, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1562, 168, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Shape.png\",\"id\":163,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1563, 168, '_elementor_page_settings', 'a:0:{}'),
(1564, 169, '_wp_page_template', 'elementor_header_footer'),
(1566, 169, '_elementor_edit_mode', 'builder'),
(1567, 169, '_elementor_template_type', 'wp-page'),
(1568, 169, '_elementor_version', '4.0.6'),
(1569, 169, '_elementor_pro_version', '4.0.4'),
(1570, 169, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1571, 169, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Shape.png\",\"id\":163,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1580, 172, '_wp_page_template', 'elementor_header_footer'),
(1582, 172, '_elementor_edit_mode', 'builder'),
(1583, 172, '_elementor_template_type', 'wp-page'),
(1584, 172, '_elementor_version', '4.0.6'),
(1585, 172, '_elementor_pro_version', '4.0.4'),
(1586, 172, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1587, 172, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Shape.png\",\"id\":163,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1616, 175, '_wp_page_template', 'elementor_header_footer'),
(1618, 175, '_elementor_edit_mode', 'builder'),
(1619, 175, '_elementor_template_type', 'wp-page'),
(1620, 175, '_elementor_version', '4.0.6'),
(1621, 175, '_elementor_pro_version', '4.0.4'),
(1622, 175, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1623, 175, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1848, 199, '_wp_page_template', 'elementor_header_footer'),
(1576, 170, '_wp_attached_file', '2026/05/shape-1.png'),
(1577, 170, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:914;s:4:\"file\";s:19:\"2026/05/shape-1.png\";s:8:\"filesize\";i:569273;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"shape-1-300x137.png\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21718;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"shape-1-1024x468.png\";s:5:\"width\";i:1024;s:6:\"height\";i:468;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:149314;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"shape-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9181;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"shape-1-768x351.png\";s:5:\"width\";i:768;s:6:\"height\";i:351;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:94745;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"shape-1-1536x702.png\";s:5:\"width\";i:1536;s:6:\"height\";i:702;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:282291;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1578, 171, '_wp_attached_file', '2026/05/shape-2.png'),
(1579, 171, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1052;s:6:\"height\";i:1008;s:4:\"file\";s:19:\"2026/05/shape-2.png\";s:8:\"filesize\";i:687971;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"shape-2-300x287.png\";s:5:\"width\";i:300;s:6:\"height\";i:287;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:69136;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"shape-2-1024x981.png\";s:5:\"width\";i:1024;s:6:\"height\";i:981;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:528899;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"shape-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23322;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"shape-2-768x736.png\";s:5:\"width\";i:768;s:6:\"height\";i:736;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:335314;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1588, 172, '_elementor_page_settings', 'a:0:{}'),
(1591, 173, '_wp_page_template', 'elementor_header_footer'),
(1593, 173, '_elementor_edit_mode', 'builder'),
(1594, 173, '_elementor_template_type', 'wp-page'),
(1595, 173, '_elementor_version', '4.0.6'),
(1596, 173, '_elementor_pro_version', '4.0.4'),
(1597, 173, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1598, 173, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom center\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Shape.png\",\"id\":163,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1599, 173, '_elementor_page_settings', 'a:0:{}'),
(1602, 174, '_wp_page_template', 'elementor_header_footer'),
(1604, 174, '_elementor_edit_mode', 'builder'),
(1605, 174, '_elementor_template_type', 'wp-page'),
(1606, 174, '_elementor_version', '4.0.6'),
(1607, 174, '_elementor_pro_version', '4.0.4'),
(1608, 174, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1609, 174, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1654, 179, '_wp_page_template', 'elementor_header_footer'),
(1656, 179, '_elementor_edit_mode', 'builder'),
(1657, 179, '_elementor_template_type', 'wp-page'),
(1658, 179, '_elementor_version', '4.0.6'),
(1659, 179, '_elementor_pro_version', '4.0.4'),
(1660, 179, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1661, 179, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":75,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1728, 186, '_wp_page_template', 'elementor_header_footer'),
(1624, 175, '_elementor_page_settings', 'a:0:{}'),
(1627, 176, '_wp_page_template', 'elementor_header_footer'),
(1629, 176, '_elementor_edit_mode', 'builder'),
(1630, 176, '_elementor_template_type', 'wp-page'),
(1631, 176, '_elementor_version', '4.0.6'),
(1632, 176, '_elementor_pro_version', '4.0.4'),
(1633, 176, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1634, 176, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1635, 176, '_elementor_page_settings', 'a:0:{}'),
(1638, 177, '_wp_page_template', 'elementor_header_footer'),
(1640, 177, '_elementor_edit_mode', 'builder'),
(1641, 177, '_elementor_template_type', 'wp-page'),
(1642, 177, '_elementor_version', '4.0.6'),
(1643, 177, '_elementor_pro_version', '4.0.4'),
(1644, 177, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1645, 177, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":75,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1712, 184, '_wp_page_template', 'elementor_header_footer'),
(1690, 182, '_wp_page_template', 'elementor_header_footer'),
(1692, 182, '_elementor_edit_mode', 'builder'),
(1693, 182, '_elementor_template_type', 'wp-page'),
(1694, 182, '_elementor_version', '4.0.6'),
(1695, 182, '_elementor_pro_version', '4.0.4'),
(1696, 182, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1697, 182, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":75,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1652, 178, '_wp_attached_file', '2026/05/shape-3.png'),
(1653, 178, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:957;s:6:\"height\";i:783;s:4:\"file\";s:19:\"2026/05/shape-3.png\";s:8:\"filesize\";i:346329;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"shape-3-300x245.png\";s:5:\"width\";i:300;s:6:\"height\";i:245;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40121;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"shape-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16787;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"shape-3-768x628.png\";s:5:\"width\";i:768;s:6:\"height\";i:628;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:183231;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1662, 179, '_elementor_page_settings', 'a:0:{}'),
(1665, 180, '_wp_page_template', 'elementor_header_footer'),
(1667, 180, '_elementor_edit_mode', 'builder'),
(1668, 180, '_elementor_template_type', 'wp-page'),
(1669, 180, '_elementor_version', '4.0.6'),
(1670, 180, '_elementor_pro_version', '4.0.4'),
(1671, 180, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1672, 180, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":75,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1673, 180, '_elementor_page_settings', 'a:0:{}'),
(1676, 181, '_wp_page_template', 'elementor_header_footer'),
(1678, 181, '_elementor_edit_mode', 'builder'),
(1679, 181, '_elementor_template_type', 'wp-page'),
(1680, 181, '_elementor_version', '4.0.6'),
(1681, 181, '_elementor_pro_version', '4.0.4'),
(1682, 181, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1683, 181, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":75,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1730, 186, '_elementor_edit_mode', 'builder'),
(1731, 186, '_elementor_template_type', 'wp-page'),
(1732, 186, '_elementor_version', '4.0.6'),
(1733, 186, '_elementor_pro_version', '4.0.4'),
(1734, 186, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1735, 186, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1698, 182, '_elementor_page_settings', 'a:0:{}'),
(1701, 183, '_wp_page_template', 'elementor_header_footer'),
(1703, 183, '_elementor_edit_mode', 'builder'),
(1704, 183, '_elementor_template_type', 'wp-page'),
(1705, 183, '_elementor_version', '4.0.6'),
(1706, 183, '_elementor_pro_version', '4.0.4'),
(1707, 183, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1708, 183, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":75,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1709, 183, '_elementor_page_settings', 'a:0:{}'),
(1714, 184, '_elementor_edit_mode', 'builder'),
(1715, 184, '_elementor_template_type', 'wp-page'),
(1716, 184, '_elementor_version', '4.0.6'),
(1717, 184, '_elementor_pro_version', '4.0.4'),
(1718, 184, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1719, 184, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1764, 189, '_wp_page_template', 'elementor_header_footer'),
(1766, 189, '_elementor_edit_mode', 'builder'),
(1767, 189, '_elementor_template_type', 'wp-page'),
(1768, 189, '_elementor_version', '4.0.6'),
(1769, 189, '_elementor_pro_version', '4.0.4'),
(1770, 189, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1771, 189, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1726, 185, '_wp_attached_file', '2026/05/banner-shape.png'),
(1727, 185, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:498;s:4:\"file\";s:24:\"2026/05/banner-shape.png\";s:8:\"filesize\";i:555696;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"banner-shape-300x75.png\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29971;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"banner-shape-1024x255.png\";s:5:\"width\";i:1024;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:208603;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"banner-shape-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19086;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"banner-shape-768x191.png\";s:5:\"width\";i:768;s:6:\"height\";i:191;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:133913;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"banner-shape-1536x382.png\";s:5:\"width\";i:1536;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:384850;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1736, 186, '_elementor_page_settings', 'a:0:{}'),
(1739, 187, '_wp_page_template', 'elementor_header_footer'),
(1741, 187, '_elementor_edit_mode', 'builder'),
(1742, 187, '_elementor_template_type', 'wp-page'),
(1743, 187, '_elementor_version', '4.0.6'),
(1744, 187, '_elementor_pro_version', '4.0.4'),
(1745, 187, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1746, 187, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1747, 187, '_elementor_page_settings', 'a:0:{}'),
(1786, 191, '_wp_page_template', 'elementor_header_footer'),
(1750, 188, '_wp_page_template', 'elementor_header_footer'),
(1752, 188, '_elementor_edit_mode', 'builder'),
(1753, 188, '_elementor_template_type', 'wp-page'),
(1754, 188, '_elementor_version', '4.0.6'),
(1755, 188, '_elementor_pro_version', '4.0.4'),
(1756, 188, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1757, 188, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1800, 192, '_wp_page_template', 'elementor_header_footer'),
(1802, 192, '_elementor_edit_mode', 'builder'),
(1803, 192, '_elementor_template_type', 'wp-page'),
(1804, 192, '_elementor_version', '4.0.6'),
(1805, 192, '_elementor_pro_version', '4.0.4'),
(1806, 192, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1807, 192, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1888, 204, '_wp_page_template', 'elementor_header_footer'),
(1772, 189, '_elementor_page_settings', 'a:0:{}'),
(1775, 190, '_wp_page_template', 'elementor_header_footer'),
(1777, 190, '_elementor_edit_mode', 'builder'),
(1778, 190, '_elementor_template_type', 'wp-page'),
(1779, 190, '_elementor_version', '4.0.6'),
(1780, 190, '_elementor_pro_version', '4.0.4'),
(1781, 190, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1782, 190, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1783, 190, '_elementor_page_settings', 'a:0:{}'),
(1788, 191, '_elementor_edit_mode', 'builder'),
(1789, 191, '_elementor_template_type', 'wp-page'),
(1790, 191, '_elementor_version', '4.0.6'),
(1791, 191, '_elementor_pro_version', '4.0.4'),
(1792, 191, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1793, 191, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1850, 199, '_elementor_edit_mode', 'builder'),
(1851, 199, '_elementor_template_type', 'wp-page'),
(1852, 199, '_elementor_version', '4.0.6'),
(1853, 199, '_elementor_pro_version', '4.0.4'),
(1854, 199, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1855, 199, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1808, 192, '_elementor_page_settings', 'a:0:{}'),
(1811, 193, '_wp_page_template', 'elementor_header_footer'),
(1813, 193, '_elementor_edit_mode', 'builder'),
(1814, 193, '_elementor_template_type', 'wp-page'),
(1815, 193, '_elementor_version', '4.0.6'),
(1816, 193, '_elementor_pro_version', '4.0.4'),
(1817, 193, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1818, 193, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1819, 193, '_elementor_page_settings', 'a:0:{}'),
(1822, 194, '_wp_page_template', 'elementor_header_footer'),
(1824, 194, '_elementor_edit_mode', 'builder'),
(1825, 194, '_elementor_template_type', 'wp-page'),
(1826, 194, '_elementor_version', '4.0.6'),
(1827, 194, '_elementor_pro_version', '4.0.4'),
(1828, 194, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(1829, 194, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1890, 204, '_elementor_edit_mode', 'builder'),
(1891, 204, '_elementor_template_type', 'wp-page'),
(1892, 204, '_elementor_version', '4.0.6'),
(1893, 204, '_elementor_pro_version', '4.0.4'),
(1894, 204, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1895, 204, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":195,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/CONVENIENCE-img.jpg\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":196,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Coordination-img.jpg\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1845, 198, '_wp_attached_file', '2026/05/apartment-three-shape-1.webp'),
(1846, 198, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:483;s:6:\"height\";i:843;s:4:\"file\";s:36:\"2026/05/apartment-three-shape-1.webp\";s:8:\"filesize\";i:5804;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"apartment-three-shape-1-172x300.webp\";s:5:\"width\";i:172;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2998;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"apartment-three-shape-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1878;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1847, 198, '_elementor_source_image_hash', '85371c3d5ce3ab3ca4f9d1095d77f80c6eca52f3'),
(1856, 199, '_elementor_page_settings', 'a:0:{}'),
(1859, 200, '_wp_page_template', 'elementor_header_footer'),
(1861, 200, '_elementor_edit_mode', 'builder'),
(1862, 200, '_elementor_template_type', 'wp-page'),
(1863, 200, '_elementor_version', '4.0.6'),
(1864, 200, '_elementor_pro_version', '4.0.4'),
(1865, 200, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1866, 200, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1867, 200, '_elementor_page_settings', 'a:0:{}'),
(1870, 201, '_wp_page_template', 'elementor_header_footer'),
(1872, 201, '_elementor_edit_mode', 'builder'),
(1873, 201, '_elementor_template_type', 'wp-page'),
(1874, 201, '_elementor_version', '4.0.6'),
(1875, 201, '_elementor_pro_version', '4.0.4'),
(1876, 201, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1877, 201, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":195,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/CONVENIENCE-img.jpg\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":196,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Coordination-img.jpg\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1946, 209, '_wp_page_template', 'elementor_header_footer'),
(1924, 207, '_wp_page_template', 'elementor_header_footer'),
(1926, 207, '_elementor_edit_mode', 'builder'),
(1927, 207, '_elementor_template_type', 'wp-page'),
(1928, 207, '_elementor_version', '4.0.6'),
(1929, 207, '_elementor_pro_version', '4.0.4'),
(1930, 207, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1931, 207, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1994, 213, '_wp_page_template', 'elementor_header_footer'),
(1996, 213, '_elementor_edit_mode', 'builder'),
(1997, 213, '_elementor_template_type', 'wp-page'),
(1998, 213, '_elementor_version', '4.0.6'),
(1999, 213, '_elementor_pro_version', '4.0.4'),
(2000, 213, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2001, 213, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1884, 202, '_wp_attached_file', '2026/05/about-us-img.jpg'),
(1885, 202, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:24:\"2026/05/about-us-img.jpg\";s:8:\"filesize\";i:136735;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"about-us-img-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19699;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"about-us-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9985;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"about-us-img-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83491;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1886, 203, '_wp_attached_file', '2026/05/Services-With-Care.jpg'),
(1887, 203, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:30:\"2026/05/Services-With-Care.jpg\";s:8:\"filesize\";i:269732;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"Services-With-Care-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30818;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Services-With-Care-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13379;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Services-With-Care-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158029;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1896, 204, '_elementor_page_settings', 'a:0:{}'),
(1899, 205, '_wp_page_template', 'elementor_header_footer'),
(1901, 205, '_elementor_edit_mode', 'builder'),
(1902, 205, '_elementor_template_type', 'wp-page'),
(1903, 205, '_elementor_version', '4.0.6'),
(1904, 205, '_elementor_pro_version', '4.0.4'),
(1905, 205, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1906, 205, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":195,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/CONVENIENCE-img.jpg\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":196,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Coordination-img.jpg\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1907, 205, '_elementor_page_settings', 'a:0:{}'),
(1910, 206, '_wp_page_template', 'elementor_header_footer'),
(1912, 206, '_elementor_edit_mode', 'builder'),
(1913, 206, '_elementor_template_type', 'wp-page'),
(1914, 206, '_elementor_version', '4.0.6'),
(1915, 206, '_elementor_pro_version', '4.0.4'),
(1916, 206, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1917, 206, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1960, 210, '_wp_page_template', 'elementor_header_footer'),
(1962, 210, '_elementor_edit_mode', 'builder'),
(1963, 210, '_elementor_template_type', 'wp-page'),
(1964, 210, '_elementor_version', '4.0.6'),
(1965, 210, '_elementor_pro_version', '4.0.4'),
(1966, 210, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1967, 210, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1932, 207, '_elementor_page_settings', 'a:0:{}'),
(1935, 208, '_wp_page_template', 'elementor_header_footer'),
(1937, 208, '_elementor_edit_mode', 'builder'),
(1938, 208, '_elementor_template_type', 'wp-page'),
(1939, 208, '_elementor_version', '4.0.6'),
(1940, 208, '_elementor_pro_version', '4.0.4'),
(1941, 208, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1942, 208, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1943, 208, '_elementor_page_settings', 'a:0:{}'),
(1948, 209, '_elementor_edit_mode', 'builder'),
(1949, 209, '_elementor_template_type', 'wp-page'),
(1950, 209, '_elementor_version', '4.0.6'),
(1951, 209, '_elementor_pro_version', '4.0.4'),
(1952, 209, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1953, 209, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1968, 210, '_elementor_page_settings', 'a:0:{}'),
(1971, 211, '_wp_page_template', 'elementor_header_footer'),
(1973, 211, '_elementor_edit_mode', 'builder'),
(1974, 211, '_elementor_template_type', 'wp-page'),
(1975, 211, '_elementor_version', '4.0.6'),
(1976, 211, '_elementor_pro_version', '4.0.4'),
(1977, 211, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1978, 211, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1979, 211, '_elementor_page_settings', 'a:0:{}'),
(1982, 212, '_wp_page_template', 'elementor_header_footer'),
(1984, 212, '_elementor_edit_mode', 'builder'),
(1985, 212, '_elementor_template_type', 'wp-page'),
(1986, 212, '_elementor_version', '4.0.6'),
(1987, 212, '_elementor_pro_version', '4.0.4'),
(1988, 212, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1989, 212, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2002, 213, '_elementor_page_settings', 'a:0:{}'),
(2003, 214, '_wp_page_template', 'elementor_header_footer'),
(2005, 214, '_elementor_edit_mode', 'builder'),
(2006, 214, '_elementor_template_type', 'wp-page'),
(2007, 214, '_elementor_version', '4.0.6'),
(2008, 214, '_elementor_pro_version', '4.0.4'),
(2009, 214, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2010, 214, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2011, 214, '_elementor_page_settings', 'a:0:{}'),
(2040, 218, '_wp_page_template', 'elementor_header_footer'),
(2012, 215, '_wp_page_template', 'elementor_header_footer'),
(2014, 215, '_elementor_edit_mode', 'builder'),
(2015, 215, '_elementor_template_type', 'wp-page'),
(2016, 215, '_elementor_version', '4.0.6'),
(2017, 215, '_elementor_pro_version', '4.0.4'),
(2018, 215, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2019, 215, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2022, 216, '_wp_page_template', 'elementor_header_footer'),
(2024, 216, '_elementor_edit_mode', 'builder'),
(2025, 216, '_elementor_template_type', 'wp-page'),
(2026, 216, '_elementor_version', '4.0.6'),
(2027, 216, '_elementor_pro_version', '4.0.4'),
(2028, 216, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2029, 216, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2030, 216, '_elementor_page_settings', 'a:0:{}'),
(2031, 217, '_wp_page_template', 'elementor_header_footer'),
(2033, 217, '_elementor_edit_mode', 'builder'),
(2034, 217, '_elementor_template_type', 'wp-page'),
(2035, 217, '_elementor_version', '4.0.6'),
(2036, 217, '_elementor_pro_version', '4.0.4'),
(2037, 217, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2038, 217, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2039, 217, '_elementor_page_settings', 'a:0:{}'),
(2042, 218, '_elementor_edit_mode', 'builder'),
(2043, 218, '_elementor_template_type', 'wp-page'),
(2044, 218, '_elementor_version', '4.0.6'),
(2045, 218, '_elementor_pro_version', '4.0.4'),
(2046, 218, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2047, 218, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2052, 219, '_wp_page_template', 'elementor_header_footer'),
(2054, 219, '_elementor_edit_mode', 'builder'),
(2055, 219, '_elementor_template_type', 'wp-page'),
(2056, 219, '_elementor_version', '4.0.6'),
(2057, 219, '_elementor_pro_version', '4.0.4'),
(2058, 219, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2059, 219, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2086, 222, '_wp_page_template', 'elementor_header_footer'),
(2088, 222, '_elementor_edit_mode', 'builder'),
(2089, 222, '_elementor_template_type', 'wp-page'),
(2090, 222, '_elementor_version', '4.0.6'),
(2091, 222, '_elementor_pro_version', '4.0.4'),
(2092, 222, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2093, 222, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2060, 219, '_elementor_page_settings', 'a:0:{}'),
(2063, 220, '_wp_page_template', 'elementor_header_footer'),
(2065, 220, '_elementor_edit_mode', 'builder'),
(2066, 220, '_elementor_template_type', 'wp-page'),
(2067, 220, '_elementor_version', '4.0.6'),
(2068, 220, '_elementor_pro_version', '4.0.4'),
(2069, 220, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(2070, 220, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2071, 220, '_elementor_page_settings', 'a:0:{}'),
(2074, 221, '_wp_page_template', 'elementor_header_footer'),
(2076, 221, '_elementor_edit_mode', 'builder'),
(2077, 221, '_elementor_template_type', 'wp-page'),
(2078, 221, '_elementor_version', '4.0.6'),
(2079, 221, '_elementor_pro_version', '4.0.4'),
(2080, 221, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2081, 221, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2094, 222, '_elementor_page_settings', 'a:0:{}'),
(2095, 223, '_wp_page_template', 'elementor_header_footer'),
(2097, 223, '_elementor_edit_mode', 'builder'),
(2098, 223, '_elementor_template_type', 'wp-page'),
(2099, 223, '_elementor_version', '4.0.6'),
(2100, 223, '_elementor_pro_version', '4.0.4'),
(2101, 223, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2102, 223, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2103, 223, '_elementor_page_settings', 'a:0:{}'),
(2149, 228, '_wp_page_template', 'elementor_header_footer'),
(2104, 224, '_wp_page_template', 'elementor_header_footer'),
(2106, 224, '_elementor_edit_mode', 'builder'),
(2107, 224, '_elementor_template_type', 'wp-page'),
(2108, 224, '_elementor_version', '4.0.6'),
(2109, 224, '_elementor_pro_version', '4.0.4'),
(2110, 224, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2111, 224, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2129, 226, '_wp_page_template', 'elementor_header_footer'),
(2131, 226, '_elementor_edit_mode', 'builder'),
(2132, 226, '_elementor_template_type', 'wp-page'),
(2133, 226, '_elementor_version', '4.0.6'),
(2134, 226, '_elementor_pro_version', '4.0.4'),
(2135, 226, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2136, 226, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2178, 231, '_wp_page_template', 'elementor_header_footer'),
(2160, 229, '_wp_page_template', 'elementor_header_footer'),
(2162, 229, '_elementor_edit_mode', 'builder'),
(2163, 229, '_elementor_template_type', 'wp-page'),
(2164, 229, '_elementor_version', '4.0.6'),
(2165, 229, '_elementor_pro_version', '4.0.4'),
(2166, 229, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2167, 229, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2151, 228, '_elementor_edit_mode', 'builder'),
(2152, 228, '_elementor_template_type', 'wp-page'),
(2153, 228, '_elementor_version', '4.0.6'),
(2154, 228, '_elementor_pro_version', '4.0.4'),
(2155, 228, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2156, 228, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2137, 226, '_elementor_page_settings', 'a:0:{}'),
(2139, 227, '_wp_page_template', 'elementor_header_footer'),
(2141, 227, '_elementor_edit_mode', 'builder'),
(2142, 227, '_elementor_template_type', 'wp-page'),
(2143, 227, '_elementor_version', '4.0.6'),
(2144, 227, '_elementor_pro_version', '4.0.4'),
(2145, 227, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2146, 227, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2147, 227, '_elementor_page_settings', 'a:0:{}'),
(2168, 229, '_elementor_page_settings', 'a:0:{}'),
(2169, 230, '_wp_page_template', 'elementor_header_footer'),
(2171, 230, '_elementor_edit_mode', 'builder'),
(2172, 230, '_elementor_template_type', 'wp-page'),
(2173, 230, '_elementor_version', '4.0.6'),
(2174, 230, '_elementor_pro_version', '4.0.4'),
(2175, 230, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2176, 230, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2177, 230, '_elementor_page_settings', 'a:0:{}'),
(2180, 231, '_elementor_edit_mode', 'builder'),
(2181, 231, '_elementor_template_type', 'wp-page'),
(2182, 231, '_elementor_version', '4.0.6'),
(2183, 231, '_elementor_pro_version', '4.0.4'),
(2184, 231, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2185, 231, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2198, 232, '_wp_page_template', 'elementor_header_footer'),
(2200, 232, '_elementor_edit_mode', 'builder'),
(2201, 232, '_elementor_template_type', 'wp-page'),
(2202, 232, '_elementor_version', '4.0.6'),
(2203, 232, '_elementor_pro_version', '4.0.4'),
(2204, 232, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2205, 232, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2232, 235, '_wp_page_template', 'elementor_header_footer'),
(2234, 235, '_elementor_edit_mode', 'builder'),
(2235, 235, '_elementor_template_type', 'wp-page'),
(2236, 235, '_elementor_version', '4.0.6'),
(2237, 235, '_elementor_pro_version', '4.0.4'),
(2238, 235, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2239, 235, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2190, 15, '_elementor_edit_mode', 'builder'),
(2191, 15, '_astra_content_layout_flag', 'disabled'),
(2192, 15, 'ast-title-bar-display', 'disabled'),
(2193, 15, '_elementor_template_type', 'wp-page'),
(2194, 15, '_elementor_version', '4.0.6'),
(2195, 15, '_elementor_pro_version', '4.0.4'),
(2314, 15, '_elementor_data', '[{\"id\":\"81d36c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a7fbf3c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"59b2489\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7dfefca\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cf2132b\"}]},\"elements\":[{\"id\":\"b838e5e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d1b46a6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3b9d3e3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"adc3dc8\"}],\"pp_display_conditions\":[{\"_id\":\"d5c852f\"}]},\"elements\":[{\"id\":\"9127a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}],\"animation\":\"fadeInLeft\"},\"elements\":[{\"id\":\"c97449c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-ab.jpg\",\"id\":319,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9247476\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"37bf80d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}],\"animation\":\"fadeInRight\"},\"elements\":[{\"id\":\"fc48ecc\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"pp_display_conditions\":[{\"_id\":\"20ae8b5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f04b25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"212c323\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"65e00da\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060.svg\",\"id\":125},\"library\":\"svg\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6c973b9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2197, 15, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(2206, 232, '_elementor_page_settings', 'a:0:{}'),
(2209, 233, '_wp_page_template', 'elementor_header_footer'),
(2211, 233, '_elementor_edit_mode', 'builder'),
(2212, 233, '_elementor_template_type', 'wp-page'),
(2213, 233, '_elementor_version', '4.0.6'),
(2214, 233, '_elementor_pro_version', '4.0.4'),
(2215, 233, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2216, 233, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2217, 233, '_elementor_page_settings', 'a:0:{}'),
(2250, 237, '_wp_page_template', 'elementor_header_footer'),
(2220, 234, '_wp_page_template', 'elementor_header_footer'),
(2222, 234, '_elementor_edit_mode', 'builder'),
(2223, 234, '_elementor_template_type', 'wp-page'),
(2224, 234, '_elementor_version', '4.0.6'),
(2225, 234, '_elementor_pro_version', '4.0.4'),
(2226, 234, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2227, 234, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2240, 235, '_elementor_page_settings', 'a:0:{}'),
(2241, 236, '_wp_page_template', 'elementor_header_footer'),
(2243, 236, '_elementor_edit_mode', 'builder'),
(2244, 236, '_elementor_template_type', 'wp-page'),
(2245, 236, '_elementor_version', '4.0.6'),
(2246, 236, '_elementor_pro_version', '4.0.4'),
(2247, 236, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2248, 236, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2249, 236, '_elementor_page_settings', 'a:0:{}'),
(2252, 237, '_elementor_edit_mode', 'builder'),
(2253, 237, '_elementor_template_type', 'wp-page'),
(2254, 237, '_elementor_version', '4.0.6'),
(2255, 237, '_elementor_pro_version', '4.0.4'),
(2256, 237, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2257, 237, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2284, 240, '_wp_page_template', 'elementor_header_footer'),
(2262, 238, '_wp_page_template', 'elementor_header_footer'),
(2264, 238, '_elementor_edit_mode', 'builder'),
(2265, 238, '_elementor_template_type', 'wp-page'),
(2266, 238, '_elementor_version', '4.0.6'),
(2267, 238, '_elementor_pro_version', '4.0.4'),
(2268, 238, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2269, 238, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2439, 258, '_wp_page_template', 'elementor_header_footer'),
(2419, 256, '_wp_page_template', 'elementor_header_footer'),
(2421, 256, '_elementor_edit_mode', 'builder'),
(2422, 256, '_elementor_template_type', 'wp-page'),
(2423, 256, '_elementor_version', '4.0.6'),
(2424, 256, '_elementor_pro_version', '4.0.4'),
(2425, 256, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2426, 256, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2574, 269, '_wp_page_template', 'elementor_header_footer'),
(2270, 238, '_elementor_page_settings', 'a:0:{}'),
(2273, 239, '_wp_page_template', 'elementor_header_footer'),
(2275, 239, '_elementor_edit_mode', 'builder'),
(2276, 239, '_elementor_template_type', 'wp-page'),
(2277, 239, '_elementor_version', '4.0.6'),
(2278, 239, '_elementor_pro_version', '4.0.4'),
(2279, 239, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2280, 239, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2281, 239, '_elementor_page_settings', 'a:0:{}'),
(2286, 240, '_elementor_edit_mode', 'builder'),
(2287, 240, '_elementor_template_type', 'wp-page'),
(2288, 240, '_elementor_version', '4.0.6'),
(2289, 240, '_elementor_pro_version', '4.0.4'),
(2290, 240, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2291, 240, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2492, 263, '_wp_page_template', 'elementor_header_footer'),
(2470, 261, '_wp_page_template', 'elementor_header_footer'),
(2472, 261, '_elementor_edit_mode', 'builder'),
(2473, 261, '_elementor_template_type', 'wp-page'),
(2474, 261, '_elementor_version', '4.0.6'),
(2475, 261, '_elementor_pro_version', '4.0.4'),
(2476, 261, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2477, 261, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2298, 241, '_wp_page_template', 'elementor_header_footer'),
(2300, 241, '_elementor_edit_mode', 'builder'),
(2301, 241, '_elementor_template_type', 'wp-page'),
(2302, 241, '_elementor_version', '4.0.6'),
(2303, 241, '_elementor_pro_version', '4.0.4'),
(2304, 241, '_elementor_page_settings', 'a:0:{}'),
(2305, 241, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(2306, 242, '_wp_page_template', 'elementor_header_footer'),
(2308, 242, '_elementor_edit_mode', 'builder'),
(2309, 242, '_elementor_template_type', 'wp-page'),
(2310, 242, '_elementor_version', '4.0.6'),
(2311, 242, '_elementor_pro_version', '4.0.4'),
(2312, 242, '_elementor_page_settings', 'a:0:{}'),
(2313, 242, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(2315, 243, '_wp_page_template', 'elementor_header_footer'),
(2317, 243, '_elementor_edit_mode', 'builder'),
(2318, 243, '_elementor_template_type', 'wp-page'),
(2319, 243, '_elementor_version', '4.0.6'),
(2320, 243, '_elementor_pro_version', '4.0.4'),
(2321, 243, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(2322, 243, '_elementor_data', '[{\"id\":\"81d36c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a7fbf3c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"59b2489\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7dfefca\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cf2132b\"}]},\"elements\":[],\"isInner\":false}]'),
(2339, 246, '_wp_page_template', 'elementor_header_footer'),
(2341, 246, '_elementor_edit_mode', 'builder'),
(2342, 246, '_elementor_template_type', 'wp-page'),
(2343, 246, '_elementor_version', '4.0.6'),
(2344, 246, '_elementor_pro_version', '4.0.4'),
(2325, 244, '_wp_attached_file', '2026/05/Admission-img.jpg'),
(2326, 244, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:25:\"2026/05/Admission-img.jpg\";s:8:\"filesize\";i:188672;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Admission-img-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25015;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Admission-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11151;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"Admission-img-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116466;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2441, 258, '_elementor_edit_mode', 'builder'),
(2442, 258, '_elementor_template_type', 'wp-page'),
(2443, 258, '_elementor_version', '4.0.6'),
(2444, 258, '_elementor_pro_version', '4.0.4'),
(2445, 258, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2446, 258, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2345, 246, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(2346, 246, '_elementor_data', '[{\"id\":\"81d36c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a7fbf3c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"59b2489\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7dfefca\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cf2132b\"}]},\"elements\":[],\"isInner\":false}]'),
(2347, 246, '_elementor_page_settings', 'a:0:{}'),
(2348, 247, '_wp_page_template', 'elementor_header_footer'),
(2350, 247, '_elementor_edit_mode', 'builder'),
(2351, 247, '_elementor_template_type', 'wp-page'),
(2352, 247, '_elementor_version', '4.0.6'),
(2353, 247, '_elementor_pro_version', '4.0.4'),
(2354, 247, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(2355, 247, '_elementor_data', '[{\"id\":\"81d36c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a7fbf3c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"59b2489\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7dfefca\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cf2132b\"}]},\"elements\":[],\"isInner\":false}]'),
(2356, 247, '_elementor_page_settings', 'a:0:{}'),
(2357, 248, '_wp_page_template', 'elementor_header_footer'),
(2359, 248, '_elementor_edit_mode', 'builder'),
(2360, 248, '_elementor_template_type', 'wp-page'),
(2361, 248, '_elementor_version', '4.0.6'),
(2362, 248, '_elementor_pro_version', '4.0.4'),
(2363, 248, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(2364, 248, '_elementor_data', '[{\"id\":\"81d36c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a7fbf3c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"59b2489\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7dfefca\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cf2132b\"}]},\"elements\":[{\"id\":\"b838e5e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d1b46a6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3b9d3e3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"adc3dc8\"}],\"pp_display_conditions\":[{\"_id\":\"d5c852f\"}]},\"elements\":[{\"id\":\"9127a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}]},\"elements\":[],\"isInner\":true},{\"id\":\"37bf80d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}]},\"elements\":[{\"id\":\"fc48ecc\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"pp_display_conditions\":[{\"_id\":\"20ae8b5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f04b25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"212c323\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"65e00da\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060.svg\",\"id\":125},\"library\":\"svg\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6c973b9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2367, 249, '_wp_page_template', 'elementor_header_footer'),
(2369, 249, '_elementor_edit_mode', 'builder'),
(2370, 249, '_elementor_template_type', 'wp-page'),
(2371, 249, '_elementor_version', '4.0.6'),
(2372, 249, '_elementor_pro_version', '4.0.4'),
(2373, 249, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(2374, 249, '_elementor_data', '[{\"id\":\"81d36c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a7fbf3c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"59b2489\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7dfefca\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cf2132b\"}]},\"elements\":[{\"id\":\"b838e5e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d1b46a6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3b9d3e3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"adc3dc8\"}],\"pp_display_conditions\":[{\"_id\":\"d5c852f\"}]},\"elements\":[{\"id\":\"9127a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}]},\"elements\":[],\"isInner\":true},{\"id\":\"37bf80d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}]},\"elements\":[{\"id\":\"fc48ecc\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"pp_display_conditions\":[{\"_id\":\"20ae8b5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f04b25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"212c323\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"65e00da\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060.svg\",\"id\":125},\"library\":\"svg\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6c973b9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2375, 249, '_elementor_page_settings', 'a:0:{}'),
(2376, 250, '_wp_page_template', 'elementor_header_footer'),
(2378, 250, '_elementor_edit_mode', 'builder'),
(2379, 250, '_elementor_template_type', 'wp-page'),
(2380, 250, '_elementor_version', '4.0.6'),
(2381, 250, '_elementor_pro_version', '4.0.4'),
(2382, 250, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(2383, 250, '_elementor_data', '[{\"id\":\"81d36c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a7fbf3c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"59b2489\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7dfefca\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cf2132b\"}]},\"elements\":[{\"id\":\"b838e5e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d1b46a6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3b9d3e3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"adc3dc8\"}],\"pp_display_conditions\":[{\"_id\":\"d5c852f\"}]},\"elements\":[{\"id\":\"9127a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}]},\"elements\":[],\"isInner\":true},{\"id\":\"37bf80d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}]},\"elements\":[{\"id\":\"fc48ecc\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"pp_display_conditions\":[{\"_id\":\"20ae8b5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f04b25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"212c323\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"65e00da\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060.svg\",\"id\":125},\"library\":\"svg\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6c973b9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2384, 250, '_elementor_page_settings', 'a:0:{}'),
(2385, 251, '_wp_page_template', 'elementor_header_footer'),
(2387, 251, '_elementor_edit_mode', 'builder'),
(2388, 251, '_elementor_template_type', 'wp-page'),
(2389, 251, '_elementor_version', '4.0.6'),
(2390, 251, '_elementor_pro_version', '4.0.4'),
(2391, 251, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(2392, 251, '_elementor_data', '[{\"id\":\"81d36c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a7fbf3c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"59b2489\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7dfefca\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cf2132b\"}]},\"elements\":[{\"id\":\"b838e5e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d1b46a6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3b9d3e3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"adc3dc8\"}],\"pp_display_conditions\":[{\"_id\":\"d5c852f\"}]},\"elements\":[{\"id\":\"9127a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}]},\"elements\":[{\"id\":\"c97449c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Coordination-img.jpg\",\"id\":196,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"9247476\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"37bf80d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}]},\"elements\":[{\"id\":\"fc48ecc\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"pp_display_conditions\":[{\"_id\":\"20ae8b5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f04b25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"212c323\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"65e00da\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060.svg\",\"id\":125},\"library\":\"svg\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6c973b9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3043, 320, '_wp_page_template', 'elementor_header_footer'),
(3045, 320, '_elementor_edit_mode', 'builder'),
(3046, 320, '_elementor_template_type', 'wp-page'),
(3047, 320, '_elementor_version', '4.0.6'),
(3048, 320, '_elementor_pro_version', '4.0.4'),
(3049, 320, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3050, 320, '_elementor_data', '[{\"id\":\"81d36c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a7fbf3c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"59b2489\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7dfefca\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cf2132b\"}]},\"elements\":[{\"id\":\"b838e5e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d1b46a6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3b9d3e3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"adc3dc8\"}],\"pp_display_conditions\":[{\"_id\":\"d5c852f\"}]},\"elements\":[{\"id\":\"9127a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}]},\"elements\":[{\"id\":\"c97449c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Coordination-img.jpg\",\"id\":196,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"9247476\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"37bf80d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}]},\"elements\":[{\"id\":\"fc48ecc\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"pp_display_conditions\":[{\"_id\":\"20ae8b5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f04b25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"212c323\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"65e00da\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060.svg\",\"id\":125},\"library\":\"svg\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6c973b9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3151, 329, '_wp_page_template', 'elementor_header_footer'),
(3079, 323, '_wp_page_template', 'elementor_header_footer'),
(3081, 323, '_elementor_edit_mode', 'builder'),
(3082, 323, '_elementor_template_type', 'wp-page'),
(3083, 323, '_elementor_version', '4.0.6'),
(3084, 323, '_elementor_pro_version', '4.0.4'),
(3085, 323, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3086, 323, '_elementor_data', '[{\"id\":\"81d36c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a7fbf3c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"59b2489\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7dfefca\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cf2132b\"}]},\"elements\":[{\"id\":\"b838e5e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d1b46a6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3b9d3e3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"adc3dc8\"}],\"pp_display_conditions\":[{\"_id\":\"d5c852f\"}]},\"elements\":[{\"id\":\"9127a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}]},\"elements\":[{\"id\":\"c97449c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-ab.jpg\",\"id\":319,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"9247476\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"37bf80d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}]},\"elements\":[{\"id\":\"fc48ecc\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"pp_display_conditions\":[{\"_id\":\"20ae8b5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f04b25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"212c323\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"65e00da\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060.svg\",\"id\":125},\"library\":\"svg\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6c973b9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3219, 335, '_wp_page_template', 'elementor_header_footer'),
(2397, 252, '_wp_attached_file', '2026/05/Contact-Us-Image.jpg'),
(2398, 252, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:28:\"2026/05/Contact-Us-Image.jpg\";s:8:\"filesize\";i:105424;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"Contact-Us-Image-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14525;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Contact-Us-Image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7656;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"Contact-Us-Image-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62913;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2399, 253, '_wp_attached_file', '2026/05/Casa-bloom-LLC-aa.jpg'),
(2400, 253, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:759;s:4:\"file\";s:29:\"2026/05/Casa-bloom-LLC-aa.jpg\";s:8:\"filesize\";i:181242;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Casa-bloom-LLC-aa-300x114.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12398;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"Casa-bloom-LLC-aa-1024x389.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:389;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Casa-bloom-LLC-aa-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8217;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"Casa-bloom-LLC-aa-768x291.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:291;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53419;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"Casa-bloom-LLC-aa-1536x583.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:583;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163876;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2409, 254, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(2508, 264, '_elementor_template_type', 'header'),
(2509, 264, '_elementor_version', '4.0.6'),
(2510, 264, '_elementor_pro_version', '4.0.4'),
(2511, 264, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(2512, 264, '_wp_page_template', 'default');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2513, 264, '_elementor_data', '[{\"id\":\"30391bd6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\"},\"elements\":[{\"id\":\"8de7e45\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":22},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"7aecdb07\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":38,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/logo-scaled.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"497aff94\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":78},\"flex_justify_content\":\"flex-end\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"2c1b634c\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"77acc13f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":164,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":134,\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"id\":259,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Casa-bloom-LLC-breadcrumb-ab.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f25b0fa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8462f23\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f25e330\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.45,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"pp_condition_key\":\"page\",\"pp_condition_operator\":\"not\",\"_id\":\"eda4653\",\"pp_condition_page_value\":[\"10\"],\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color\":\"#0604AC2E\",\"background_overlay_color_b\":\"#1E293B\",\"css_classes\":\"header-breadcrumbs-section\",\"e_display_conditions\":[\"[[{\\\"condition\\\":\\\"page_title\\\",\\\"comparator\\\":\\\"is_not\\\",\\\"titles\\\":[{\\\"id\\\":13,\\\"text\\\":\\\"Home\\\"}]}]]\"]},\"elements\":[{\"id\":\"7f01ff0b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"page-title\\\" settings=\\\"%7B%22include_context%22%3A%22%22%2C%22show_home_title%22%3A%22%22%2C%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"3b30e8f\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_animation\":\"zoomIn\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"theme-page-title\"}],\"isInner\":false}]'),
(2417, 255, '_wp_attached_file', '2026/05/EMPLOYMENT-img.jpg'),
(2418, 255, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:26:\"2026/05/EMPLOYMENT-img.jpg\";s:8:\"filesize\";i:105123;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"EMPLOYMENT-img-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17722;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"EMPLOYMENT-img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8158;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"EMPLOYMENT-img-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70269;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2427, 256, '_elementor_page_settings', 'a:0:{}'),
(2429, 257, '_wp_page_template', 'elementor_header_footer'),
(2431, 257, '_elementor_edit_mode', 'builder'),
(2432, 257, '_elementor_template_type', 'wp-page'),
(2433, 257, '_elementor_version', '4.0.6'),
(2434, 257, '_elementor_pro_version', '4.0.4'),
(2435, 257, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2436, 257, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2437, 257, '_elementor_page_settings', 'a:0:{}'),
(2538, 266, '_wp_page_template', 'elementor_header_footer'),
(2540, 266, '_elementor_edit_mode', 'builder'),
(2541, 266, '_elementor_template_type', 'wp-page'),
(2542, 266, '_elementor_version', '4.0.6'),
(2543, 266, '_elementor_pro_version', '4.0.4'),
(2544, 266, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2545, 266, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2452, 259, '_wp_attached_file', '2026/05/Casa-bloom-LLC-breadcrumb-ab.webp'),
(2453, 259, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:400;s:4:\"file\";s:41:\"2026/05/Casa-bloom-LLC-breadcrumb-ab.webp\";s:8:\"filesize\";i:59464;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"Casa-bloom-LLC-breadcrumb-ab-300x63.webp\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5816;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"Casa-bloom-LLC-breadcrumb-ab-1024x213.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24274;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"Casa-bloom-LLC-breadcrumb-ab-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5678;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"Casa-bloom-LLC-breadcrumb-ab-768x160.webp\";s:5:\"width\";i:768;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16884;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:42:\"Casa-bloom-LLC-breadcrumb-ab-1536x320.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:37940;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2462, 260, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(2522, 265, '_elementor_source', 'post'),
(2523, 265, '_elementor_edit_mode', 'builder'),
(2524, 265, '_elementor_template_type', 'header'),
(2525, 265, '_elementor_version', '4.0.6'),
(2526, 265, '_elementor_pro_version', '4.0.4'),
(2527, 265, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(2528, 265, '_wp_page_template', 'default'),
(2529, 265, '_elementor_data', '[{\"id\":\"30391bd6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\"},\"elements\":[{\"id\":\"8de7e45\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":22},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"7aecdb07\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":38,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/logo-scaled.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"497aff94\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":78},\"flex_justify_content\":\"flex-end\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"2c1b634c\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"77acc13f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":164,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":134,\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"id\":259,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Casa-bloom-LLC-breadcrumb-ab.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"top center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f25b0fa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8462f23\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f25e330\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.45,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"pp_condition_key\":\"page\",\"pp_condition_operator\":\"not\",\"_id\":\"eda4653\",\"pp_condition_page_value\":[\"10\"],\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color\":\"#0604AC2E\",\"background_overlay_color_b\":\"#1E293B\",\"css_classes\":\"header-breadcrumbs-section\",\"e_display_conditions\":[\"[[{\\\"condition\\\":\\\"page_title\\\",\\\"comparator\\\":\\\"is_not\\\",\\\"titles\\\":[{\\\"id\\\":13,\\\"text\\\":\\\"Home\\\"}]}]]\"]},\"elements\":[{\"id\":\"7f01ff0b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"page-title\\\" settings=\\\"%7B%22include_context%22%3A%22%22%2C%22show_home_title%22%3A%22%22%2C%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"3b30e8f\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_animation\":\"zoomIn\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"theme-page-title\"}],\"isInner\":false}]'),
(2478, 261, '_elementor_page_settings', 'a:0:{}'),
(2481, 262, '_wp_page_template', 'elementor_header_footer'),
(2483, 262, '_elementor_edit_mode', 'builder'),
(2484, 262, '_elementor_template_type', 'wp-page'),
(2485, 262, '_elementor_version', '4.0.6'),
(2486, 262, '_elementor_pro_version', '4.0.4'),
(2487, 262, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2488, 262, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2489, 262, '_elementor_page_settings', 'a:0:{}'),
(2494, 263, '_elementor_edit_mode', 'builder'),
(2495, 263, '_elementor_template_type', 'wp-page'),
(2496, 263, '_elementor_version', '4.0.6'),
(2497, 263, '_elementor_pro_version', '4.0.4'),
(2498, 263, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2499, 263, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2596, 271, '_wp_page_template', 'elementor_header_footer'),
(2576, 269, '_elementor_edit_mode', 'builder'),
(2577, 269, '_elementor_template_type', 'wp-page'),
(2578, 269, '_elementor_version', '4.0.6'),
(2579, 269, '_elementor_pro_version', '4.0.4'),
(2580, 269, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2581, 269, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000045\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2514, 264, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(5638, 559, '_elementor_source', 'post'),
(5639, 559, '_elementor_edit_mode', 'builder'),
(5640, 559, '_elementor_template_type', 'header'),
(5641, 559, '_elementor_version', '4.0.6'),
(5642, 559, '_elementor_pro_version', '4.0.4'),
(5643, 559, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(5644, 559, '_wp_page_template', 'default'),
(5645, 559, '_elementor_data', '[{\"id\":\"30391bd6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\"},\"elements\":[{\"id\":\"8de7e45\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":22},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"7aecdb07\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":38,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/logo-scaled.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"497aff94\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":78},\"flex_justify_content\":\"flex-end\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"2c1b634c\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"77acc13f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":164,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":134,\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"id\":53,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Banner-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f25b0fa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8462f23\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f25e330\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.45,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"pp_condition_key\":\"page\",\"pp_condition_operator\":\"not\",\"_id\":\"eda4653\",\"pp_condition_page_value\":[\"10\"],\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color\":\"#0604AC2E\",\"background_overlay_color_b\":\"#1E293B\",\"css_classes\":\"header-breadcrumbs-section\",\"e_display_conditions\":[\"[[{\\\"condition\\\":\\\"page_title\\\",\\\"comparator\\\":\\\"is_not\\\",\\\"titles\\\":[{\\\"id\\\":13,\\\"text\\\":\\\"Home\\\"}]}]]\"]},\"elements\":[{\"id\":\"7f01ff0b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"page-title\\\" settings=\\\"%7B%22include_context%22%3A%22%22%2C%22show_home_title%22%3A%22%22%2C%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"3b30e8f\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_animation\":\"zoomIn\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"theme-page-title\"}],\"isInner\":false}]'),
(2530, 265, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(5654, 560, '_elementor_source', 'post'),
(5655, 560, '_elementor_edit_mode', 'builder'),
(5656, 560, '_elementor_template_type', 'header'),
(5657, 560, '_elementor_version', '4.0.6'),
(5658, 560, '_elementor_pro_version', '4.0.4'),
(5659, 560, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(5660, 560, '_wp_page_template', 'default'),
(5661, 560, '_elementor_data', '[{\"id\":\"30391bd6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\"},\"elements\":[{\"id\":\"8de7e45\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":22},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"7aecdb07\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":38,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/logo-scaled.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"497aff94\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":78},\"flex_justify_content\":\"flex-end\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"2c1b634c\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"77acc13f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":164,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":134,\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"id\":53,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Banner-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f25b0fa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8462f23\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f25e330\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"pp_condition_key\":\"page\",\"pp_condition_operator\":\"not\",\"_id\":\"eda4653\",\"pp_condition_page_value\":[\"10\"],\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color\":\"#0604AC2E\",\"background_overlay_color_b\":\"#1E293B\",\"css_classes\":\"header-breadcrumbs-section\",\"e_display_conditions\":[\"[[{\\\"condition\\\":\\\"page_title\\\",\\\"comparator\\\":\\\"is_not\\\",\\\"titles\\\":[{\\\"id\\\":13,\\\"text\\\":\\\"Home\\\"}]}]]\"]},\"elements\":[{\"id\":\"7f01ff0b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"page-title\\\" settings=\\\"%7B%22include_context%22%3A%22%22%2C%22show_home_title%22%3A%22%22%2C%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"3b30e8f\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_animation\":\"zoomIn\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"theme-page-title\"}],\"isInner\":false}]'),
(2546, 266, '_elementor_page_settings', 'a:0:{}'),
(2549, 267, '_wp_page_template', 'elementor_header_footer'),
(2551, 267, '_elementor_edit_mode', 'builder'),
(2552, 267, '_elementor_template_type', 'wp-page'),
(2553, 267, '_elementor_version', '4.0.6'),
(2554, 267, '_elementor_pro_version', '4.0.4'),
(2555, 267, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2556, 267, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2557, 267, '_elementor_page_settings', 'a:0:{}'),
(2560, 268, '_wp_page_template', 'elementor_header_footer'),
(2562, 268, '_elementor_edit_mode', 'builder'),
(2563, 268, '_elementor_template_type', 'wp-page'),
(2564, 268, '_elementor_version', '4.0.6'),
(2565, 268, '_elementor_pro_version', '4.0.4'),
(2566, 268, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2567, 268, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000045\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2632, 274, '_wp_page_template', 'elementor_header_footer'),
(2610, 272, '_wp_page_template', 'elementor_header_footer'),
(2612, 272, '_elementor_edit_mode', 'builder'),
(2613, 272, '_elementor_template_type', 'wp-page'),
(2614, 272, '_elementor_version', '4.0.6'),
(2615, 272, '_elementor_pro_version', '4.0.4'),
(2616, 272, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2617, 272, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000021\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2582, 269, '_elementor_page_settings', 'a:0:{}'),
(2585, 270, '_wp_page_template', 'elementor_header_footer'),
(2587, 270, '_elementor_edit_mode', 'builder'),
(2588, 270, '_elementor_template_type', 'wp-page'),
(2589, 270, '_elementor_version', '4.0.6'),
(2590, 270, '_elementor_pro_version', '4.0.4'),
(2591, 270, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2592, 270, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000045\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2593, 270, '_elementor_page_settings', 'a:0:{}'),
(2598, 271, '_elementor_edit_mode', 'builder'),
(2599, 271, '_elementor_template_type', 'wp-page'),
(2600, 271, '_elementor_version', '4.0.6'),
(2601, 271, '_elementor_pro_version', '4.0.4'),
(2602, 271, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2603, 271, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000021\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2644, 275, '_wp_page_template', 'elementor_header_footer'),
(2646, 275, '_elementor_edit_mode', 'builder'),
(2647, 275, '_elementor_template_type', 'wp-page'),
(2648, 275, '_elementor_version', '4.0.6'),
(2649, 275, '_elementor_pro_version', '4.0.4'),
(2650, 275, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2651, 275, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2618, 272, '_elementor_page_settings', 'a:0:{}'),
(2621, 273, '_wp_page_template', 'elementor_header_footer'),
(2623, 273, '_elementor_edit_mode', 'builder'),
(2624, 273, '_elementor_template_type', 'wp-page'),
(2625, 273, '_elementor_version', '4.0.6'),
(2626, 273, '_elementor_pro_version', '4.0.4'),
(2627, 273, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2628, 273, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000021\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2629, 273, '_elementor_page_settings', 'a:0:{}'),
(2634, 274, '_elementor_edit_mode', 'builder'),
(2635, 274, '_elementor_template_type', 'wp-page'),
(2636, 274, '_elementor_version', '4.0.6'),
(2637, 274, '_elementor_pro_version', '4.0.4'),
(2638, 274, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2639, 274, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2652, 275, '_elementor_page_settings', 'a:0:{}'),
(2653, 276, '_wp_page_template', 'elementor_header_footer'),
(2655, 276, '_elementor_edit_mode', 'builder'),
(2656, 276, '_elementor_template_type', 'wp-page'),
(2657, 276, '_elementor_version', '4.0.6'),
(2658, 276, '_elementor_pro_version', '4.0.4'),
(2659, 276, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2660, 276, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2661, 276, '_elementor_page_settings', 'a:0:{}'),
(2662, 277, '_wp_page_template', 'elementor_header_footer'),
(2664, 277, '_elementor_edit_mode', 'builder'),
(2665, 277, '_elementor_template_type', 'wp-page'),
(2666, 277, '_elementor_version', '4.0.6'),
(2667, 277, '_elementor_pro_version', '4.0.4'),
(2668, 277, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2669, 277, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2696, 280, '_wp_page_template', 'elementor_header_footer'),
(2674, 278, '_wp_page_template', 'elementor_header_footer'),
(2676, 278, '_elementor_edit_mode', 'builder'),
(2677, 278, '_elementor_template_type', 'wp-page'),
(2678, 278, '_elementor_version', '4.0.6'),
(2679, 278, '_elementor_pro_version', '4.0.4'),
(2680, 278, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2681, 278, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2737, 290, '_wp_page_template', 'elementor_header_footer'),
(2739, 290, '_elementor_edit_mode', 'builder'),
(2740, 290, '_elementor_template_type', 'wp-page'),
(2741, 290, '_elementor_version', '4.0.6'),
(2742, 290, '_elementor_pro_version', '4.0.4'),
(2743, 290, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2744, 290, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2771, 293, '_wp_page_template', 'elementor_header_footer'),
(2773, 293, '_elementor_edit_mode', 'builder'),
(2774, 293, '_elementor_template_type', 'wp-page'),
(2775, 293, '_elementor_version', '4.0.6'),
(2776, 293, '_elementor_pro_version', '4.0.4'),
(2777, 293, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2778, 293, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":430,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/item0df.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"88c415b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":430,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"id\":284,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/item-3.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"bdd4952\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"Construction\",\"sub_heading\":\"Urban Green Residency\",\"description\":\"\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"5c0f2db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0c82f8e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":430,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"id\":286,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Development-Construction-img.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"667066a\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"Construction\",\"sub_heading\":\"Elite Horizon Apartments\",\"description\":\"\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":285,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder-2.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"9ce0277\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2682, 278, '_elementor_page_settings', 'a:0:{}'),
(2685, 279, '_wp_page_template', 'elementor_header_footer'),
(2687, 279, '_elementor_edit_mode', 'builder'),
(2688, 279, '_elementor_template_type', 'wp-page'),
(2689, 279, '_elementor_version', '4.0.6'),
(2690, 279, '_elementor_pro_version', '4.0.4'),
(2691, 279, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2692, 279, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2693, 279, '_elementor_page_settings', 'a:0:{}'),
(2698, 280, '_elementor_edit_mode', 'builder'),
(2699, 280, '_elementor_template_type', 'wp-page'),
(2700, 280, '_elementor_version', '4.0.6'),
(2701, 280, '_elementor_pro_version', '4.0.4'),
(2702, 280, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2703, 280, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2710, 281, '_wp_attached_file', '2026/05/placeholder.png'),
(2711, 281, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2026/05/placeholder.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"placeholder-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1712;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"placeholder-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6521;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1014;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"placeholder-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4694;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2712, 281, '_elementor_source_image_hash', '09b7c031a988c03e991ea3b59e8644f43bc7052d'),
(2716, 283, '_wp_attached_file', '2026/05/placeholder-1.png'),
(2717, 283, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2026/05/placeholder-1.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1712;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-1-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6521;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1014;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-1-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4694;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2718, 283, '_elementor_source_image_hash', '09b7c031a988c03e991ea3b59e8644f43bc7052d'),
(2722, 285, '_wp_attached_file', '2026/05/placeholder-2.png'),
(2723, 285, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2026/05/placeholder-2.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-2-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1712;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-2-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6521;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1014;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-2-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4694;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2724, 285, '_elementor_source_image_hash', '09b7c031a988c03e991ea3b59e8644f43bc7052d'),
(2728, 287, '_wp_attached_file', '2026/05/placeholder-3.png'),
(2729, 287, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2026/05/placeholder-3.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-3-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1712;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-3-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6521;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1014;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-3-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4694;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2730, 287, '_elementor_source_image_hash', '09b7c031a988c03e991ea3b59e8644f43bc7052d'),
(2734, 289, '_wp_attached_file', '2026/05/news-one-shape-1.webp'),
(2735, 289, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:787;s:6:\"height\";i:625;s:4:\"file\";s:29:\"2026/05/news-one-shape-1.webp\";s:8:\"filesize\";i:27502;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"news-one-shape-1-300x238.webp\";s:5:\"width\";i:300;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13274;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"news-one-shape-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5378;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"news-one-shape-1-768x610.webp\";s:5:\"width\";i:768;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:44718;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2736, 289, '_elementor_source_image_hash', '63f44d6f76b5beae156825f333b41d1d961874d1'),
(2745, 290, '_elementor_page_settings', 'a:0:{}'),
(2748, 291, '_wp_page_template', 'elementor_header_footer'),
(2750, 291, '_elementor_edit_mode', 'builder'),
(2751, 291, '_elementor_template_type', 'wp-page'),
(2752, 291, '_elementor_version', '4.0.6'),
(2753, 291, '_elementor_pro_version', '4.0.4'),
(2754, 291, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2755, 291, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2756, 291, '_elementor_page_settings', 'a:0:{}'),
(2759, 292, '_wp_page_template', 'elementor_header_footer'),
(2761, 292, '_elementor_edit_mode', 'builder'),
(2762, 292, '_elementor_template_type', 'wp-page'),
(2763, 292, '_elementor_version', '4.0.6'),
(2764, 292, '_elementor_pro_version', '4.0.4'),
(2765, 292, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2766, 292, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":430,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/item0df.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"88c415b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":430,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"id\":284,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/item-3.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"bdd4952\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"Construction\",\"sub_heading\":\"Urban Green Residency\",\"description\":\"\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"5c0f2db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0c82f8e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":430,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"id\":286,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Development-Construction-img.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"667066a\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"Construction\",\"sub_heading\":\"Elite Horizon Apartments\",\"description\":\"\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":285,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder-2.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"9ce0277\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2779, 293, '_elementor_page_settings', 'a:0:{}'),
(2780, 294, '_wp_page_template', 'elementor_header_footer'),
(2782, 294, '_elementor_edit_mode', 'builder'),
(2783, 294, '_elementor_template_type', 'wp-page'),
(2784, 294, '_elementor_version', '4.0.6'),
(2785, 294, '_elementor_pro_version', '4.0.4'),
(2786, 294, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2787, 294, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":430,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/item0df.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"88c415b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":430,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"id\":284,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/item-3.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"bdd4952\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"Construction\",\"sub_heading\":\"Urban Green Residency\",\"description\":\"\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":283,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder-1.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"5c0f2db\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0c82f8e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":430,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"id\":286,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Development-Construction-img.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"667066a\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"Construction\",\"sub_heading\":\"Elite Horizon Apartments\",\"description\":\"\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":285,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder-2.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"9ce0277\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2788, 294, '_elementor_page_settings', 'a:0:{}'),
(2789, 295, '_wp_page_template', 'elementor_header_footer'),
(2791, 295, '_elementor_edit_mode', 'builder'),
(2792, 295, '_elementor_template_type', 'wp-page'),
(2793, 295, '_elementor_version', '4.0.6'),
(2794, 295, '_elementor_pro_version', '4.0.4'),
(2795, 295, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2796, 295, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":430,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/item0df.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"54ed364\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":430,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/item0df.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"a827512\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"b7bbb8b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"b1942ab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":430,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/item0df.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9859242\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"b16e8ec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2801, 296, '_wp_page_template', 'elementor_header_footer'),
(2803, 296, '_elementor_edit_mode', 'builder'),
(2804, 296, '_elementor_template_type', 'wp-page'),
(2805, 296, '_elementor_version', '4.0.6'),
(2806, 296, '_elementor_pro_version', '4.0.4'),
(2807, 296, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2808, 296, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":430,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/item0df.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"54ed364\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":430,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/item0df.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"a827512\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"b7bbb8b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"b1942ab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":430,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/item0df.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9859242\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"b16e8ec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2835, 299, '_wp_page_template', 'elementor_header_footer'),
(2837, 299, '_elementor_edit_mode', 'builder'),
(2838, 299, '_elementor_template_type', 'wp-page'),
(2839, 299, '_elementor_version', '4.0.6'),
(2840, 299, '_elementor_pro_version', '4.0.4'),
(2841, 299, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2842, 299, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<span style=\\\"font-size: 1rem;\\\"><\\/span><\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<span style=\\\"font-size: 1rem;\\\"><\\/span><\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<span style=\\\"font-size: 1rem;\\\"><\\/span><\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2809, 296, '_elementor_page_settings', 'a:0:{}'),
(2812, 297, '_wp_page_template', 'elementor_header_footer'),
(2814, 297, '_elementor_edit_mode', 'builder'),
(2815, 297, '_elementor_template_type', 'wp-page'),
(2816, 297, '_elementor_version', '4.0.6'),
(2817, 297, '_elementor_pro_version', '4.0.4'),
(2818, 297, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2819, 297, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":430,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/item0df.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"54ed364\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":430,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/item0df.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"a827512\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"b7bbb8b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"b1942ab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":430,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"background_background\":\"classic\",\"background_image\":{\"id\":282,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/item0df.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"9859242\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"b16e8ec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2820, 297, '_elementor_page_settings', 'a:0:{}'),
(2853, 301, '_wp_page_template', 'elementor_header_footer'),
(2823, 298, '_wp_page_template', 'elementor_header_footer'),
(2825, 298, '_elementor_edit_mode', 'builder'),
(2826, 298, '_elementor_template_type', 'wp-page'),
(2827, 298, '_elementor_version', '4.0.6'),
(2828, 298, '_elementor_pro_version', '4.0.4'),
(2829, 298, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2830, 298, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<span style=\\\"font-size: 1rem;\\\"><\\/span><\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<span style=\\\"font-size: 1rem;\\\"><\\/span><\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<span style=\\\"font-size: 1rem;\\\"><\\/span><\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2843, 299, '_elementor_page_settings', 'a:0:{}'),
(2844, 300, '_wp_page_template', 'elementor_header_footer'),
(2846, 300, '_elementor_edit_mode', 'builder'),
(2847, 300, '_elementor_template_type', 'wp-page'),
(2848, 300, '_elementor_version', '4.0.6'),
(2849, 300, '_elementor_pro_version', '4.0.4'),
(2850, 300, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2851, 300, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<span style=\\\"font-size: 1rem;\\\"><\\/span><\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<span style=\\\"font-size: 1rem;\\\"><\\/span><\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<span style=\\\"font-size: 1rem;\\\"><\\/span><\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2852, 300, '_elementor_page_settings', 'a:0:{}'),
(2855, 301, '_elementor_edit_mode', 'builder'),
(2856, 301, '_elementor_template_type', 'wp-page'),
(2857, 301, '_elementor_version', '4.0.6'),
(2858, 301, '_elementor_pro_version', '4.0.4'),
(2859, 301, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2860, 301, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<span style=\\\"font-size: 1rem;\\\"><\\/span><\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"CONTACT US\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"EMPLOYMENT\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2863, 302, '_wp_page_template', 'elementor_header_footer'),
(2865, 302, '_elementor_edit_mode', 'builder'),
(2866, 302, '_elementor_template_type', 'wp-page'),
(2867, 302, '_elementor_version', '4.0.6'),
(2868, 302, '_elementor_pro_version', '4.0.4'),
(2869, 302, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2870, 302, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<span style=\\\"font-size: 1rem;\\\"><\\/span><\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"CONTACT US\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"EMPLOYMENT\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2871, 302, '_elementor_page_settings', 'a:0:{}'),
(2872, 303, '_wp_page_template', 'elementor_header_footer'),
(2874, 303, '_elementor_edit_mode', 'builder'),
(2875, 303, '_elementor_template_type', 'wp-page'),
(2876, 303, '_elementor_version', '4.0.6'),
(2877, 303, '_elementor_pro_version', '4.0.4'),
(2878, 303, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2879, 303, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<span style=\\\"font-size: 1rem;\\\"><\\/span><\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"CONTACT US\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"EMPLOYMENT\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2880, 303, '_elementor_page_settings', 'a:0:{}'),
(2881, 304, '_wp_page_template', 'elementor_header_footer'),
(2883, 304, '_elementor_edit_mode', 'builder'),
(2884, 304, '_elementor_template_type', 'wp-page'),
(2885, 304, '_elementor_version', '4.0.6'),
(2886, 304, '_elementor_pro_version', '4.0.4'),
(2887, 304, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2888, 304, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<span style=\\\"font-size: 1rem;\\\"><\\/span><\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"CONTACT US\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"EMPLOYMENT\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2915, 307, '_wp_page_template', 'elementor_header_footer'),
(2893, 305, '_wp_page_template', 'elementor_header_footer'),
(2895, 305, '_elementor_edit_mode', 'builder'),
(2896, 305, '_elementor_template_type', 'wp-page'),
(2897, 305, '_elementor_version', '4.0.6'),
(2898, 305, '_elementor_pro_version', '4.0.4'),
(2899, 305, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2900, 305, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<span style=\\\"font-size: 1rem;\\\"><\\/span><\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"CONTACT US\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"EMPLOYMENT\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2951, 310, '_wp_page_template', 'elementor_header_footer'),
(2929, 308, '_wp_page_template', 'elementor_header_footer'),
(2931, 308, '_elementor_edit_mode', 'builder'),
(2932, 308, '_elementor_template_type', 'wp-page'),
(2933, 308, '_elementor_version', '4.0.6'),
(2934, 308, '_elementor_pro_version', '4.0.4'),
(2935, 308, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2936, 308, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<span style=\\\"font-size: 1rem;\\\"><\\/span><\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"CONTACT US\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"EMPLOYMENT\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3185, 332, '_wp_page_template', 'elementor_header_footer'),
(3227, 335, '_elementor_page_settings', 'a:0:{}'),
(3228, 336, '_wp_page_template', 'elementor_header_footer'),
(3230, 336, '_elementor_edit_mode', 'builder'),
(3231, 336, '_elementor_template_type', 'wp-page'),
(3232, 336, '_elementor_version', '4.0.6'),
(3233, 336, '_elementor_pro_version', '4.0.4'),
(3234, 336, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3235, 336, '_elementor_data', '[{\"id\":\"81d36c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a7fbf3c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"59b2489\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7dfefca\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cf2132b\"}]},\"elements\":[{\"id\":\"b838e5e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d1b46a6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3b9d3e3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"adc3dc8\"}],\"pp_display_conditions\":[{\"_id\":\"d5c852f\"}]},\"elements\":[{\"id\":\"9127a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}],\"animation\":\"fadeInLeft\"},\"elements\":[{\"id\":\"c97449c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-ab.jpg\",\"id\":319,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9247476\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"37bf80d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}],\"animation\":\"fadeInRight\"},\"elements\":[{\"id\":\"fc48ecc\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"pp_display_conditions\":[{\"_id\":\"20ae8b5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f04b25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"212c323\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"65e00da\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060.svg\",\"id\":125},\"library\":\"svg\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6c973b9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3236, 336, '_elementor_page_settings', 'a:0:{}'),
(3237, 337, '_wp_page_template', 'elementor_header_footer'),
(3239, 337, '_elementor_edit_mode', 'builder'),
(3240, 337, '_elementor_template_type', 'wp-page'),
(3241, 337, '_elementor_version', '4.0.6'),
(3242, 337, '_elementor_pro_version', '4.0.4'),
(3243, 337, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3244, 337, '_elementor_data', '[{\"id\":\"81d36c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a7fbf3c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"59b2489\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7dfefca\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cf2132b\"}]},\"elements\":[{\"id\":\"b838e5e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d1b46a6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3b9d3e3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"adc3dc8\"}],\"pp_display_conditions\":[{\"_id\":\"d5c852f\"}]},\"elements\":[{\"id\":\"9127a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}],\"animation\":\"fadeInLeft\"},\"elements\":[{\"id\":\"c97449c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-ab.jpg\",\"id\":319,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9247476\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"37bf80d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}],\"animation\":\"fadeInRight\"},\"elements\":[{\"id\":\"fc48ecc\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"pp_display_conditions\":[{\"_id\":\"20ae8b5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f04b25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"212c323\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"65e00da\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060.svg\",\"id\":125},\"library\":\"svg\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6c973b9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3326, 346, '_wp_page_template', 'elementor_header_footer'),
(3328, 346, '_elementor_edit_mode', 'builder'),
(3329, 346, '_elementor_template_type', 'wp-page'),
(3330, 346, '_elementor_version', '4.0.6'),
(3331, 346, '_elementor_pro_version', '4.0.4'),
(3332, 346, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3333, 346, '_elementor_data', '[{\"id\":\"81d36c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a7fbf3c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"59b2489\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7dfefca\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cf2132b\"}]},\"elements\":[{\"id\":\"b838e5e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d1b46a6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3b9d3e3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"adc3dc8\"}],\"pp_display_conditions\":[{\"_id\":\"d5c852f\"}]},\"elements\":[{\"id\":\"9127a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}],\"animation\":\"fadeInLeft\"},\"elements\":[{\"id\":\"c97449c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-ab.jpg\",\"id\":319,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9247476\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"37bf80d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}],\"animation\":\"fadeInRight\"},\"elements\":[{\"id\":\"fc48ecc\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"pp_display_conditions\":[{\"_id\":\"20ae8b5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f04b25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"212c323\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"65e00da\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060.svg\",\"id\":125},\"library\":\"svg\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6c973b9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2901, 305, '_elementor_page_settings', 'a:0:{}'),
(2904, 306, '_wp_page_template', 'elementor_header_footer'),
(2906, 306, '_elementor_edit_mode', 'builder'),
(2907, 306, '_elementor_template_type', 'wp-page'),
(2908, 306, '_elementor_version', '4.0.6'),
(2909, 306, '_elementor_pro_version', '4.0.4'),
(2910, 306, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2911, 306, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<span style=\\\"font-size: 1rem;\\\"><\\/span><\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"CONTACT US\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"EMPLOYMENT\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2912, 306, '_elementor_page_settings', 'a:0:{}'),
(2917, 307, '_elementor_edit_mode', 'builder'),
(2918, 307, '_elementor_template_type', 'wp-page'),
(2919, 307, '_elementor_version', '4.0.6'),
(2920, 307, '_elementor_pro_version', '4.0.4'),
(2921, 307, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2922, 307, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<span style=\\\"font-size: 1rem;\\\"><\\/span><\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"CONTACT US\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"EMPLOYMENT\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2991, 315, '_wp_page_template', 'elementor_header_footer'),
(2969, 313, '_wp_page_template', 'elementor_header_footer'),
(2971, 313, '_elementor_edit_mode', 'builder'),
(2972, 313, '_elementor_template_type', 'wp-page'),
(2973, 313, '_elementor_version', '4.0.6'),
(2974, 313, '_elementor_pro_version', '4.0.4'),
(2975, 313, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2976, 313, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<span style=\\\"font-size: 1rem;\\\"><\\/span><\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"CONTACT US\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"EMPLOYMENT\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3115, 326, '_wp_page_template', 'elementor_header_footer'),
(2937, 308, '_elementor_page_settings', 'a:0:{}'),
(2940, 309, '_wp_page_template', 'elementor_header_footer'),
(2942, 309, '_elementor_edit_mode', 'builder'),
(2943, 309, '_elementor_template_type', 'wp-page'),
(2944, 309, '_elementor_version', '4.0.6'),
(2945, 309, '_elementor_pro_version', '4.0.4'),
(2946, 309, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2947, 309, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<span style=\\\"font-size: 1rem;\\\"><\\/span><\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"CONTACT US\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"EMPLOYMENT\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2948, 309, '_elementor_page_settings', 'a:0:{}'),
(2953, 310, '_elementor_edit_mode', 'builder'),
(2954, 310, '_elementor_template_type', 'wp-page'),
(2955, 310, '_elementor_version', '4.0.6'),
(2956, 310, '_elementor_pro_version', '4.0.4'),
(2957, 310, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2958, 310, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<span style=\\\"font-size: 1rem;\\\"><\\/span><\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"CONTACT US\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"EMPLOYMENT\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3005, 316, '_wp_page_template', 'elementor_header_footer'),
(3007, 316, '_elementor_edit_mode', 'builder'),
(3008, 316, '_elementor_template_type', 'wp-page'),
(3009, 316, '_elementor_version', '4.0.6'),
(3010, 316, '_elementor_pro_version', '4.0.4'),
(3011, 316, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3012, 316, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<span style=\\\"font-size: 1rem;\\\"><\\/span><\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"CONTACT US\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"EMPLOYMENT\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2965, 311, '_wp_trash_meta_status', 'publish'),
(2966, 311, '_wp_trash_meta_time', '1778063845'),
(2967, 312, '_wp_trash_meta_status', 'publish'),
(2968, 312, '_wp_trash_meta_time', '1778063860'),
(2977, 313, '_elementor_page_settings', 'a:0:{}'),
(2980, 314, '_wp_page_template', 'elementor_header_footer'),
(2982, 314, '_elementor_edit_mode', 'builder'),
(2983, 314, '_elementor_template_type', 'wp-page'),
(2984, 314, '_elementor_version', '4.0.6'),
(2985, 314, '_elementor_pro_version', '4.0.4'),
(2986, 314, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2987, 314, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<span style=\\\"font-size: 1rem;\\\"><\\/span><\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"CONTACT US\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"EMPLOYMENT\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2988, 314, '_elementor_page_settings', 'a:0:{}'),
(2993, 315, '_elementor_edit_mode', 'builder'),
(2994, 315, '_elementor_template_type', 'wp-page'),
(2995, 315, '_elementor_version', '4.0.6'),
(2996, 315, '_elementor_pro_version', '4.0.4'),
(2997, 315, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2998, 315, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<span style=\\\"font-size: 1rem;\\\"><\\/span><\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"CONTACT US\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"EMPLOYMENT\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3137, 328, '_wp_page_template', 'elementor_header_footer'),
(3117, 326, '_elementor_edit_mode', 'builder'),
(3118, 326, '_elementor_template_type', 'wp-page'),
(3119, 326, '_elementor_version', '4.0.6'),
(3120, 326, '_elementor_pro_version', '4.0.4'),
(3121, 326, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3122, 326, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3013, 316, '_elementor_page_settings', 'a:0:{}'),
(3016, 317, '_wp_page_template', 'elementor_header_footer'),
(3018, 317, '_elementor_edit_mode', 'builder'),
(3019, 317, '_elementor_template_type', 'wp-page'),
(3020, 317, '_elementor_version', '4.0.6'),
(3021, 317, '_elementor_pro_version', '4.0.4'),
(3022, 317, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3023, 317, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<span style=\\\"font-size: 1rem;\\\"><\\/span><\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"CONTACT US\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"EMPLOYMENT\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3024, 317, '_elementor_page_settings', 'a:0:{}'),
(3027, 318, '_wp_page_template', 'elementor_header_footer'),
(3029, 318, '_elementor_edit_mode', 'builder'),
(3030, 318, '_elementor_template_type', 'wp-page'),
(3031, 318, '_elementor_version', '4.0.6'),
(3032, 318, '_elementor_pro_version', '4.0.4'),
(3033, 318, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3034, 318, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3207, 334, '_wp_page_template', 'elementor_header_footer'),
(3187, 332, '_elementor_edit_mode', 'builder'),
(3188, 332, '_elementor_template_type', 'wp-page'),
(3189, 332, '_elementor_version', '4.0.6'),
(3190, 332, '_elementor_pro_version', '4.0.4'),
(3191, 332, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3192, 332, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3041, 319, '_wp_attached_file', '2026/05/about-ab.jpg'),
(3042, 319, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1500;s:4:\"file\";s:20:\"2026/05/about-ab.jpg\";s:8:\"filesize\";i:185239;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"about-ab-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17348;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"about-ab-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123931;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"about-ab-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8098;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"about-ab-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147753;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3051, 320, '_elementor_page_settings', 'a:0:{}'),
(3054, 321, '_wp_page_template', 'elementor_header_footer'),
(3056, 321, '_elementor_edit_mode', 'builder'),
(3057, 321, '_elementor_template_type', 'wp-page'),
(3058, 321, '_elementor_version', '4.0.6'),
(3059, 321, '_elementor_pro_version', '4.0.4'),
(3060, 321, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3061, 321, '_elementor_data', '[{\"id\":\"81d36c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a7fbf3c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"59b2489\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7dfefca\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cf2132b\"}]},\"elements\":[{\"id\":\"b838e5e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d1b46a6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3b9d3e3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"adc3dc8\"}],\"pp_display_conditions\":[{\"_id\":\"d5c852f\"}]},\"elements\":[{\"id\":\"9127a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}]},\"elements\":[{\"id\":\"c97449c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Coordination-img.jpg\",\"id\":196,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"9247476\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"37bf80d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}]},\"elements\":[{\"id\":\"fc48ecc\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"pp_display_conditions\":[{\"_id\":\"20ae8b5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f04b25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"212c323\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"65e00da\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060.svg\",\"id\":125},\"library\":\"svg\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6c973b9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3062, 321, '_elementor_page_settings', 'a:0:{}'),
(3065, 322, '_wp_page_template', 'elementor_header_footer'),
(3067, 322, '_elementor_edit_mode', 'builder'),
(3068, 322, '_elementor_template_type', 'wp-page'),
(3069, 322, '_elementor_version', '4.0.6'),
(3070, 322, '_elementor_pro_version', '4.0.4'),
(3071, 322, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3072, 322, '_elementor_data', '[{\"id\":\"81d36c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a7fbf3c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"59b2489\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7dfefca\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cf2132b\"}]},\"elements\":[{\"id\":\"b838e5e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d1b46a6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3b9d3e3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"adc3dc8\"}],\"pp_display_conditions\":[{\"_id\":\"d5c852f\"}]},\"elements\":[{\"id\":\"9127a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}]},\"elements\":[{\"id\":\"c97449c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-ab.jpg\",\"id\":319,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"9247476\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"37bf80d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}]},\"elements\":[{\"id\":\"fc48ecc\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"pp_display_conditions\":[{\"_id\":\"20ae8b5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f04b25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"212c323\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"65e00da\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060.svg\",\"id\":125},\"library\":\"svg\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6c973b9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3153, 329, '_elementor_edit_mode', 'builder'),
(3154, 329, '_elementor_template_type', 'wp-page'),
(3155, 329, '_elementor_version', '4.0.6'),
(3156, 329, '_elementor_pro_version', '4.0.4'),
(3157, 329, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3158, 329, '_elementor_data', '[{\"id\":\"81d36c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a7fbf3c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"59b2489\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7dfefca\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cf2132b\"}]},\"elements\":[{\"id\":\"b838e5e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d1b46a6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3b9d3e3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"adc3dc8\"}],\"pp_display_conditions\":[{\"_id\":\"d5c852f\"}]},\"elements\":[{\"id\":\"9127a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}]},\"elements\":[{\"id\":\"c97449c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-ab.jpg\",\"id\":319,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9247476\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"37bf80d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}]},\"elements\":[{\"id\":\"fc48ecc\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"pp_display_conditions\":[{\"_id\":\"20ae8b5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f04b25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"212c323\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"65e00da\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060.svg\",\"id\":125},\"library\":\"svg\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6c973b9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3087, 323, '_elementor_page_settings', 'a:0:{}'),
(3090, 324, '_wp_page_template', 'elementor_header_footer'),
(3092, 324, '_elementor_edit_mode', 'builder'),
(3093, 324, '_elementor_template_type', 'wp-page'),
(3094, 324, '_elementor_version', '4.0.6'),
(3095, 324, '_elementor_pro_version', '4.0.4'),
(3096, 324, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3097, 324, '_elementor_data', '[{\"id\":\"81d36c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a7fbf3c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"59b2489\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7dfefca\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cf2132b\"}]},\"elements\":[{\"id\":\"b838e5e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d1b46a6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3b9d3e3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"adc3dc8\"}],\"pp_display_conditions\":[{\"_id\":\"d5c852f\"}]},\"elements\":[{\"id\":\"9127a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}]},\"elements\":[{\"id\":\"c97449c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-ab.jpg\",\"id\":319,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"9247476\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"37bf80d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}]},\"elements\":[{\"id\":\"fc48ecc\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"pp_display_conditions\":[{\"_id\":\"20ae8b5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f04b25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"212c323\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"65e00da\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060.svg\",\"id\":125},\"library\":\"svg\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6c973b9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3098, 324, '_elementor_page_settings', 'a:0:{}'),
(3101, 325, '_wp_page_template', 'elementor_header_footer'),
(3103, 325, '_elementor_edit_mode', 'builder'),
(3104, 325, '_elementor_template_type', 'wp-page'),
(3105, 325, '_elementor_version', '4.0.6'),
(3106, 325, '_elementor_pro_version', '4.0.4'),
(3107, 325, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3108, 325, '_elementor_data', '[{\"id\":\"81d36c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a7fbf3c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"59b2489\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7dfefca\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cf2132b\"}]},\"elements\":[{\"id\":\"b838e5e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d1b46a6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3b9d3e3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"adc3dc8\"}],\"pp_display_conditions\":[{\"_id\":\"d5c852f\"}]},\"elements\":[{\"id\":\"9127a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}]},\"elements\":[{\"id\":\"c97449c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-ab.jpg\",\"id\":319,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9247476\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"37bf80d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}]},\"elements\":[{\"id\":\"fc48ecc\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"pp_display_conditions\":[{\"_id\":\"20ae8b5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f04b25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"212c323\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"65e00da\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060.svg\",\"id\":125},\"library\":\"svg\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6c973b9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3221, 335, '_elementor_edit_mode', 'builder'),
(3222, 335, '_elementor_template_type', 'wp-page'),
(3223, 335, '_elementor_version', '4.0.6'),
(3224, 335, '_elementor_pro_version', '4.0.4'),
(3225, 335, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3226, 335, '_elementor_data', '[{\"id\":\"81d36c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a7fbf3c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"59b2489\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7dfefca\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cf2132b\"}]},\"elements\":[{\"id\":\"b838e5e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d1b46a6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3b9d3e3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"adc3dc8\"}],\"pp_display_conditions\":[{\"_id\":\"d5c852f\"}]},\"elements\":[{\"id\":\"9127a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}],\"animation\":\"fadeInLeft\"},\"elements\":[{\"id\":\"c97449c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-ab.jpg\",\"id\":319,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9247476\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"37bf80d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}],\"animation\":\"fadeInRight\"},\"elements\":[{\"id\":\"fc48ecc\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"pp_display_conditions\":[{\"_id\":\"20ae8b5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f04b25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"212c323\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"65e00da\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060.svg\",\"id\":125},\"library\":\"svg\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6c973b9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3123, 326, '_elementor_page_settings', 'a:0:{}'),
(3126, 327, '_wp_page_template', 'elementor_header_footer'),
(3128, 327, '_elementor_edit_mode', 'builder'),
(3129, 327, '_elementor_template_type', 'wp-page'),
(3130, 327, '_elementor_version', '4.0.6'),
(3131, 327, '_elementor_pro_version', '4.0.4'),
(3132, 327, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3133, 327, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Click here\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3134, 327, '_elementor_page_settings', 'a:0:{}'),
(3139, 328, '_elementor_edit_mode', 'builder'),
(3140, 328, '_elementor_template_type', 'wp-page'),
(3141, 328, '_elementor_version', '4.0.6'),
(3142, 328, '_elementor_pro_version', '4.0.4'),
(3143, 328, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3144, 328, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3282, 341, '_wp_page_template', 'elementor_header_footer'),
(3260, 339, '_wp_page_template', 'elementor_header_footer'),
(3262, 339, '_elementor_edit_mode', 'builder'),
(3263, 339, '_elementor_template_type', 'wp-page'),
(3264, 339, '_elementor_version', '4.0.6'),
(3265, 339, '_elementor_pro_version', '4.0.4'),
(3266, 339, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3267, 339, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3159, 329, '_elementor_page_settings', 'a:0:{}'),
(3162, 330, '_wp_page_template', 'elementor_header_footer'),
(3164, 330, '_elementor_edit_mode', 'builder'),
(3165, 330, '_elementor_template_type', 'wp-page'),
(3166, 330, '_elementor_version', '4.0.6'),
(3167, 330, '_elementor_pro_version', '4.0.4'),
(3168, 330, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3169, 330, '_elementor_data', '[{\"id\":\"81d36c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a7fbf3c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"59b2489\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7dfefca\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cf2132b\"}]},\"elements\":[{\"id\":\"b838e5e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d1b46a6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3b9d3e3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"adc3dc8\"}],\"pp_display_conditions\":[{\"_id\":\"d5c852f\"}]},\"elements\":[{\"id\":\"9127a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}]},\"elements\":[{\"id\":\"c97449c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-ab.jpg\",\"id\":319,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9247476\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"37bf80d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}]},\"elements\":[{\"id\":\"fc48ecc\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"pp_display_conditions\":[{\"_id\":\"20ae8b5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f04b25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"212c323\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"65e00da\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060.svg\",\"id\":125},\"library\":\"svg\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6c973b9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3170, 330, '_elementor_page_settings', 'a:0:{}'),
(3173, 331, '_wp_page_template', 'elementor_header_footer'),
(3175, 331, '_elementor_edit_mode', 'builder'),
(3176, 331, '_elementor_template_type', 'wp-page'),
(3177, 331, '_elementor_version', '4.0.6'),
(3178, 331, '_elementor_pro_version', '4.0.4'),
(3179, 331, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3180, 331, '_elementor_data', '[{\"id\":\"81d36c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a7fbf3c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"59b2489\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7dfefca\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cf2132b\"}]},\"elements\":[{\"id\":\"b838e5e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d1b46a6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3b9d3e3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"adc3dc8\"}],\"pp_display_conditions\":[{\"_id\":\"d5c852f\"}]},\"elements\":[{\"id\":\"9127a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}],\"animation\":\"fadeInLeft\"},\"elements\":[{\"id\":\"c97449c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-ab.jpg\",\"id\":319,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9247476\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"37bf80d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}],\"animation\":\"fadeInRight\"},\"elements\":[{\"id\":\"fc48ecc\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"pp_display_conditions\":[{\"_id\":\"20ae8b5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f04b25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"212c323\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"65e00da\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060.svg\",\"id\":125},\"library\":\"svg\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6c973b9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3193, 332, '_elementor_page_settings', 'a:0:{}'),
(3196, 333, '_wp_page_template', 'elementor_header_footer'),
(3198, 333, '_elementor_edit_mode', 'builder'),
(3199, 333, '_elementor_template_type', 'wp-page'),
(3200, 333, '_elementor_version', '4.0.6'),
(3201, 333, '_elementor_pro_version', '4.0.4'),
(3202, 333, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3203, 333, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3204, 333, '_elementor_page_settings', 'a:0:{}'),
(3209, 334, '_elementor_edit_mode', 'builder'),
(3210, 334, '_elementor_template_type', 'wp-page'),
(3211, 334, '_elementor_version', '4.0.6'),
(3212, 334, '_elementor_pro_version', '4.0.4'),
(3213, 334, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3214, 334, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3312, 344, '_wp_page_template', 'elementor_header_footer'),
(3294, 342, '_wp_page_template', 'elementor_header_footer'),
(3296, 342, '_elementor_edit_mode', 'builder'),
(3297, 342, '_elementor_template_type', 'wp-page'),
(3298, 342, '_elementor_version', '4.0.6'),
(3299, 342, '_elementor_pro_version', '4.0.4'),
(3300, 342, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3301, 342, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3352, 15, '_elementor_page_settings', 'a:0:{}'),
(3353, 15, '_elementor_controls_usage', 'a:5:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:13:\"content_width\";i:3;s:5:\"width\";i:2;s:20:\"flex_justify_content\";i:1;s:14:\"flex_direction\";i:2;}}s:5:\"style\";a:1:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:4;}}s:8:\"advanced\";a:3:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:2;}s:14:\"section_layout\";a:1:{s:7:\"padding\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:8:\"advanced\";a:4:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:19:\"_section_background\";a:1:{s:22:\"_background_background\";i:1;}s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:1;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:5:{s:13:\"selected_icon\";i:2;s:10:\"title_text\";i:2;s:16:\"description_text\";i:2;s:10:\"title_size\";i:2;s:4:\"view\";i:2;}}s:5:\"style\";a:3:{s:17:\"section_style_box\";a:3:{s:10:\"text_align\";i:2;s:18:\"title_bottom_space\";i:2;s:8:\"position\";i:2;}s:21:\"section_style_content\";a:2:{s:33:\"description_typography_typography\";i:2;s:32:\"description_typography_font_size\";i:2;}s:18:\"section_style_icon\";a:2:{s:9:\"icon_size\";i:2;s:12:\"icon_padding\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}}'),
(3344, 348, '_wp_page_template', 'elementor_header_footer'),
(3346, 348, '_elementor_edit_mode', 'builder'),
(3347, 348, '_elementor_template_type', 'wp-page'),
(3348, 348, '_elementor_version', '4.0.6'),
(3349, 348, '_elementor_pro_version', '4.0.4'),
(3350, 348, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3351, 348, '_elementor_data', '[{\"id\":\"81d36c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a7fbf3c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"59b2489\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7dfefca\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cf2132b\"}]},\"elements\":[{\"id\":\"b838e5e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d1b46a6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3b9d3e3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"adc3dc8\"}],\"pp_display_conditions\":[{\"_id\":\"d5c852f\"}]},\"elements\":[{\"id\":\"9127a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}],\"animation\":\"fadeInLeft\"},\"elements\":[{\"id\":\"c97449c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-ab.jpg\",\"id\":319,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9247476\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"37bf80d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}],\"animation\":\"fadeInRight\"},\"elements\":[{\"id\":\"fc48ecc\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"pp_display_conditions\":[{\"_id\":\"20ae8b5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f04b25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"212c323\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"65e00da\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060.svg\",\"id\":125},\"library\":\"svg\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6c973b9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.<\\/p>\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_background_background\":\"classic\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3268, 339, '_elementor_page_settings', 'a:0:{}'),
(3271, 340, '_wp_page_template', 'elementor_header_footer'),
(3273, 340, '_elementor_edit_mode', 'builder'),
(3274, 340, '_elementor_template_type', 'wp-page'),
(3275, 340, '_elementor_version', '4.0.6'),
(3276, 340, '_elementor_pro_version', '4.0.4'),
(3277, 340, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3278, 340, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3279, 340, '_elementor_page_settings', 'a:0:{}'),
(3284, 341, '_elementor_edit_mode', 'builder'),
(3285, 341, '_elementor_template_type', 'wp-page'),
(3286, 341, '_elementor_version', '4.0.6'),
(3287, 341, '_elementor_pro_version', '4.0.4'),
(3288, 341, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3289, 341, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3302, 342, '_elementor_page_settings', 'a:0:{}'),
(3303, 343, '_wp_page_template', 'elementor_header_footer'),
(3305, 343, '_elementor_edit_mode', 'builder'),
(3306, 343, '_elementor_template_type', 'wp-page'),
(3307, 343, '_elementor_version', '4.0.6'),
(3308, 343, '_elementor_pro_version', '4.0.4'),
(3309, 343, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3310, 343, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3311, 343, '_elementor_page_settings', 'a:0:{}'),
(3314, 344, '_elementor_edit_mode', 'builder'),
(3315, 344, '_elementor_template_type', 'wp-page'),
(3316, 344, '_elementor_version', '4.0.6'),
(3317, 344, '_elementor_pro_version', '4.0.4'),
(3318, 344, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3319, 344, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3712, 383, '_wp_page_template', 'elementor_header_footer'),
(3690, 381, '_wp_page_template', 'elementor_header_footer'),
(3692, 381, '_elementor_edit_mode', 'builder'),
(3693, 381, '_elementor_template_type', 'wp-page'),
(3694, 381, '_elementor_version', '4.0.6'),
(3695, 381, '_elementor_pro_version', '4.0.4'),
(3696, 381, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3697, 381, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3834, 393, '_wp_page_template', 'elementor_header_footer'),
(3784, 389, '_wp_page_template', 'elementor_header_footer'),
(3726, 384, '_wp_page_template', 'elementor_header_footer'),
(3728, 384, '_elementor_edit_mode', 'builder'),
(3729, 384, '_elementor_template_type', 'wp-page'),
(3730, 384, '_elementor_version', '4.0.6'),
(3731, 384, '_elementor_pro_version', '4.0.4'),
(3732, 384, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3733, 384, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3798, 390, '_wp_page_template', 'elementor_header_footer'),
(3324, 345, '_wp_trash_meta_status', 'publish'),
(3325, 345, '_wp_trash_meta_time', '1778064769'),
(3334, 346, '_elementor_page_settings', 'a:0:{}'),
(3335, 347, '_wp_page_template', 'elementor_header_footer'),
(3337, 347, '_elementor_edit_mode', 'builder'),
(3338, 347, '_elementor_template_type', 'wp-page'),
(3339, 347, '_elementor_version', '4.0.6'),
(3340, 347, '_elementor_pro_version', '4.0.4'),
(3341, 347, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3342, 347, '_elementor_data', '[{\"id\":\"81d36c7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"a7fbf3c\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"59b2489\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7dfefca\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"cf2132b\"}]},\"elements\":[{\"id\":\"b838e5e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"d1b46a6\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3b9d3e3\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"adc3dc8\"}],\"pp_display_conditions\":[{\"_id\":\"d5c852f\"}]},\"elements\":[{\"id\":\"9127a85\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}],\"animation\":\"fadeInLeft\"},\"elements\":[{\"id\":\"c97449c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-ab.jpg\",\"id\":319,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"9247476\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"37bf80d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"24a8dd0\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2762793\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"1cf8764\"}],\"pp_display_conditions\":[{\"_id\":\"fa3c15e\"}],\"animation\":\"fadeInRight\"},\"elements\":[{\"id\":\"fc48ecc\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"pp_display_conditions\":[{\"_id\":\"20ae8b5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4f04b25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"212c323\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"65e00da\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060.svg\",\"id\":125},\"library\":\"svg\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"view\":\"stacked\",\"position\":\"inline-start\",\"icon_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"secondary_color\":\"globals\\/colors?id=astglobalcolor4\",\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"6c973b9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.\",\"pp_display_conditions\":[{\"_id\":\"1e229f1\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3343, 347, '_elementor_page_settings', 'a:0:{}'),
(3356, 17, '_elementor_edit_mode', 'builder'),
(3357, 17, '_astra_content_layout_flag', 'disabled'),
(3358, 17, 'ast-title-bar-display', 'disabled'),
(3359, 17, '_elementor_template_type', 'wp-page'),
(3360, 17, '_elementor_version', '4.0.6'),
(3361, 17, '_elementor_pro_version', '4.0.4'),
(3380, 17, '_elementor_data', '[{\"id\":\"8d2f605\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c9c9748\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"abc5584\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fb7ddc4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1242fa6\"}]},\"elements\":[{\"id\":\"799ef6d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}],\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"d02fc67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services to Be Provided\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"91b1ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"074e31e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d02aecd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f29bc4a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}],\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"92557d2\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Individual Therapy\",\"_id\":\"2ee36fc\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Group Therapy\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"bcbd0ec\"},{\"title\":\"Medication Management\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"fc7ebca\"},{\"title\":\"Daily Living Skills Training\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"e221e6c\"},{\"title\":\"24\\/7 Supervision\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"8fa329b\"},{\"title\":\"Behavior Support Plans\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"c8c82a4\"},{\"title\":\"Care Coordination\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"3a5f7e0\"},{\"title\":\"Community integration \",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"af243a8\"}],\"layout\":\"grid\",\"columns\":\"4\",\"columns_tablet_extra\":\"3\",\"columns_mobile_extra\":\"1\",\"title_html_tag\":\"h6\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#DDE6DF\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5f3ae34\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_border_color\":\"\",\"icon_bg_color_normal\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(3363, 17, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3364, 349, '_wp_page_template', 'elementor_header_footer'),
(3366, 349, '_elementor_edit_mode', 'builder'),
(3367, 349, '_elementor_template_type', 'wp-page'),
(3368, 349, '_elementor_version', '4.0.6'),
(3369, 349, '_elementor_pro_version', '4.0.4'),
(3370, 349, '_elementor_page_settings', 'a:0:{}'),
(3371, 349, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3372, 350, '_wp_page_template', 'elementor_header_footer'),
(3374, 350, '_elementor_edit_mode', 'builder'),
(3375, 350, '_elementor_template_type', 'wp-page'),
(3376, 350, '_elementor_version', '4.0.6'),
(3377, 350, '_elementor_pro_version', '4.0.4'),
(3378, 350, '_elementor_page_settings', 'a:0:{}'),
(3379, 350, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3381, 351, '_wp_page_template', 'elementor_header_footer'),
(3383, 351, '_elementor_edit_mode', 'builder'),
(3384, 351, '_elementor_template_type', 'wp-page'),
(3385, 351, '_elementor_version', '4.0.6'),
(3386, 351, '_elementor_pro_version', '4.0.4'),
(3387, 351, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3388, 351, '_elementor_data', '[{\"id\":\"8d2f605\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c9c9748\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"abc5584\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fb7ddc4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1242fa6\"}]},\"elements\":[{\"id\":\"799ef6d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[{\"id\":\"d02fc67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services to Be Provided\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"91b1ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"074e31e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d02aecd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f29bc4a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(3404, 354, '_wp_page_template', 'elementor_header_footer'),
(3406, 354, '_elementor_edit_mode', 'builder'),
(3407, 354, '_elementor_template_type', 'wp-page'),
(3408, 354, '_elementor_version', '4.0.6'),
(3409, 354, '_elementor_pro_version', '4.0.4'),
(3410, 354, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3411, 354, '_elementor_data', '[{\"id\":\"8d2f605\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c9c9748\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"abc5584\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fb7ddc4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1242fa6\"}]},\"elements\":[{\"id\":\"799ef6d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[{\"id\":\"d02fc67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services to Be Provided\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"91b1ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"074e31e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d02aecd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f29bc4a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(3422, 356, '_wp_page_template', 'elementor_header_footer'),
(3424, 356, '_elementor_edit_mode', 'builder'),
(3425, 356, '_elementor_template_type', 'wp-page'),
(3426, 356, '_elementor_version', '4.0.6'),
(3427, 356, '_elementor_pro_version', '4.0.4'),
(3428, 356, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3429, 356, '_elementor_data', '[{\"id\":\"8d2f605\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c9c9748\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"abc5584\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fb7ddc4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1242fa6\"}]},\"elements\":[{\"id\":\"799ef6d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[{\"id\":\"d02fc67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services to Be Provided\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"91b1ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"074e31e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d02aecd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f29bc4a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[{\"id\":\"92557d2\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Individual Therapy\",\"_id\":\"2ee36fc\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Group Therapy\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"bcbd0ec\"},{\"title\":\"Medication Management\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"fc7ebca\"},{\"title\":\"Daily Living Skills Training\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"e221e6c\"},{\"title\":\"24\\/7 Supervision\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"8fa329b\"},{\"title\":\"Behavior Support Plans\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"c8c82a4\"},{\"title\":\"Care Coordination\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"3a5f7e0\"},{\"title\":\"Community integration \",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"af243a8\"}],\"layout\":\"grid\",\"icon_size\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"5f3ae34\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(3401, 353, '_wp_attached_file', '2026/05/mindfulness_17677707.svg'),
(3402, 353, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:3733;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(3412, 354, '_elementor_page_settings', 'a:0:{}'),
(3413, 355, '_wp_page_template', 'elementor_header_footer'),
(3415, 355, '_elementor_edit_mode', 'builder'),
(3416, 355, '_elementor_template_type', 'wp-page'),
(3417, 355, '_elementor_version', '4.0.6'),
(3418, 355, '_elementor_pro_version', '4.0.4'),
(3419, 355, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3420, 355, '_elementor_data', '[{\"id\":\"8d2f605\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c9c9748\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"abc5584\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fb7ddc4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1242fa6\"}]},\"elements\":[{\"id\":\"799ef6d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[{\"id\":\"d02fc67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services to Be Provided\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"91b1ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"074e31e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d02aecd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f29bc4a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(3421, 355, '_elementor_page_settings', 'a:0:{}'),
(3434, 357, '_wp_page_template', 'elementor_header_footer'),
(3436, 357, '_elementor_edit_mode', 'builder'),
(3437, 357, '_elementor_template_type', 'wp-page'),
(3438, 357, '_elementor_version', '4.0.6'),
(3439, 357, '_elementor_pro_version', '4.0.4'),
(3440, 357, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3441, 357, '_elementor_data', '[{\"id\":\"8d2f605\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c9c9748\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"abc5584\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fb7ddc4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1242fa6\"}]},\"elements\":[{\"id\":\"799ef6d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[{\"id\":\"d02fc67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services to Be Provided\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"91b1ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"074e31e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d02aecd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f29bc4a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[{\"id\":\"92557d2\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Individual Therapy\",\"_id\":\"2ee36fc\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Group Therapy\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"bcbd0ec\"},{\"title\":\"Medication Management\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"fc7ebca\"},{\"title\":\"Daily Living Skills Training\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"e221e6c\"},{\"title\":\"24\\/7 Supervision\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"8fa329b\"},{\"title\":\"Behavior Support Plans\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"c8c82a4\"},{\"title\":\"Care Coordination\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"3a5f7e0\"},{\"title\":\"Community integration \",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"af243a8\"}],\"layout\":\"grid\",\"icon_size\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"5f3ae34\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(3504, 363, '_wp_page_template', 'elementor_header_footer'),
(3470, 360, '_wp_page_template', 'elementor_header_footer'),
(3472, 360, '_elementor_edit_mode', 'builder'),
(3473, 360, '_elementor_template_type', 'wp-page'),
(3474, 360, '_elementor_version', '4.0.6'),
(3475, 360, '_elementor_pro_version', '4.0.4'),
(3476, 360, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3477, 360, '_elementor_data', '[{\"id\":\"8d2f605\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c9c9748\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"abc5584\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fb7ddc4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1242fa6\"}]},\"elements\":[{\"id\":\"799ef6d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[{\"id\":\"d02fc67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services to Be Provided\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"91b1ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"074e31e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d02aecd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f29bc4a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[{\"id\":\"92557d2\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Individual Therapy\",\"_id\":\"2ee36fc\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Group Therapy\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"bcbd0ec\"},{\"title\":\"Medication Management\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"fc7ebca\"},{\"title\":\"Daily Living Skills Training\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"e221e6c\"},{\"title\":\"24\\/7 Supervision\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"8fa329b\"},{\"title\":\"Behavior Support Plans\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"c8c82a4\"},{\"title\":\"Care Coordination\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"3a5f7e0\"},{\"title\":\"Community integration \",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"af243a8\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"icon_size\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"5f3ae34\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(3512, 363, '_elementor_page_settings', 'a:0:{}'),
(3513, 364, '_wp_page_template', 'elementor_header_footer'),
(3515, 364, '_elementor_edit_mode', 'builder'),
(3516, 364, '_elementor_template_type', 'wp-page'),
(3517, 364, '_elementor_version', '4.0.6'),
(3518, 364, '_elementor_pro_version', '4.0.4'),
(3519, 364, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3520, 364, '_elementor_data', '[{\"id\":\"8d2f605\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c9c9748\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"abc5584\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fb7ddc4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1242fa6\"}]},\"elements\":[{\"id\":\"799ef6d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[{\"id\":\"d02fc67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services to Be Provided\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"91b1ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"074e31e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d02aecd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f29bc4a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[{\"id\":\"92557d2\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Individual Therapy\",\"_id\":\"2ee36fc\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Group Therapy\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"bcbd0ec\"},{\"title\":\"Medication Management\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"fc7ebca\"},{\"title\":\"Daily Living Skills Training\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"e221e6c\"},{\"title\":\"24\\/7 Supervision\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"8fa329b\"},{\"title\":\"Behavior Support Plans\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"c8c82a4\"},{\"title\":\"Care Coordination\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"3a5f7e0\"},{\"title\":\"Community integration \",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"af243a8\"}],\"layout\":\"grid\",\"columns\":\"4\",\"title_html_tag\":\"h5\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#DDE6DF\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5f3ae34\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_border_color\":\"\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(3521, 364, '_elementor_page_settings', 'a:0:{}'),
(3524, 365, '_elementor_edit_mode', 'builder'),
(3525, 365, '_elementor_template_type', 'wp-page'),
(3526, 365, '_elementor_version', '4.0.6'),
(3527, 365, '_elementor_pro_version', '4.0.4'),
(3528, 365, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3529, 365, '_elementor_data', '[{\"id\":\"8d2f605\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c9c9748\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"abc5584\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fb7ddc4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1242fa6\"}]},\"elements\":[{\"id\":\"799ef6d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[{\"id\":\"d02fc67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services to Be Provided\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"91b1ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"074e31e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d02aecd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f29bc4a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[{\"id\":\"92557d2\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Individual Therapy\",\"_id\":\"2ee36fc\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Group Therapy\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"bcbd0ec\"},{\"title\":\"Medication Management\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"fc7ebca\"},{\"title\":\"Daily Living Skills Training\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"e221e6c\"},{\"title\":\"24\\/7 Supervision\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"8fa329b\"},{\"title\":\"Behavior Support Plans\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"c8c82a4\"},{\"title\":\"Care Coordination\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"3a5f7e0\"},{\"title\":\"Community integration \",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"af243a8\"}],\"layout\":\"grid\",\"columns\":\"4\",\"title_html_tag\":\"h6\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#DDE6DF\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5f3ae34\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_border_color\":\"\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(3534, 366, '_wp_page_template', 'elementor_header_footer'),
(3536, 366, '_elementor_edit_mode', 'builder'),
(3537, 366, '_elementor_template_type', 'wp-page'),
(3538, 366, '_elementor_version', '4.0.6'),
(3539, 366, '_elementor_pro_version', '4.0.4'),
(3540, 366, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3541, 366, '_elementor_data', '[{\"id\":\"8d2f605\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c9c9748\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"abc5584\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fb7ddc4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1242fa6\"}]},\"elements\":[{\"id\":\"799ef6d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[{\"id\":\"d02fc67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services to Be Provided\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"91b1ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"074e31e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d02aecd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f29bc4a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[{\"id\":\"92557d2\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Individual Therapy\",\"_id\":\"2ee36fc\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Group Therapy\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"bcbd0ec\"},{\"title\":\"Medication Management\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"fc7ebca\"},{\"title\":\"Daily Living Skills Training\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"e221e6c\"},{\"title\":\"24\\/7 Supervision\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"8fa329b\"},{\"title\":\"Behavior Support Plans\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"c8c82a4\"},{\"title\":\"Care Coordination\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"3a5f7e0\"},{\"title\":\"Community integration \",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"af243a8\"}],\"layout\":\"grid\",\"columns\":\"4\",\"title_html_tag\":\"h6\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#DDE6DF\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5f3ae34\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_border_color\":\"\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(3598, 372, '_wp_page_template', 'elementor_header_footer'),
(3600, 372, '_elementor_edit_mode', 'builder'),
(3601, 372, '_elementor_template_type', 'wp-page'),
(3602, 372, '_elementor_version', '4.0.6'),
(3603, 372, '_elementor_pro_version', '4.0.4'),
(3604, 372, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3605, 372, '_elementor_data', '[{\"id\":\"8d2f605\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c9c9748\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"abc5584\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fb7ddc4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1242fa6\"}]},\"elements\":[{\"id\":\"799ef6d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[{\"id\":\"d02fc67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services to Be Provided\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"91b1ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"074e31e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d02aecd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f29bc4a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[{\"id\":\"92557d2\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Individual Therapy\",\"_id\":\"2ee36fc\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Group Therapy\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"bcbd0ec\"},{\"title\":\"Medication Management\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"fc7ebca\"},{\"title\":\"Daily Living Skills Training\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"e221e6c\"},{\"title\":\"24\\/7 Supervision\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"8fa329b\"},{\"title\":\"Behavior Support Plans\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"c8c82a4\"},{\"title\":\"Care Coordination\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"3a5f7e0\"},{\"title\":\"Community integration \",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"af243a8\"}],\"layout\":\"grid\",\"columns\":\"4\",\"title_html_tag\":\"h6\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#DDE6DF\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5f3ae34\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_border_color\":\"\",\"icon_bg_color_normal\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(3660, 378, '_wp_page_template', 'elementor_header_footer'),
(3662, 378, '_elementor_edit_mode', 'builder'),
(3663, 378, '_elementor_template_type', 'wp-page'),
(3664, 378, '_elementor_version', '4.0.6'),
(3665, 378, '_elementor_pro_version', '4.0.4'),
(3666, 378, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3667, 378, '_elementor_data', '[{\"id\":\"8d2f605\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c9c9748\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"abc5584\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fb7ddc4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1242fa6\"}]},\"elements\":[{\"id\":\"799ef6d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}],\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"d02fc67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services to Be Provided\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"91b1ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"074e31e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d02aecd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f29bc4a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}],\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"92557d2\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Individual Therapy\",\"_id\":\"2ee36fc\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Group Therapy\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"bcbd0ec\"},{\"title\":\"Medication Management\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"fc7ebca\"},{\"title\":\"Daily Living Skills Training\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"e221e6c\"},{\"title\":\"24\\/7 Supervision\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"8fa329b\"},{\"title\":\"Behavior Support Plans\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"c8c82a4\"},{\"title\":\"Care Coordination\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"3a5f7e0\"},{\"title\":\"Community integration \",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"af243a8\"}],\"layout\":\"grid\",\"columns\":\"4\",\"columns_tablet_extra\":\"3\",\"title_html_tag\":\"h6\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#DDE6DF\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5f3ae34\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_border_color\":\"\",\"icon_bg_color_normal\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(3668, 378, '_elementor_page_settings', 'a:0:{}'),
(3669, 379, '_wp_page_template', 'elementor_header_footer'),
(3671, 379, '_elementor_edit_mode', 'builder'),
(3672, 379, '_elementor_template_type', 'wp-page'),
(3673, 379, '_elementor_version', '4.0.6'),
(3674, 379, '_elementor_pro_version', '4.0.4'),
(3675, 379, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3676, 379, '_elementor_data', '[{\"id\":\"8d2f605\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c9c9748\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"abc5584\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fb7ddc4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1242fa6\"}]},\"elements\":[{\"id\":\"799ef6d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}],\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"d02fc67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services to Be Provided\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"91b1ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"074e31e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d02aecd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f29bc4a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}],\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"92557d2\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Individual Therapy\",\"_id\":\"2ee36fc\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Group Therapy\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"bcbd0ec\"},{\"title\":\"Medication Management\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"fc7ebca\"},{\"title\":\"Daily Living Skills Training\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"e221e6c\"},{\"title\":\"24\\/7 Supervision\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"8fa329b\"},{\"title\":\"Behavior Support Plans\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"c8c82a4\"},{\"title\":\"Care Coordination\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"3a5f7e0\"},{\"title\":\"Community integration \",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"af243a8\"}],\"layout\":\"grid\",\"columns\":\"4\",\"columns_tablet_extra\":\"3\",\"title_html_tag\":\"h6\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#DDE6DF\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5f3ae34\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_border_color\":\"\",\"icon_bg_color_normal\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(3677, 379, '_elementor_page_settings', 'a:0:{}'),
(3686, 17, '_elementor_page_settings', 'a:0:{}'),
(3687, 17, '_elementor_controls_usage', 'a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:2:{s:13:\"content_width\";i:2;s:14:\"flex_direction\";i:1;}}s:5:\"style\";a:1:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:3;}}s:8:\"advanced\";a:3:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:2;s:18:\"animation_duration\";i:1;}s:14:\"section_layout\";a:1:{s:7:\"padding\";i:1;}}}}s:20:\"pp-info-box-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:18:\"section_info_boxes\";a:6:{s:13:\"pp_info_boxes\";i:1;s:6:\"layout\";i:1;s:7:\"columns\";i:1;s:20:\"columns_tablet_extra\";i:1;s:20:\"columns_mobile_extra\";i:1;s:14:\"title_html_tag\";i:1;}}s:5:\"style\";a:2:{s:22:\"section_info_box_style\";a:5:{s:22:\"info_box_border_border\";i:1;s:21:\"info_box_border_width\";i:1;s:21:\"info_box_border_color\";i:1;s:22:\"info_box_border_radius\";i:1;s:16:\"info_box_padding\";i:1;}s:27:\"section_info_box_icon_style\";a:4:{s:9:\"icon_size\";i:1;s:18:\"icon_border_radius\";i:1;s:12:\"icon_padding\";i:1;s:11:\"icon_margin\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(3442, 357, '_elementor_page_settings', 'a:0:{}'),
(3445, 358, '_wp_page_template', 'elementor_header_footer'),
(3447, 358, '_elementor_edit_mode', 'builder'),
(3448, 358, '_elementor_template_type', 'wp-page'),
(3449, 358, '_elementor_version', '4.0.6'),
(3450, 358, '_elementor_pro_version', '4.0.4'),
(3451, 358, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3452, 358, '_elementor_data', '[{\"id\":\"8d2f605\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c9c9748\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"abc5584\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fb7ddc4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1242fa6\"}]},\"elements\":[{\"id\":\"799ef6d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[{\"id\":\"d02fc67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services to Be Provided\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"91b1ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"074e31e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d02aecd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f29bc4a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[{\"id\":\"92557d2\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Individual Therapy\",\"_id\":\"2ee36fc\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Group Therapy\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"bcbd0ec\"},{\"title\":\"Medication Management\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"fc7ebca\"},{\"title\":\"Daily Living Skills Training\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"e221e6c\"},{\"title\":\"24\\/7 Supervision\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"8fa329b\"},{\"title\":\"Behavior Support Plans\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"c8c82a4\"},{\"title\":\"Care Coordination\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"3a5f7e0\"},{\"title\":\"Community integration \",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"af243a8\"}],\"layout\":\"grid\",\"icon_size\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"5f3ae34\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(3453, 358, '_elementor_page_settings', 'a:0:{}'),
(3456, 359, '_wp_page_template', 'elementor_header_footer'),
(3458, 359, '_elementor_edit_mode', 'builder'),
(3459, 359, '_elementor_template_type', 'wp-page'),
(3460, 359, '_elementor_version', '4.0.6'),
(3461, 359, '_elementor_pro_version', '4.0.4'),
(3462, 359, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3463, 359, '_elementor_data', '[{\"id\":\"8d2f605\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c9c9748\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"abc5584\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fb7ddc4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1242fa6\"}]},\"elements\":[{\"id\":\"799ef6d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[{\"id\":\"d02fc67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services to Be Provided\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"91b1ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"074e31e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d02aecd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f29bc4a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[{\"id\":\"92557d2\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Individual Therapy\",\"_id\":\"2ee36fc\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Group Therapy\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"bcbd0ec\"},{\"title\":\"Medication Management\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"fc7ebca\"},{\"title\":\"Daily Living Skills Training\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"e221e6c\"},{\"title\":\"24\\/7 Supervision\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"8fa329b\"},{\"title\":\"Behavior Support Plans\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"c8c82a4\"},{\"title\":\"Care Coordination\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"3a5f7e0\"},{\"title\":\"Community integration \",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"af243a8\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"icon_size\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"5f3ae34\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(3522, 365, '_wp_page_template', 'elementor_header_footer'),
(3506, 363, '_elementor_edit_mode', 'builder'),
(3507, 363, '_elementor_template_type', 'wp-page'),
(3508, 363, '_elementor_version', '4.0.6'),
(3509, 363, '_elementor_pro_version', '4.0.4'),
(3510, 363, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3511, 363, '_elementor_data', '[{\"id\":\"8d2f605\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c9c9748\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"abc5584\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fb7ddc4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1242fa6\"}]},\"elements\":[{\"id\":\"799ef6d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[{\"id\":\"d02fc67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services to Be Provided\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"91b1ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"074e31e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d02aecd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f29bc4a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[{\"id\":\"92557d2\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Individual Therapy\",\"_id\":\"2ee36fc\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Group Therapy\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"bcbd0ec\"},{\"title\":\"Medication Management\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"fc7ebca\"},{\"title\":\"Daily Living Skills Training\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"e221e6c\"},{\"title\":\"24\\/7 Supervision\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"8fa329b\"},{\"title\":\"Behavior Support Plans\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"c8c82a4\"},{\"title\":\"Care Coordination\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"3a5f7e0\"},{\"title\":\"Community integration \",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"af243a8\"}],\"layout\":\"grid\",\"columns\":\"4\",\"title_html_tag\":\"h5\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#DDE6DF\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5f3ae34\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_border_color\":\"\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(3478, 360, '_elementor_page_settings', 'a:0:{}'),
(3481, 361, '_wp_page_template', 'elementor_header_footer'),
(3483, 361, '_elementor_edit_mode', 'builder'),
(3484, 361, '_elementor_template_type', 'wp-page'),
(3485, 361, '_elementor_version', '4.0.6'),
(3486, 361, '_elementor_pro_version', '4.0.4'),
(3487, 361, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3488, 361, '_elementor_data', '[{\"id\":\"8d2f605\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c9c9748\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"abc5584\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fb7ddc4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1242fa6\"}]},\"elements\":[{\"id\":\"799ef6d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[{\"id\":\"d02fc67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services to Be Provided\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"91b1ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"074e31e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d02aecd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f29bc4a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[{\"id\":\"92557d2\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Individual Therapy\",\"_id\":\"2ee36fc\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Group Therapy\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"bcbd0ec\"},{\"title\":\"Medication Management\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"fc7ebca\"},{\"title\":\"Daily Living Skills Training\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"e221e6c\"},{\"title\":\"24\\/7 Supervision\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"8fa329b\"},{\"title\":\"Behavior Support Plans\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"c8c82a4\"},{\"title\":\"Care Coordination\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"3a5f7e0\"},{\"title\":\"Community integration \",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"af243a8\"}],\"layout\":\"grid\",\"title_html_tag\":\"h5\",\"icon_size\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"5f3ae34\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(3489, 361, '_elementor_page_settings', 'a:0:{}'),
(3492, 362, '_wp_page_template', 'elementor_header_footer'),
(3494, 362, '_elementor_edit_mode', 'builder'),
(3495, 362, '_elementor_template_type', 'wp-page'),
(3496, 362, '_elementor_version', '4.0.6'),
(3497, 362, '_elementor_pro_version', '4.0.4'),
(3498, 362, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3499, 362, '_elementor_data', '[{\"id\":\"8d2f605\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c9c9748\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"abc5584\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fb7ddc4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1242fa6\"}]},\"elements\":[{\"id\":\"799ef6d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[{\"id\":\"d02fc67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services to Be Provided\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"91b1ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"074e31e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d02aecd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f29bc4a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[{\"id\":\"92557d2\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Individual Therapy\",\"_id\":\"2ee36fc\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Group Therapy\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"bcbd0ec\"},{\"title\":\"Medication Management\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"fc7ebca\"},{\"title\":\"Daily Living Skills Training\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"e221e6c\"},{\"title\":\"24\\/7 Supervision\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"8fa329b\"},{\"title\":\"Behavior Support Plans\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"c8c82a4\"},{\"title\":\"Care Coordination\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"3a5f7e0\"},{\"title\":\"Community integration \",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"af243a8\"}],\"layout\":\"grid\",\"columns\":\"4\",\"title_html_tag\":\"h5\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#DDE6DF\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5f3ae34\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_border_color\":\"\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(3568, 369, '_wp_page_template', 'elementor_header_footer'),
(3570, 369, '_elementor_edit_mode', 'builder'),
(3571, 369, '_elementor_template_type', 'wp-page'),
(3572, 369, '_elementor_version', '4.0.6'),
(3573, 369, '_elementor_pro_version', '4.0.4'),
(3574, 369, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3575, 369, '_elementor_data', '[{\"id\":\"8d2f605\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c9c9748\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"abc5584\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fb7ddc4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1242fa6\"}]},\"elements\":[{\"id\":\"799ef6d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[{\"id\":\"d02fc67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services to Be Provided\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"91b1ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"074e31e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d02aecd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f29bc4a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[{\"id\":\"92557d2\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Individual Therapy\",\"_id\":\"2ee36fc\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Group Therapy\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"bcbd0ec\"},{\"title\":\"Medication Management\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"fc7ebca\"},{\"title\":\"Daily Living Skills Training\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"e221e6c\"},{\"title\":\"24\\/7 Supervision\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"8fa329b\"},{\"title\":\"Behavior Support Plans\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"c8c82a4\"},{\"title\":\"Care Coordination\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"3a5f7e0\"},{\"title\":\"Community integration \",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"af243a8\"}],\"layout\":\"grid\",\"columns\":\"4\",\"title_html_tag\":\"h6\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#DDE6DF\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5f3ae34\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_border_color\":\"\",\"icon_bg_color_normal\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(3576, 369, '_elementor_page_settings', 'a:0:{}'),
(3577, 370, '_wp_page_template', 'elementor_header_footer'),
(3579, 370, '_elementor_edit_mode', 'builder'),
(3580, 370, '_elementor_template_type', 'wp-page'),
(3581, 370, '_elementor_version', '4.0.6'),
(3582, 370, '_elementor_pro_version', '4.0.4'),
(3583, 370, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3584, 370, '_elementor_data', '[{\"id\":\"8d2f605\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c9c9748\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"abc5584\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fb7ddc4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1242fa6\"}]},\"elements\":[{\"id\":\"799ef6d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[{\"id\":\"d02fc67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services to Be Provided\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"91b1ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"074e31e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d02aecd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f29bc4a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[{\"id\":\"92557d2\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Individual Therapy\",\"_id\":\"2ee36fc\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Group Therapy\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"bcbd0ec\"},{\"title\":\"Medication Management\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"fc7ebca\"},{\"title\":\"Daily Living Skills Training\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"e221e6c\"},{\"title\":\"24\\/7 Supervision\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"8fa329b\"},{\"title\":\"Behavior Support Plans\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"c8c82a4\"},{\"title\":\"Care Coordination\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"3a5f7e0\"},{\"title\":\"Community integration \",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"af243a8\"}],\"layout\":\"grid\",\"columns\":\"4\",\"title_html_tag\":\"h6\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#DDE6DF\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5f3ae34\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_border_color\":\"\",\"icon_bg_color_normal\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(3585, 370, '_elementor_page_settings', 'a:0:{}'),
(3586, 371, '_wp_page_template', 'elementor_header_footer'),
(3588, 371, '_elementor_edit_mode', 'builder'),
(3589, 371, '_elementor_template_type', 'wp-page'),
(3590, 371, '_elementor_version', '4.0.6'),
(3591, 371, '_elementor_pro_version', '4.0.4'),
(3592, 371, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3593, 371, '_elementor_data', '[{\"id\":\"8d2f605\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c9c9748\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"abc5584\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fb7ddc4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1242fa6\"}]},\"elements\":[{\"id\":\"799ef6d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[{\"id\":\"d02fc67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services to Be Provided\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"91b1ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"074e31e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d02aecd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f29bc4a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[{\"id\":\"92557d2\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Individual Therapy\",\"_id\":\"2ee36fc\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Group Therapy\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"bcbd0ec\"},{\"title\":\"Medication Management\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"fc7ebca\"},{\"title\":\"Daily Living Skills Training\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"e221e6c\"},{\"title\":\"24\\/7 Supervision\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"8fa329b\"},{\"title\":\"Behavior Support Plans\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"c8c82a4\"},{\"title\":\"Care Coordination\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"3a5f7e0\"},{\"title\":\"Community integration \",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"af243a8\"}],\"layout\":\"grid\",\"columns\":\"4\",\"title_html_tag\":\"h6\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#DDE6DF\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5f3ae34\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_border_color\":\"\",\"icon_bg_color_normal\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(3542, 366, '_elementor_page_settings', 'a:0:{}'),
(3545, 367, '_wp_page_template', 'elementor_header_footer'),
(3547, 367, '_elementor_edit_mode', 'builder'),
(3548, 367, '_elementor_template_type', 'wp-page'),
(3549, 367, '_elementor_version', '4.0.6'),
(3550, 367, '_elementor_pro_version', '4.0.4'),
(3551, 367, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3552, 367, '_elementor_data', '[{\"id\":\"8d2f605\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c9c9748\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"abc5584\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fb7ddc4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1242fa6\"}]},\"elements\":[{\"id\":\"799ef6d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[{\"id\":\"d02fc67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services to Be Provided\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"91b1ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"074e31e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d02aecd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f29bc4a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[{\"id\":\"92557d2\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Individual Therapy\",\"_id\":\"2ee36fc\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Group Therapy\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"bcbd0ec\"},{\"title\":\"Medication Management\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"fc7ebca\"},{\"title\":\"Daily Living Skills Training\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"e221e6c\"},{\"title\":\"24\\/7 Supervision\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"8fa329b\"},{\"title\":\"Behavior Support Plans\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"c8c82a4\"},{\"title\":\"Care Coordination\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"3a5f7e0\"},{\"title\":\"Community integration \",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"af243a8\"}],\"layout\":\"grid\",\"columns\":\"4\",\"title_html_tag\":\"h6\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#DDE6DF\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":49,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5f3ae34\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_border_color\":\"\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(3553, 367, '_elementor_page_settings', 'a:0:{}'),
(3556, 368, '_wp_page_template', 'elementor_header_footer'),
(3558, 368, '_elementor_edit_mode', 'builder'),
(3559, 368, '_elementor_template_type', 'wp-page'),
(3560, 368, '_elementor_version', '4.0.6'),
(3561, 368, '_elementor_pro_version', '4.0.4'),
(3562, 368, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3563, 368, '_elementor_data', '[{\"id\":\"8d2f605\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c9c9748\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"abc5584\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fb7ddc4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1242fa6\"}]},\"elements\":[{\"id\":\"799ef6d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[{\"id\":\"d02fc67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services to Be Provided\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"91b1ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"074e31e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d02aecd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f29bc4a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[{\"id\":\"92557d2\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Individual Therapy\",\"_id\":\"2ee36fc\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Group Therapy\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"bcbd0ec\"},{\"title\":\"Medication Management\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"fc7ebca\"},{\"title\":\"Daily Living Skills Training\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"e221e6c\"},{\"title\":\"24\\/7 Supervision\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"8fa329b\"},{\"title\":\"Behavior Support Plans\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"c8c82a4\"},{\"title\":\"Care Coordination\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"3a5f7e0\"},{\"title\":\"Community integration \",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"af243a8\"}],\"layout\":\"grid\",\"columns\":\"4\",\"title_html_tag\":\"h6\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#DDE6DF\",\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5f3ae34\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_border_color\":\"\",\"icon_bg_color_normal\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(3632, 375, '_wp_page_template', 'elementor_header_footer'),
(3634, 375, '_elementor_edit_mode', 'builder'),
(3635, 375, '_elementor_template_type', 'wp-page'),
(3636, 375, '_elementor_version', '4.0.6'),
(3637, 375, '_elementor_pro_version', '4.0.4'),
(3638, 375, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3639, 375, '_elementor_data', '[{\"id\":\"8d2f605\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c9c9748\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"abc5584\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fb7ddc4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1242fa6\"}]},\"elements\":[{\"id\":\"799ef6d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}],\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"d02fc67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services to Be Provided\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"91b1ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"074e31e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d02aecd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f29bc4a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}],\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"92557d2\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Individual Therapy\",\"_id\":\"2ee36fc\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Group Therapy\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"bcbd0ec\"},{\"title\":\"Medication Management\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"fc7ebca\"},{\"title\":\"Daily Living Skills Training\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"e221e6c\"},{\"title\":\"24\\/7 Supervision\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"8fa329b\"},{\"title\":\"Behavior Support Plans\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"c8c82a4\"},{\"title\":\"Care Coordination\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"3a5f7e0\"},{\"title\":\"Community integration \",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"af243a8\"}],\"layout\":\"grid\",\"columns\":\"4\",\"title_html_tag\":\"h6\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#DDE6DF\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5f3ae34\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_border_color\":\"\",\"icon_bg_color_normal\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(3640, 375, '_elementor_page_settings', 'a:0:{}'),
(3641, 376, '_wp_page_template', 'elementor_header_footer'),
(3643, 376, '_elementor_edit_mode', 'builder'),
(3644, 376, '_elementor_template_type', 'wp-page'),
(3645, 376, '_elementor_version', '4.0.6'),
(3646, 376, '_elementor_pro_version', '4.0.4'),
(3647, 376, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3648, 376, '_elementor_data', '[{\"id\":\"8d2f605\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c9c9748\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"abc5584\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fb7ddc4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1242fa6\"}]},\"elements\":[{\"id\":\"799ef6d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}],\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"d02fc67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services to Be Provided\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"91b1ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"074e31e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d02aecd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f29bc4a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}],\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"92557d2\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Individual Therapy\",\"_id\":\"2ee36fc\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Group Therapy\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"bcbd0ec\"},{\"title\":\"Medication Management\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"fc7ebca\"},{\"title\":\"Daily Living Skills Training\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"e221e6c\"},{\"title\":\"24\\/7 Supervision\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"8fa329b\"},{\"title\":\"Behavior Support Plans\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"c8c82a4\"},{\"title\":\"Care Coordination\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"3a5f7e0\"},{\"title\":\"Community integration \",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"af243a8\"}],\"layout\":\"grid\",\"columns\":\"4\",\"title_html_tag\":\"h6\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#DDE6DF\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5f3ae34\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_border_color\":\"\",\"icon_bg_color_normal\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(3649, 376, '_elementor_page_settings', 'a:0:{}'),
(3650, 377, '_wp_page_template', 'elementor_header_footer'),
(3652, 377, '_elementor_edit_mode', 'builder'),
(3653, 377, '_elementor_template_type', 'wp-page'),
(3654, 377, '_elementor_version', '4.0.6'),
(3655, 377, '_elementor_pro_version', '4.0.4'),
(3656, 377, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3657, 377, '_elementor_data', '[{\"id\":\"8d2f605\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c9c9748\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"abc5584\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fb7ddc4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1242fa6\"}]},\"elements\":[{\"id\":\"799ef6d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}],\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"d02fc67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services to Be Provided\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"91b1ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"074e31e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d02aecd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f29bc4a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}],\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"92557d2\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Individual Therapy\",\"_id\":\"2ee36fc\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Group Therapy\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"bcbd0ec\"},{\"title\":\"Medication Management\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"fc7ebca\"},{\"title\":\"Daily Living Skills Training\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"e221e6c\"},{\"title\":\"24\\/7 Supervision\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"8fa329b\"},{\"title\":\"Behavior Support Plans\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"c8c82a4\"},{\"title\":\"Care Coordination\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"3a5f7e0\"},{\"title\":\"Community integration \",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"af243a8\"}],\"layout\":\"grid\",\"columns\":\"4\",\"columns_tablet_extra\":\"3\",\"title_html_tag\":\"h6\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#DDE6DF\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5f3ae34\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_border_color\":\"\",\"icon_bg_color_normal\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(3678, 380, '_wp_page_template', 'elementor_header_footer'),
(3680, 380, '_elementor_edit_mode', 'builder'),
(3681, 380, '_elementor_template_type', 'wp-page'),
(3682, 380, '_elementor_version', '4.0.6'),
(3683, 380, '_elementor_pro_version', '4.0.4'),
(3684, 380, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3685, 380, '_elementor_data', '[{\"id\":\"8d2f605\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c9c9748\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"abc5584\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fb7ddc4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1242fa6\"}]},\"elements\":[{\"id\":\"799ef6d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}],\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"d02fc67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services to Be Provided\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"91b1ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"074e31e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d02aecd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f29bc4a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}],\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"92557d2\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Individual Therapy\",\"_id\":\"2ee36fc\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Group Therapy\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"bcbd0ec\"},{\"title\":\"Medication Management\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"fc7ebca\"},{\"title\":\"Daily Living Skills Training\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"e221e6c\"},{\"title\":\"24\\/7 Supervision\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"8fa329b\"},{\"title\":\"Behavior Support Plans\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"c8c82a4\"},{\"title\":\"Care Coordination\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"3a5f7e0\"},{\"title\":\"Community integration \",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"af243a8\"}],\"layout\":\"grid\",\"columns\":\"4\",\"columns_tablet_extra\":\"3\",\"columns_mobile_extra\":\"1\",\"title_html_tag\":\"h6\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#DDE6DF\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5f3ae34\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_border_color\":\"\",\"icon_bg_color_normal\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(3606, 372, '_elementor_page_settings', 'a:0:{}'),
(3609, 373, '_wp_page_template', 'elementor_header_footer'),
(3611, 373, '_elementor_edit_mode', 'builder'),
(3612, 373, '_elementor_template_type', 'wp-page'),
(3613, 373, '_elementor_version', '4.0.6'),
(3614, 373, '_elementor_pro_version', '4.0.4'),
(3615, 373, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3616, 373, '_elementor_data', '[{\"id\":\"8d2f605\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c9c9748\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"abc5584\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fb7ddc4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1242fa6\"}]},\"elements\":[{\"id\":\"799ef6d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[{\"id\":\"d02fc67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services to Be Provided\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"91b1ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"074e31e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d02aecd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f29bc4a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}]},\"elements\":[{\"id\":\"92557d2\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Individual Therapy\",\"_id\":\"2ee36fc\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Group Therapy\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"bcbd0ec\"},{\"title\":\"Medication Management\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"fc7ebca\"},{\"title\":\"Daily Living Skills Training\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"e221e6c\"},{\"title\":\"24\\/7 Supervision\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"8fa329b\"},{\"title\":\"Behavior Support Plans\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"c8c82a4\"},{\"title\":\"Care Coordination\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"3a5f7e0\"},{\"title\":\"Community integration \",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"af243a8\"}],\"layout\":\"grid\",\"columns\":\"4\",\"title_html_tag\":\"h6\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#DDE6DF\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5f3ae34\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_border_color\":\"\",\"icon_bg_color_normal\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(3617, 373, '_elementor_page_settings', 'a:0:{}'),
(3620, 374, '_wp_page_template', 'elementor_header_footer'),
(3622, 374, '_elementor_edit_mode', 'builder'),
(3623, 374, '_elementor_template_type', 'wp-page'),
(3624, 374, '_elementor_version', '4.0.6'),
(3625, 374, '_elementor_pro_version', '4.0.4'),
(3626, 374, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3627, 374, '_elementor_data', '[{\"id\":\"8d2f605\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c9c9748\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"abc5584\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fb7ddc4\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"1242fa6\"}]},\"elements\":[{\"id\":\"799ef6d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}],\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"d02fc67\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services to Be Provided\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"91b1ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"074e31e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"d02aecd\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"f29bc4a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"18f5cc4\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2c891ac\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"b5b6b94\"}],\"pp_display_conditions\":[{\"_id\":\"824b4de\"}],\"animation\":\"fadeInUp\"},\"elements\":[{\"id\":\"92557d2\",\"elType\":\"widget\",\"settings\":{\"pp_info_boxes\":[{\"title\":\"Individual Therapy\",\"_id\":\"2ee36fc\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\"},{\"title\":\"Group Therapy\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"bcbd0ec\"},{\"title\":\"Medication Management\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"fc7ebca\"},{\"title\":\"Daily Living Skills Training\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"e221e6c\"},{\"title\":\"24\\/7 Supervision\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"8fa329b\"},{\"title\":\"Behavior Support Plans\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"c8c82a4\"},{\"title\":\"Care Coordination\",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"3a5f7e0\"},{\"title\":\"Community integration \",\"subtitle\":\"\",\"description\":\"\",\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/mindfulness_17677707.svg\",\"id\":353},\"library\":\"svg\"},\"icon_text\":\"1\",\"button_text\":\"Get Started\",\"_id\":\"af243a8\"}],\"layout\":\"grid\",\"columns\":\"4\",\"title_html_tag\":\"h6\",\"info_box_border_border\":\"solid\",\"info_box_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"info_box_border_color\":\"#DDE6DF\",\"info_box_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"info_box_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"icon_size\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"icon_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5f3ae34\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"info_box_border_color\":\"\",\"icon_bg_color_normal\":\"globals\\/colors?id=astglobalcolor1\",\"icon_color_normal\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"pp-info-box-carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(3698, 381, '_elementor_page_settings', 'a:0:{}'),
(3701, 382, '_wp_page_template', 'elementor_header_footer'),
(3703, 382, '_elementor_edit_mode', 'builder'),
(3704, 382, '_elementor_template_type', 'wp-page'),
(3705, 382, '_elementor_version', '4.0.6'),
(3706, 382, '_elementor_pro_version', '4.0.4'),
(3707, 382, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3708, 382, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"project-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3709, 382, '_elementor_page_settings', 'a:0:{}'),
(3714, 383, '_elementor_edit_mode', 'builder'),
(3715, 383, '_elementor_template_type', 'wp-page'),
(3716, 383, '_elementor_version', '4.0.6'),
(3717, 383, '_elementor_pro_version', '4.0.4'),
(3718, 383, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3719, 383, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3762, 387, '_wp_page_template', 'elementor_header_footer'),
(3764, 387, '_elementor_edit_mode', 'builder'),
(3765, 387, '_elementor_template_type', 'wp-page'),
(3766, 387, '_elementor_version', '4.0.6'),
(3767, 387, '_elementor_pro_version', '4.0.4'),
(3768, 387, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3769, 387, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3734, 384, '_elementor_page_settings', 'a:0:{}'),
(3737, 385, '_wp_page_template', 'elementor_header_footer'),
(3739, 385, '_elementor_edit_mode', 'builder'),
(3740, 385, '_elementor_template_type', 'wp-page'),
(3741, 385, '_elementor_version', '4.0.6'),
(3742, 385, '_elementor_pro_version', '4.0.4'),
(3743, 385, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3744, 385, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3745, 385, '_elementor_page_settings', 'a:0:{}'),
(3748, 386, '_wp_page_template', 'elementor_header_footer'),
(3750, 386, '_elementor_edit_mode', 'builder'),
(3751, 386, '_elementor_template_type', 'wp-page'),
(3752, 386, '_elementor_version', '4.0.6'),
(3753, 386, '_elementor_pro_version', '4.0.4'),
(3754, 386, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3755, 386, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3800, 390, '_elementor_edit_mode', 'builder'),
(3801, 390, '_elementor_template_type', 'wp-page'),
(3802, 390, '_elementor_version', '4.0.6'),
(3803, 390, '_elementor_pro_version', '4.0.4'),
(3804, 390, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3805, 390, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3770, 387, '_elementor_page_settings', 'a:0:{}'),
(3773, 388, '_wp_page_template', 'elementor_header_footer'),
(3775, 388, '_elementor_edit_mode', 'builder'),
(3776, 388, '_elementor_template_type', 'wp-page'),
(3777, 388, '_elementor_version', '4.0.6'),
(3778, 388, '_elementor_pro_version', '4.0.4'),
(3779, 388, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3780, 388, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=astglobalcolor4\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3781, 388, '_elementor_page_settings', 'a:0:{}'),
(3786, 389, '_elementor_edit_mode', 'builder'),
(3787, 389, '_elementor_template_type', 'wp-page'),
(3788, 389, '_elementor_version', '4.0.6'),
(3789, 389, '_elementor_pro_version', '4.0.4'),
(3790, 389, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3791, 389, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3836, 393, '_elementor_edit_mode', 'builder'),
(3837, 393, '_elementor_template_type', 'wp-page'),
(3838, 393, '_elementor_version', '4.0.6'),
(3839, 393, '_elementor_pro_version', '4.0.4'),
(3840, 393, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3841, 393, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3806, 390, '_elementor_page_settings', 'a:0:{}'),
(3809, 391, '_wp_page_template', 'elementor_header_footer'),
(3811, 391, '_elementor_edit_mode', 'builder'),
(3812, 391, '_elementor_template_type', 'wp-page'),
(3813, 391, '_elementor_version', '4.0.6'),
(3814, 391, '_elementor_pro_version', '4.0.4'),
(3815, 391, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3816, 391, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3817, 391, '_elementor_page_settings', 'a:0:{}'),
(3820, 392, '_wp_page_template', 'elementor_header_footer'),
(3822, 392, '_elementor_edit_mode', 'builder'),
(3823, 392, '_elementor_template_type', 'wp-page'),
(3824, 392, '_elementor_version', '4.0.6'),
(3825, 392, '_elementor_pro_version', '4.0.4'),
(3826, 392, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3827, 392, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3886, 398, '_wp_page_template', 'elementor_header_footer'),
(3868, 396, '_wp_page_template', 'elementor_header_footer'),
(3870, 396, '_elementor_edit_mode', 'builder'),
(3871, 396, '_elementor_template_type', 'wp-page'),
(3872, 396, '_elementor_version', '4.0.6'),
(3873, 396, '_elementor_pro_version', '4.0.4'),
(3874, 396, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3875, 396, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2a9be4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3842, 393, '_elementor_page_settings', 'a:0:{}'),
(3845, 394, '_wp_page_template', 'elementor_header_footer'),
(3847, 394, '_elementor_edit_mode', 'builder'),
(3848, 394, '_elementor_template_type', 'wp-page'),
(3849, 394, '_elementor_version', '4.0.6'),
(3850, 394, '_elementor_pro_version', '4.0.4'),
(3851, 394, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3852, 394, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3853, 394, '_elementor_page_settings', 'a:0:{}'),
(3856, 395, '_wp_page_template', 'elementor_header_footer'),
(3858, 395, '_elementor_edit_mode', 'builder'),
(3859, 395, '_elementor_template_type', 'wp-page'),
(3860, 395, '_elementor_version', '4.0.6'),
(3861, 395, '_elementor_pro_version', '4.0.4'),
(3862, 395, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3863, 395, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2a9be4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3876, 396, '_elementor_page_settings', 'a:0:{}'),
(3877, 397, '_wp_page_template', 'elementor_header_footer'),
(3879, 397, '_elementor_edit_mode', 'builder'),
(3880, 397, '_elementor_template_type', 'wp-page'),
(3881, 397, '_elementor_version', '4.0.6'),
(3882, 397, '_elementor_pro_version', '4.0.4'),
(3883, 397, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3884, 397, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2a9be4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3885, 397, '_elementor_page_settings', 'a:0:{}'),
(3888, 398, '_elementor_edit_mode', 'builder'),
(3889, 398, '_elementor_template_type', 'wp-page'),
(3890, 398, '_elementor_version', '4.0.6'),
(3891, 398, '_elementor_pro_version', '4.0.4'),
(3892, 398, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3893, 398, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2a9be4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3898, 399, '_wp_page_template', 'elementor_header_footer'),
(3900, 399, '_elementor_edit_mode', 'builder'),
(3901, 399, '_elementor_template_type', 'wp-page'),
(3902, 399, '_elementor_version', '4.0.6'),
(3903, 399, '_elementor_pro_version', '4.0.4'),
(3904, 399, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3905, 399, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2a9be4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3950, 404, '_wp_page_template', 'elementor_header_footer'),
(3932, 402, '_wp_page_template', 'elementor_header_footer'),
(3934, 402, '_elementor_edit_mode', 'builder'),
(3935, 402, '_elementor_template_type', 'wp-page'),
(3936, 402, '_elementor_version', '4.0.6'),
(3937, 402, '_elementor_pro_version', '4.0.4'),
(3938, 402, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3939, 402, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2a9be4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3906, 399, '_elementor_page_settings', 'a:0:{}'),
(3909, 400, '_wp_page_template', 'elementor_header_footer'),
(3911, 400, '_elementor_edit_mode', 'builder'),
(3912, 400, '_elementor_template_type', 'wp-page'),
(3913, 400, '_elementor_version', '4.0.6'),
(3914, 400, '_elementor_pro_version', '4.0.4'),
(3915, 400, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3916, 400, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2a9be4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3917, 400, '_elementor_page_settings', 'a:0:{}'),
(3920, 401, '_wp_page_template', 'elementor_header_footer'),
(3922, 401, '_elementor_edit_mode', 'builder'),
(3923, 401, '_elementor_template_type', 'wp-page'),
(3924, 401, '_elementor_version', '4.0.6'),
(3925, 401, '_elementor_pro_version', '4.0.4'),
(3926, 401, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3927, 401, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2a9be4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3940, 402, '_elementor_page_settings', 'a:0:{}'),
(3941, 403, '_wp_page_template', 'elementor_header_footer'),
(3943, 403, '_elementor_edit_mode', 'builder'),
(3944, 403, '_elementor_template_type', 'wp-page'),
(3945, 403, '_elementor_version', '4.0.6'),
(3946, 403, '_elementor_pro_version', '4.0.4'),
(3947, 403, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3948, 403, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2a9be4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3949, 403, '_elementor_page_settings', 'a:0:{}'),
(3952, 404, '_elementor_edit_mode', 'builder'),
(3953, 404, '_elementor_template_type', 'wp-page'),
(3954, 404, '_elementor_version', '4.0.6'),
(3955, 404, '_elementor_pro_version', '4.0.4'),
(3956, 404, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3957, 404, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2a9be4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3970, 405, '_wp_page_template', 'elementor_header_footer'),
(3972, 405, '_elementor_edit_mode', 'builder'),
(3973, 405, '_elementor_template_type', 'wp-page'),
(3974, 405, '_elementor_version', '4.0.6'),
(3975, 405, '_elementor_pro_version', '4.0.4'),
(3976, 405, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3977, 405, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2a9be4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4028, 410, '_wp_page_template', 'elementor_header_footer'),
(4006, 408, '_wp_page_template', 'elementor_header_footer'),
(4008, 408, '_elementor_edit_mode', 'builder'),
(4009, 408, '_elementor_template_type', 'wp-page'),
(4010, 408, '_elementor_version', '4.0.6'),
(4011, 408, '_elementor_pro_version', '4.0.4'),
(4012, 408, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4013, 408, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2a9be4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4d3fcf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"7d29d75\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7303884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5831, 574, '_elementor_page_settings', 'a:0:{}'),
(5834, 575, '_wp_page_template', 'elementor_header_footer'),
(5836, 575, '_elementor_edit_mode', 'builder'),
(5837, 575, '_elementor_template_type', 'wp-page'),
(5838, 575, '_elementor_version', '4.0.6'),
(5839, 575, '_elementor_pro_version', '4.0.4'),
(5840, 575, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(5841, 575, '_elementor_data', '[{\"id\":\"f1d8d10\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"admissions_form\"},\"elements\":[{\"id\":\"c783968\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"20ca7a8\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"13d7ba9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c565c7\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Client Information\",\"field_html\":\"<h6> Client Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"field_border_color\":\"#ECE5F2\",\"pp_display_conditions\":[{\"_id\":\"b2b3b7b\",\"pp_condition_date_time_before_value\":\"2024-07-14 17:49\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"\",\"_border_color\":\"\",\"field_text_color\":\"\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"label_typography_font_weight\":\"500\",\"label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"field_typography_typography\":\"custom\",\"field_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_typography_font_weight\":\"400\",\"field_background_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_background_color\":\"#0d73ca\",\"button_background_hover_color\":\"#772890\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"contact-form-cls\",\"_background_color\":\"#F0F5FA96\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DDDDDD\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3962, 21, '_elementor_edit_mode', 'builder'),
(3963, 21, '_astra_content_layout_flag', 'disabled'),
(3964, 21, 'ast-title-bar-display', 'disabled'),
(3965, 21, '_elementor_template_type', 'wp-page'),
(3966, 21, '_elementor_version', '4.0.6'),
(3967, 21, '_elementor_pro_version', '4.0.4'),
(4145, 21, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"admissions_form\"},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Admissions Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Client Information\",\"field_html\":\"<h6> Client Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Admissions -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3969, 21, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(3978, 405, '_elementor_page_settings', 'a:0:{}'),
(3981, 406, '_wp_page_template', 'elementor_header_footer'),
(3983, 406, '_elementor_edit_mode', 'builder'),
(3984, 406, '_elementor_template_type', 'wp-page'),
(3985, 406, '_elementor_version', '4.0.6'),
(3986, 406, '_elementor_pro_version', '4.0.4'),
(3987, 406, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3988, 406, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2a9be4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e31c9e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"8475196\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3989, 406, '_elementor_page_settings', 'a:0:{}');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6072, 596, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"size_mobile_extra\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"size_mobile_extra\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2a9be4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4d3fcf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"7d29d75\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7303884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"gap_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/admissions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/employment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3992, 407, '_wp_page_template', 'elementor_header_footer'),
(3994, 407, '_elementor_edit_mode', 'builder'),
(3995, 407, '_elementor_template_type', 'wp-page'),
(3996, 407, '_elementor_version', '4.0.6'),
(3997, 407, '_elementor_pro_version', '4.0.4'),
(3998, 407, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3999, 407, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2a9be4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4d3fcf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"7d29d75\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7303884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4042, 411, '_wp_page_template', 'elementor_header_footer'),
(4044, 411, '_elementor_edit_mode', 'builder'),
(4045, 411, '_elementor_template_type', 'wp-page'),
(4046, 411, '_elementor_version', '4.0.6'),
(4047, 411, '_elementor_pro_version', '4.0.4'),
(4048, 411, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4049, 411, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2a9be4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4d3fcf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"7d29d75\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7303884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5822, 434, '_elementor_screenshot_failed', '2026-05-06 13:43:48'),
(4014, 408, '_elementor_page_settings', 'a:0:{}'),
(4017, 409, '_wp_page_template', 'elementor_header_footer'),
(4019, 409, '_elementor_edit_mode', 'builder'),
(4020, 409, '_elementor_template_type', 'wp-page'),
(4021, 409, '_elementor_version', '4.0.6'),
(4022, 409, '_elementor_pro_version', '4.0.4'),
(4023, 409, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4024, 409, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2a9be4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4d3fcf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"7d29d75\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7303884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4025, 409, '_elementor_page_settings', 'a:0:{}'),
(4030, 410, '_elementor_edit_mode', 'builder'),
(4031, 410, '_elementor_template_type', 'wp-page'),
(4032, 410, '_elementor_version', '4.0.6'),
(4033, 410, '_elementor_pro_version', '4.0.4'),
(4034, 410, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4035, 410, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2a9be4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4d3fcf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"7d29d75\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7303884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4100, 416, '_wp_page_template', 'elementor_header_footer'),
(4078, 414, '_wp_page_template', 'elementor_header_footer'),
(4080, 414, '_elementor_edit_mode', 'builder'),
(4081, 414, '_elementor_template_type', 'wp-page'),
(4082, 414, '_elementor_version', '4.0.6'),
(4083, 414, '_elementor_pro_version', '4.0.4'),
(4084, 414, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4085, 414, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2a9be4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4d3fcf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"7d29d75\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7303884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4050, 411, '_elementor_page_settings', 'a:0:{}'),
(4053, 412, '_wp_page_template', 'elementor_header_footer'),
(4055, 412, '_elementor_edit_mode', 'builder'),
(4056, 412, '_elementor_template_type', 'wp-page'),
(4057, 412, '_elementor_version', '4.0.6'),
(4058, 412, '_elementor_pro_version', '4.0.4'),
(4059, 412, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4060, 412, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2a9be4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]}},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4d3fcf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"7d29d75\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7303884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4061, 412, '_elementor_page_settings', 'a:0:{}'),
(4064, 413, '_wp_page_template', 'elementor_header_footer'),
(4066, 413, '_elementor_edit_mode', 'builder'),
(4067, 413, '_elementor_template_type', 'wp-page'),
(4068, 413, '_elementor_version', '4.0.6'),
(4069, 413, '_elementor_pro_version', '4.0.4'),
(4070, 413, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4071, 413, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2a9be4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4d3fcf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"7d29d75\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7303884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4208, 427, '_wp_page_template', 'elementor_header_footer'),
(4186, 425, '_wp_page_template', 'elementor_header_footer'),
(4188, 425, '_elementor_edit_mode', 'builder'),
(4189, 425, '_elementor_template_type', 'wp-page'),
(4190, 425, '_elementor_version', '4.0.6'),
(4191, 425, '_elementor_pro_version', '4.0.4'),
(4192, 425, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4193, 425, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2a9be4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4d3fcf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"7d29d75\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7303884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4086, 414, '_elementor_page_settings', 'a:0:{}'),
(4089, 415, '_wp_page_template', 'elementor_header_footer'),
(4091, 415, '_elementor_edit_mode', 'builder'),
(4092, 415, '_elementor_template_type', 'wp-page'),
(4093, 415, '_elementor_version', '4.0.6'),
(4094, 415, '_elementor_pro_version', '4.0.4'),
(4095, 415, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4096, 415, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2a9be4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4d3fcf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"7d29d75\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7303884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4097, 415, '_elementor_page_settings', 'a:0:{}'),
(4102, 416, '_elementor_edit_mode', 'builder'),
(4103, 416, '_elementor_template_type', 'wp-page'),
(4104, 416, '_elementor_version', '4.0.6'),
(4105, 416, '_elementor_pro_version', '4.0.4'),
(4106, 416, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4107, 416, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2a9be4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4d3fcf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"7d29d75\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7303884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6071, 596, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(5788, 571, '_wp_page_template', 'elementor_header_footer'),
(5790, 571, '_elementor_edit_mode', 'builder'),
(5791, 571, '_elementor_template_type', 'wp-page'),
(5792, 571, '_elementor_version', '4.0.6'),
(5793, 571, '_elementor_pro_version', '4.0.4'),
(5794, 571, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5795, 571, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2a9be4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4d3fcf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"7d29d75\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7303884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4114, 417, '_elementor_edit_mode', 'builder'),
(4115, 417, '_elementor_template_type', 'container'),
(4116, 417, '_elementor_version', '4.0.6'),
(4117, 417, '_elementor_pro_version', '4.0.4'),
(4118, 417, '_elementor_page_settings', 'a:0:{}'),
(4119, 417, '_elementor_data', '[{\"id\":\"4f8d2d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"631a5145\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"62b865e\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"animation\":\"fadeInLeft\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4cd22e80\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h6\",\"pp_display_conditions\":[{\"_id\":\"22ff777\",\"pp_condition_date_time_before_value\":\"2024-02-15 10:37\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"181938f7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#ffffff\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"0b5f3f4\",\"pp_condition_date_time_before_value\":\"2024-02-22 07:36\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#A5957A\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor2\",\"_border_color\":\"\"},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3d88c355\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"XX-XXX-XXX-XXX-XX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"01f2c97\",\"link\":{\"url\":\"tel:XX-XXX-XXX-XXX-XX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@catcafe.ocm\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"link\":{\"url\":\"mailto:info@catcafe.ocm\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"e9d20e4\"}],\"link_click\":\"inline\",\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"8807a75\",\"pp_condition_date_time_before_value\":\"2024-02-15 10:37\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"text_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"415c0eb5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"f08ab80\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"bc50426\",\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5ec7d05\",\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"pp_display_conditions\":[{\"_id\":\"b467ee2\",\"pp_condition_date_time_before_value\":\"2024-02-15 10:37\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor2\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"image_border_color\":\"globals\\/colors?id=astglobalcolor2\",\"hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"icon_secondary_color\":\"#FFFFFF\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"hover_primary_color\":\"#12c2f1\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"icon_padding_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"2032e94e\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"46034160\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch With Us\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45205f40\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"text\",\"placeholder\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"text\",\"placeholder\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number \",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"placeholder\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"placeholder\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"placeholder\":\"\",\"required\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"selected_button_icon\":{\"value\":\"\",\"library\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4120, 418, '_elementor_edit_mode', 'builder'),
(4121, 418, '_elementor_template_type', 'container'),
(4122, 418, '_elementor_version', '4.0.6'),
(4123, 418, '_elementor_pro_version', '4.0.4'),
(4124, 418, '_elementor_page_settings', 'a:0:{}');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4125, 418, '_elementor_data', '[{\"id\":\"4f8d2d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"631a5145\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"62b865e\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"animation\":\"fadeInLeft\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor0\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4cd22e80\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h6\",\"pp_display_conditions\":[{\"_id\":\"22ff777\",\"pp_condition_date_time_before_value\":\"2024-02-15 10:37\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"181938f7\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text\":\"Divider\",\"color\":\"#ffffff\",\"weight\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"gap\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"0b5f3f4\",\"pp_condition_date_time_before_value\":\"2024-02-22 07:36\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#A5957A\",\"__globals__\":{\"color\":\"globals\\/colors?id=astglobalcolor2\",\"_border_color\":\"\"},\"icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"3d88c355\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"XX-XXX-XXX-XXX-XX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"_id\":\"01f2c97\",\"link\":{\"url\":\"tel:XX-XXX-XXX-XXX-XX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"info@catcafe.ocm\",\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"link\":{\"url\":\"mailto:info@catcafe.ocm\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"e9d20e4\"}],\"link_click\":\"inline\",\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"8807a75\",\"pp_condition_date_time_before_value\":\"2024-02-15 10:37\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"text_color\":\"globals\\/colors?id=astglobalcolor5\",\"icon_color_hover\":\"globals\\/colors?id=astglobalcolor1\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"415c0eb5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"f08ab80\",\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"bc50426\",\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"#\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5ec7d05\",\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"pp_display_conditions\":[{\"_id\":\"b467ee2\",\"pp_condition_date_time_before_value\":\"2024-02-15 10:37\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor2\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor1\",\"image_border_color\":\"globals\\/colors?id=astglobalcolor2\",\"hover_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"icon_secondary_color\":\"#FFFFFF\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"hover_primary_color\":\"#12c2f1\",\"hover_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"icon_padding\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"icon_padding_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_padding_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"2032e94e\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"46034160\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch With Us\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"45205f40\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"text\",\"placeholder\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"text\",\"placeholder\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number \",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"placeholder\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"placeholder\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"placeholder\":\"\",\"required\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"selected_button_icon\":{\"value\":\"\",\"library\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4127, 417, '_elementor_controls_usage', 'a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:11:\"header_size\";i:1;}}s:8:\"advanced\";a:3:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:15:\"_section_border\";a:4:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;s:14:\"_border_radius\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:1;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:1:{s:5:\"width\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:3:{s:5:\"color\";i:1;s:6:\"weight\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:9:\"icon_list\";i:1;s:10:\"link_click\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:1:{s:13:\"space_between\";i:1;}s:18:\"section_icon_style\";a:2:{s:24:\"icon_self_vertical_align\";i:1;s:20:\"icon_vertical_offset\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:2:{s:16:\"social_icon_list\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:2:{s:20:\"section_social_style\";a:6:{s:10:\"icon_color\";i:1;s:20:\"icon_secondary_color\";i:1;s:18:\"image_border_width\";i:1;s:9:\"icon_size\";i:1;s:12:\"icon_padding\";i:1;s:12:\"icon_spacing\";i:1;}s:20:\"section_social_hover\";a:2:{s:19:\"hover_primary_color\";i:1;s:21:\"hover_secondary_color\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:3:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:2;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:4;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:2;s:21:\"box_shadow_box_shadow\";i:2;s:26:\"box_shadow_box_shadow_type\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"section_layout\";a:1:{s:7:\"padding\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:2;}}s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:5:{s:13:\"content_width\";i:2;s:5:\"width\";i:2;s:20:\"flex_justify_content\";i:1;s:14:\"flex_direction\";i:2;s:8:\"flex_gap\";i:1;}}}}s:4:\"form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:19:\"section_form_fields\";a:3:{s:11:\"form_fields\";i:1;s:10:\"input_size\";i:1;s:13:\"mark_required\";i:1;}s:15:\"section_buttons\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_size\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_form_style\";a:6:{s:10:\"column_gap\";i:1;s:13:\"label_spacing\";i:1;s:27:\"label_typography_typography\";i:1;s:26:\"label_typography_font_size\";i:1;s:7:\"row_gap\";i:1;s:12:\"html_spacing\";i:1;}s:19:\"section_field_style\";a:1:{s:18:\"field_border_color\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}}'),
(4128, 417, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4129, 419, '_wp_page_template', 'elementor_header_footer'),
(4131, 419, '_elementor_edit_mode', 'builder'),
(4132, 419, '_elementor_template_type', 'wp-page'),
(4133, 419, '_elementor_version', '4.0.6'),
(4134, 419, '_elementor_pro_version', '4.0.4'),
(4135, 419, '_elementor_page_settings', 'a:0:{}'),
(4136, 419, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4137, 420, '_wp_page_template', 'elementor_header_footer'),
(4139, 420, '_elementor_edit_mode', 'builder'),
(4140, 420, '_elementor_template_type', 'wp-page'),
(4141, 420, '_elementor_version', '4.0.6'),
(4142, 420, '_elementor_pro_version', '4.0.4'),
(4143, 420, '_elementor_page_settings', 'a:0:{}'),
(4144, 420, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4146, 421, '_wp_page_template', 'elementor_header_footer'),
(4148, 421, '_elementor_edit_mode', 'builder'),
(4149, 421, '_elementor_template_type', 'wp-page'),
(4150, 421, '_elementor_version', '4.0.6'),
(4151, 421, '_elementor_pro_version', '4.0.4'),
(4152, 421, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4153, 421, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch With Us\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number \",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4156, 422, '_wp_page_template', 'elementor_header_footer'),
(4158, 422, '_elementor_edit_mode', 'builder'),
(4159, 422, '_elementor_template_type', 'wp-page'),
(4160, 422, '_elementor_version', '4.0.6'),
(4161, 422, '_elementor_pro_version', '4.0.4'),
(4162, 422, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4163, 422, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch With Us\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number \",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4164, 422, '_elementor_page_settings', 'a:0:{}'),
(4165, 423, '_wp_page_template', 'elementor_header_footer'),
(4167, 423, '_elementor_edit_mode', 'builder'),
(4168, 423, '_elementor_template_type', 'wp-page'),
(4169, 423, '_elementor_version', '4.0.6'),
(4170, 423, '_elementor_pro_version', '4.0.4'),
(4171, 423, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4172, 423, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch With Us\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number \",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4173, 423, '_elementor_page_settings', 'a:0:{}'),
(4174, 424, '_wp_page_template', 'elementor_header_footer'),
(4176, 424, '_elementor_edit_mode', 'builder'),
(4177, 424, '_elementor_template_type', 'wp-page'),
(4178, 424, '_elementor_version', '4.0.6'),
(4179, 424, '_elementor_pro_version', '4.0.4'),
(4180, 424, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4181, 424, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch With Us\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number \",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"},{\"id\":\"7a3b6e2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4222, 428, '_wp_page_template', 'elementor_header_footer'),
(4224, 428, '_elementor_edit_mode', 'builder'),
(4225, 428, '_elementor_template_type', 'wp-page'),
(4226, 428, '_elementor_version', '4.0.6'),
(4227, 428, '_elementor_pro_version', '4.0.4'),
(4228, 428, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4229, 428, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch With Us\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number \",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"},{\"id\":\"7a3b6e2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4274, 433, '_wp_page_template', 'elementor_header_footer'),
(4256, 431, '_wp_page_template', 'elementor_header_footer'),
(4258, 431, '_elementor_edit_mode', 'builder'),
(4259, 431, '_elementor_template_type', 'wp-page'),
(4260, 431, '_elementor_version', '4.0.6'),
(4261, 431, '_elementor_pro_version', '4.0.4'),
(4262, 431, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4263, 431, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number \",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4194, 425, '_elementor_page_settings', 'a:0:{}'),
(4197, 426, '_wp_page_template', 'elementor_header_footer'),
(4199, 426, '_elementor_edit_mode', 'builder'),
(4200, 426, '_elementor_template_type', 'wp-page'),
(4201, 426, '_elementor_version', '4.0.6'),
(4202, 426, '_elementor_pro_version', '4.0.4'),
(4203, 426, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4204, 426, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2a9be4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4d3fcf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"7d29d75\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7303884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4205, 426, '_elementor_page_settings', 'a:0:{}'),
(4210, 427, '_elementor_edit_mode', 'builder'),
(4211, 427, '_elementor_template_type', 'wp-page'),
(4212, 427, '_elementor_version', '4.0.6'),
(4213, 427, '_elementor_pro_version', '4.0.4'),
(4214, 427, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4215, 427, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2a9be4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4d3fcf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"7d29d75\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7303884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5857, 577, '_wp_page_template', 'elementor_header_footer'),
(5859, 577, '_elementor_edit_mode', 'builder'),
(5860, 577, '_elementor_template_type', 'wp-page'),
(5861, 577, '_elementor_version', '4.0.6'),
(5862, 577, '_elementor_pro_version', '4.0.4'),
(5863, 577, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5864, 577, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2a9be4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4d3fcf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"7d29d75\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7303884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/admissions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/employment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4230, 428, '_elementor_page_settings', 'a:0:{}'),
(4233, 429, '_wp_page_template', 'elementor_header_footer'),
(4235, 429, '_elementor_edit_mode', 'builder'),
(4236, 429, '_elementor_template_type', 'wp-page'),
(4237, 429, '_elementor_version', '4.0.6'),
(4238, 429, '_elementor_pro_version', '4.0.4'),
(4239, 429, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4240, 429, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch With Us\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number \",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"},{\"id\":\"7a3b6e2\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4241, 429, '_elementor_page_settings', 'a:0:{}'),
(4403, 444, '_wp_page_template', 'elementor_header_footer'),
(4244, 430, '_wp_page_template', 'elementor_header_footer'),
(4246, 430, '_elementor_edit_mode', 'builder'),
(4247, 430, '_elementor_template_type', 'wp-page'),
(4248, 430, '_elementor_version', '4.0.6'),
(4249, 430, '_elementor_pro_version', '4.0.4'),
(4250, 430, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4251, 430, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number \",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4264, 431, '_elementor_page_settings', 'a:0:{}'),
(4265, 432, '_wp_page_template', 'elementor_header_footer'),
(4267, 432, '_elementor_edit_mode', 'builder'),
(4268, 432, '_elementor_template_type', 'wp-page'),
(4269, 432, '_elementor_version', '4.0.6'),
(4270, 432, '_elementor_pro_version', '4.0.4'),
(4271, 432, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4272, 432, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number \",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4273, 432, '_elementor_page_settings', 'a:0:{}'),
(4276, 433, '_elementor_edit_mode', 'builder'),
(4277, 433, '_elementor_template_type', 'wp-page'),
(4278, 433, '_elementor_version', '4.0.6'),
(4279, 433, '_elementor_pro_version', '4.0.4'),
(4280, 433, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4281, 433, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number \",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4385, 442, '_wp_page_template', 'elementor_header_footer'),
(4387, 442, '_elementor_edit_mode', 'builder'),
(4388, 442, '_elementor_template_type', 'wp-page'),
(4389, 442, '_elementor_version', '4.0.6'),
(4390, 442, '_elementor_pro_version', '4.0.4'),
(4391, 442, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4392, 442, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number \",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4284, 434, '_elementor_source', 'post'),
(4285, 434, '_elementor_edit_mode', 'builder'),
(4286, 434, '_elementor_template_type', 'footer'),
(4287, 434, '_elementor_version', '4.0.6'),
(4288, 434, '_elementor_pro_version', '4.0.4'),
(4289, 434, '_astra_content_layout_flag', 'disabled'),
(4291, 434, 'ast-title-bar-display', 'disabled'),
(4292, 434, 'ast-featured-img', 'disabled'),
(4293, 434, 'ast-site-content-layout', 'full-width-container'),
(4294, 434, 'site-sidebar-layout', 'no-sidebar'),
(4306, 434, '_elementor_data', '[{\"id\":\"11a84af9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#01003B\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"90efa9d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"flex_align_items_mobile_extra\":\"flex-start\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8020a2a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/logo-scaled.png\",\"id\":38,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"start\",\"space\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1262c92\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_tablet\":\"center\",\"space_mobile_extra\":{\"unit\":\"px\",\"size\":205,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5da089bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"e3a382e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35d5d83c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"459235d\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Employment\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/employment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"a26eecb\"},{\"text\":\"Admissions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/admissions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5bacd86\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2423268\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"start\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#CCCCCC\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"400\",\"_flex_align_self_mobile_extra\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2decd914\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"53a41106\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a4458bb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Hickory, NC 28601\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"857a7bd\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},{\"text\":\"Number: 980-272-1717\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:9802721717\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f722a06\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"start\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#CCCCCC\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"17a145f4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#13123F\"},\"elements\":[{\"id\":\"19fd6aed\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67dc7427\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\\u00a9 Copyright [copyright] all rights reserved\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor5\",\"text_color_hover\":\"\"},\"text_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"500\",\"view\":\"inline\",\"icon_align\":\"center\",\"icon_align_mobile\":\"center\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(4296, 434, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:6235a6c47f65a3aca2fc5a7c56ad64e4'),
(4297, 434, '_edit_lock', '1778071311:1'),
(4298, 435, '_elementor_source', 'post'),
(4299, 435, '_elementor_edit_mode', 'builder'),
(4300, 435, '_elementor_template_type', 'footer'),
(4301, 435, '_elementor_version', '4.0.6'),
(4302, 435, '_elementor_pro_version', '4.0.4'),
(4303, 435, '_elementor_page_settings', 'a:0:{}'),
(4304, 435, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4305, 434, '_wp_page_template', 'default'),
(4604, 459, '_elementor_template_type', 'footer'),
(4605, 459, '_elementor_version', '4.0.6'),
(4606, 459, '_elementor_pro_version', '4.0.4'),
(4607, 459, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4608, 459, '_wp_page_template', 'default');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4609, 459, '_elementor_data', '[{\"id\":\"11a84af9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#01003B\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"90efa9d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"8020a2a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/logo-scaled.png\",\"id\":38,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"start\",\"space\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1262c92\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5da089bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"e3a382e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35d5d83c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"459235d\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Employment\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/employment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"a26eecb\"},{\"text\":\"Admissions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/admissions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5bacd86\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2423268\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"text_color\":\"#CCCCCC\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2decd914\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"53a41106\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a4458bb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Hickory, NC 28601\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"857a7bd\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},{\"text\":\"Number: 980-272-1717\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:9802721717\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f722a06\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"text_color\":\"#CCCCCC\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"17a145f4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#13123F\"},\"elements\":[{\"id\":\"19fd6aed\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67dc7427\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\\u00a9 Copyright 2024 all rights reserved\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor5\",\"text_color_hover\":\"\"},\"text_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"500\",\"view\":\"inline\",\"icon_align\":\"center\",\"icon_align_mobile\":\"center\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(4561, 456, '_elementor_version', '4.0.6'),
(4562, 456, '_elementor_pro_version', '4.0.4'),
(4321, 437, '_elementor_source', 'post'),
(4322, 437, '_elementor_edit_mode', 'builder'),
(4323, 437, '_elementor_template_type', 'footer'),
(4307, 436, '_elementor_source', 'post'),
(4308, 436, '_elementor_edit_mode', 'builder'),
(4309, 436, '_elementor_template_type', 'footer'),
(4310, 436, '_elementor_version', '4.0.6'),
(4311, 436, '_elementor_pro_version', '4.0.4'),
(4312, 436, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4313, 436, '_wp_page_template', 'default'),
(4314, 436, '_elementor_data', '[{\"id\":\"11a84af9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#121212\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"90efa9d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"614ecaa5\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"pp_display_conditions\":[{\"_id\":\"5313b69\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"30435f6a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pharmaceutical, Medical Device, and Biotech life sciences consulting firm.<\\/p>\",\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"37d413f\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5da089bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"e3a382e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35d5d83c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\"},{\"text\":\"Our Approach\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"459235d\"},{\"text\":\"Industries\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"428ddef\"},{\"text\":\"Practice Areas\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0786040\"},{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"45484e0\"},{\"text\":\"Free Checklists\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"616a050\"},{\"text\":\"Blog\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b46ba8d\"},{\"text\":\"Press\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ef98a52\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2decd914\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"53a41106\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a4458bb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location Here\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"857a7bd\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},{\"text\":\"Direct:  XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f722a06\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"icon_vertical_offset_mobile_extra\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_self_align_mobile_extra\":\"left\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_vertical_offset_tablet\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"47d70b1a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"_id\":\"1a3c446\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"60a91b8\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"5e2324d\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"c2b233f\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fe20157\",\"pp_condition_date_time_before_value\":\"2023-11-15 04:40\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"align_tablet\":\"center\",\"hover_secondary_color\":\"#b20602\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"17a145f4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor2\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"19fd6aed\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67dc7427\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\\u00a9 Copyright 2024 all rights reserved\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor5\",\"text_color_hover\":\"\"},\"text_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"500\",\"view\":\"inline\",\"icon_align\":\"center\",\"icon_align_mobile\":\"center\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(4324, 437, '_elementor_version', '4.0.6'),
(4325, 437, '_elementor_pro_version', '4.0.4'),
(4326, 437, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4327, 437, '_wp_page_template', 'default'),
(4328, 437, '_elementor_data', '[{\"id\":\"11a84af9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#121212\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"90efa9d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"8020a2a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/logo-scaled.png\",\"id\":38,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"1262c92\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"30435f6a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pharmaceutical, Medical Device, and Biotech life sciences consulting firm.<\\/p>\",\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"37d413f\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5da089bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"e3a382e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35d5d83c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\"},{\"text\":\"Our Approach\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"459235d\"},{\"text\":\"Industries\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"428ddef\"},{\"text\":\"Practice Areas\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0786040\"},{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"45484e0\"},{\"text\":\"Free Checklists\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"616a050\"},{\"text\":\"Blog\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b46ba8d\"},{\"text\":\"Press\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ef98a52\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2decd914\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"53a41106\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a4458bb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location Here\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"857a7bd\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},{\"text\":\"Direct:  XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f722a06\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"icon_vertical_offset_mobile_extra\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_self_align_mobile_extra\":\"left\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_vertical_offset_tablet\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"47d70b1a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"_id\":\"1a3c446\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"60a91b8\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"5e2324d\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"c2b233f\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fe20157\",\"pp_condition_date_time_before_value\":\"2023-11-15 04:40\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"align_tablet\":\"center\",\"hover_secondary_color\":\"#b20602\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"17a145f4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor2\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"19fd6aed\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67dc7427\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\\u00a9 Copyright 2024 all rights reserved\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor5\",\"text_color_hover\":\"\"},\"text_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"500\",\"view\":\"inline\",\"icon_align\":\"center\",\"icon_align_mobile\":\"center\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(4318, 434, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(4558, 456, '_elementor_source', 'post'),
(4559, 456, '_elementor_edit_mode', 'builder'),
(4560, 456, '_elementor_template_type', 'footer'),
(4335, 438, '_elementor_source', 'post'),
(4336, 438, '_elementor_edit_mode', 'builder'),
(4337, 438, '_elementor_template_type', 'footer'),
(4338, 438, '_elementor_version', '4.0.6'),
(4339, 438, '_elementor_pro_version', '4.0.4'),
(4340, 438, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4341, 438, '_wp_page_template', 'default');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4342, 438, '_elementor_data', '[{\"id\":\"11a84af9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#121212\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"90efa9d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"8020a2a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/logo-scaled.png\",\"id\":38,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1262c92\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"30435f6a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pharmaceutical, Medical Device, and Biotech life sciences consulting firm.<\\/p>\",\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"37d413f\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5da089bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"e3a382e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35d5d83c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\"},{\"text\":\"Our Approach\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"459235d\"},{\"text\":\"Industries\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"428ddef\"},{\"text\":\"Practice Areas\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0786040\"},{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"45484e0\"},{\"text\":\"Free Checklists\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"616a050\"},{\"text\":\"Blog\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b46ba8d\"},{\"text\":\"Press\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ef98a52\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2decd914\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"53a41106\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a4458bb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location Here\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"857a7bd\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},{\"text\":\"Direct:  XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f722a06\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"icon_vertical_offset_mobile_extra\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_self_align_mobile_extra\":\"left\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=accent\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_vertical_offset_tablet\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"47d70b1a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"_id\":\"1a3c446\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"60a91b8\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"5e2324d\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"c2b233f\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fe20157\",\"pp_condition_date_time_before_value\":\"2023-11-15 04:40\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"align_tablet\":\"center\",\"hover_secondary_color\":\"#b20602\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"17a145f4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor2\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"19fd6aed\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67dc7427\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\\u00a9 Copyright 2024 all rights reserved\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor5\",\"text_color_hover\":\"\"},\"text_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"500\",\"view\":\"inline\",\"icon_align\":\"center\",\"icon_align_mobile\":\"center\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(4330, 437, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(4344, 438, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(4347, 439, '_elementor_source', 'post'),
(4348, 439, '_elementor_edit_mode', 'builder'),
(4349, 439, '_elementor_template_type', 'footer'),
(4350, 439, '_elementor_version', '4.0.6'),
(4351, 439, '_elementor_pro_version', '4.0.4'),
(4352, 439, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4353, 439, '_wp_page_template', 'default'),
(4354, 439, '_elementor_data', '[{\"id\":\"11a84af9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#121212\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"90efa9d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"8020a2a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/logo-scaled.png\",\"id\":38,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1262c92\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"30435f6a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pharmaceutical, Medical Device, and Biotech life sciences consulting firm.<\\/p>\",\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"37d413f\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5da089bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"e3a382e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35d5d83c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\"},{\"text\":\"Our Approach\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"459235d\"},{\"text\":\"Industries\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"428ddef\"},{\"text\":\"Practice Areas\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0786040\"},{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"45484e0\"},{\"text\":\"Free Checklists\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"616a050\"},{\"text\":\"Blog\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b46ba8d\"},{\"text\":\"Press\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ef98a52\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2decd914\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"53a41106\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a4458bb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location Here\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"857a7bd\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},{\"text\":\"Direct:  XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f722a06\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"icon_vertical_offset_mobile_extra\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_self_align_mobile_extra\":\"left\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_vertical_offset_tablet\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"47d70b1a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"_id\":\"1a3c446\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"60a91b8\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"5e2324d\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"c2b233f\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fe20157\",\"pp_condition_date_time_before_value\":\"2023-11-15 04:40\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"align_tablet\":\"center\",\"hover_secondary_color\":\"#b20602\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"17a145f4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor2\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"19fd6aed\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67dc7427\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\\u00a9 Copyright 2024 all rights reserved\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor5\",\"text_color_hover\":\"\"},\"text_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"500\",\"view\":\"inline\",\"icon_align\":\"center\",\"icon_align_mobile\":\"center\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(4356, 439, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(4413, 445, '_elementor_source', 'post'),
(4414, 445, '_elementor_edit_mode', 'builder'),
(4415, 445, '_elementor_template_type', 'footer'),
(4416, 445, '_elementor_version', '4.0.6'),
(4417, 445, '_elementor_pro_version', '4.0.4'),
(4418, 445, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4419, 445, '_wp_page_template', 'default'),
(4420, 445, '_elementor_data', '[{\"id\":\"11a84af9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#01003B\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"90efa9d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"8020a2a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/logo-scaled.png\",\"id\":38,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1262c92\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"30435f6a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pharmaceutical, Medical Device, and Biotech life sciences consulting firm.<\\/p>\",\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"37d413f\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5da089bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"e3a382e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35d5d83c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\"},{\"text\":\"Our Approach\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"459235d\"},{\"text\":\"Industries\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"428ddef\"},{\"text\":\"Practice Areas\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0786040\"},{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"45484e0\"},{\"text\":\"Free Checklists\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"616a050\"},{\"text\":\"Blog\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b46ba8d\"},{\"text\":\"Press\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ef98a52\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2decd914\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"53a41106\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a4458bb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location Here\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"857a7bd\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},{\"text\":\"Direct:  XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f722a06\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"icon_vertical_offset_mobile_extra\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_self_align_mobile_extra\":\"left\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_vertical_offset_tablet\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"47d70b1a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"_id\":\"1a3c446\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"60a91b8\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"5e2324d\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"c2b233f\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fe20157\",\"pp_condition_date_time_before_value\":\"2023-11-15 04:40\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"align_tablet\":\"center\",\"hover_secondary_color\":\"#b20602\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"17a145f4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#01001D\"},\"elements\":[{\"id\":\"19fd6aed\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67dc7427\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\\u00a9 Copyright 2024 all rights reserved\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor5\",\"text_color_hover\":\"\"},\"text_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"500\",\"view\":\"inline\",\"icon_align\":\"center\",\"icon_align_mobile\":\"center\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(4426, 446, '_elementor_source', 'post'),
(4427, 446, '_elementor_edit_mode', 'builder'),
(4428, 446, '_elementor_template_type', 'footer'),
(4429, 446, '_elementor_version', '4.0.6'),
(4430, 446, '_elementor_pro_version', '4.0.4'),
(4431, 446, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4432, 446, '_wp_page_template', 'default');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4433, 446, '_elementor_data', '[{\"id\":\"11a84af9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#01003B\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"90efa9d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"8020a2a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/logo-scaled.png\",\"id\":38,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1262c92\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"30435f6a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pharmaceutical, Medical Device, and Biotech life sciences consulting firm.<\\/p>\",\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"37d413f\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5da089bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"e3a382e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35d5d83c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\"},{\"text\":\"Our Approach\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"459235d\"},{\"text\":\"Industries\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"428ddef\"},{\"text\":\"Practice Areas\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0786040\"},{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"45484e0\"},{\"text\":\"Free Checklists\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"616a050\"},{\"text\":\"Blog\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b46ba8d\"},{\"text\":\"Press\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ef98a52\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2decd914\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"53a41106\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a4458bb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location Here\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"857a7bd\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},{\"text\":\"Direct:  XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f722a06\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"icon_vertical_offset_mobile_extra\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_self_align_mobile_extra\":\"left\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_vertical_offset_tablet\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"47d70b1a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"_id\":\"1a3c446\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"60a91b8\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"5e2324d\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"c2b233f\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fe20157\",\"pp_condition_date_time_before_value\":\"2023-11-15 04:40\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"align_tablet\":\"center\",\"hover_secondary_color\":\"#b20602\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"17a145f4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#02013A\"},\"elements\":[{\"id\":\"19fd6aed\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67dc7427\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\\u00a9 Copyright 2024 all rights reserved\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor5\",\"text_color_hover\":\"\"},\"text_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"500\",\"view\":\"inline\",\"icon_align\":\"center\",\"icon_align_mobile\":\"center\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(4466, 449, '_wp_page_template', 'elementor_header_footer'),
(4468, 449, '_elementor_edit_mode', 'builder'),
(4469, 449, '_elementor_template_type', 'wp-page'),
(4470, 449, '_elementor_version', '4.0.6'),
(4471, 449, '_elementor_pro_version', '4.0.4'),
(4472, 449, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4473, 449, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4405, 444, '_elementor_edit_mode', 'builder'),
(4406, 444, '_elementor_template_type', 'wp-page'),
(4407, 444, '_elementor_version', '4.0.6'),
(4408, 444, '_elementor_pro_version', '4.0.4'),
(4409, 444, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4410, 444, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4422, 445, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(4393, 442, '_elementor_page_settings', 'a:0:{}'),
(4394, 443, '_wp_page_template', 'elementor_header_footer'),
(4396, 443, '_elementor_edit_mode', 'builder'),
(4397, 443, '_elementor_template_type', 'wp-page'),
(4398, 443, '_elementor_version', '4.0.6'),
(4399, 443, '_elementor_pro_version', '4.0.4'),
(4400, 443, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4401, 443, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"custom_id\":\"name\",\"field_label\":\"First Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_b94c01e\",\"field_label\":\"Last Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"b94c01e\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number \",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4402, 443, '_elementor_page_settings', 'a:0:{}'),
(4435, 446, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(4440, 447, '_elementor_source', 'post'),
(4441, 447, '_elementor_edit_mode', 'builder'),
(4442, 447, '_elementor_template_type', 'footer'),
(4443, 447, '_elementor_version', '4.0.6'),
(4444, 447, '_elementor_pro_version', '4.0.4'),
(4445, 447, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4446, 447, '_wp_page_template', 'default');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4447, 447, '_elementor_data', '[{\"id\":\"11a84af9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#01003B\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"90efa9d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"8020a2a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/logo-scaled.png\",\"id\":38,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1262c92\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"30435f6a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pharmaceutical, Medical Device, and Biotech life sciences consulting firm.<\\/p>\",\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"37d413f\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5da089bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"e3a382e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35d5d83c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\"},{\"text\":\"Our Approach\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"459235d\"},{\"text\":\"Industries\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"428ddef\"},{\"text\":\"Practice Areas\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0786040\"},{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"45484e0\"},{\"text\":\"Free Checklists\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"616a050\"},{\"text\":\"Blog\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b46ba8d\"},{\"text\":\"Press\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ef98a52\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2decd914\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"53a41106\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a4458bb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location Here\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"857a7bd\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},{\"text\":\"Direct:  XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f722a06\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"icon_vertical_offset_mobile_extra\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_self_align_mobile_extra\":\"left\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_vertical_offset_tablet\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"47d70b1a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"_id\":\"1a3c446\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"60a91b8\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"5e2324d\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"c2b233f\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fe20157\",\"pp_condition_date_time_before_value\":\"2023-11-15 04:40\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"align_tablet\":\"center\",\"hover_secondary_color\":\"#b20602\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"17a145f4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#010025\"},\"elements\":[{\"id\":\"19fd6aed\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67dc7427\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\\u00a9 Copyright 2024 all rights reserved\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor5\",\"text_color_hover\":\"\"},\"text_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"500\",\"view\":\"inline\",\"icon_align\":\"center\",\"icon_align_mobile\":\"center\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(4494, 452, '_elementor_source', 'post'),
(4495, 452, '_elementor_edit_mode', 'builder'),
(4496, 452, '_elementor_template_type', 'footer'),
(4497, 452, '_elementor_version', '4.0.6'),
(4498, 452, '_elementor_pro_version', '4.0.4'),
(4499, 452, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4500, 452, '_wp_page_template', 'default'),
(4501, 452, '_elementor_data', '[{\"id\":\"11a84af9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#01003B\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"90efa9d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"8020a2a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/logo-scaled.png\",\"id\":38,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1262c92\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"30435f6a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pharmaceutical, Medical Device, and Biotech life sciences consulting firm.<\\/p>\",\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"37d413f\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5da089bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"e3a382e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35d5d83c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\"},{\"text\":\"Our Approach\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"459235d\"},{\"text\":\"Industries\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"428ddef\"},{\"text\":\"Practice Areas\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0786040\"},{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"45484e0\"},{\"text\":\"Free Checklists\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"616a050\"},{\"text\":\"Blog\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b46ba8d\"},{\"text\":\"Press\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ef98a52\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2decd914\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"53a41106\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a4458bb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location Here\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"857a7bd\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},{\"text\":\"Direct:  XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f722a06\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"icon_vertical_offset_mobile_extra\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_self_align_mobile_extra\":\"left\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_vertical_offset_tablet\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"47d70b1a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"_id\":\"1a3c446\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"60a91b8\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"5e2324d\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"c2b233f\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fe20157\",\"pp_condition_date_time_before_value\":\"2023-11-15 04:40\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"align_tablet\":\"center\",\"hover_secondary_color\":\"#b20602\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"17a145f4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#080735\"},\"elements\":[{\"id\":\"19fd6aed\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67dc7427\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\\u00a9 Copyright 2024 all rights reserved\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor5\",\"text_color_hover\":\"\"},\"text_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"500\",\"view\":\"inline\",\"icon_align\":\"center\",\"icon_align_mobile\":\"center\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(4661, 464, '_elementor_source', 'post'),
(4662, 464, '_elementor_edit_mode', 'builder'),
(4663, 464, '_elementor_template_type', 'footer'),
(4664, 464, '_elementor_version', '4.0.6'),
(4665, 464, '_elementor_pro_version', '4.0.4'),
(4666, 464, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4667, 464, '_wp_page_template', 'default'),
(4668, 464, '_elementor_data', '[{\"id\":\"11a84af9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#01003B\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"90efa9d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"8020a2a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/logo-scaled.png\",\"id\":38,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"start\",\"space\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1262c92\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5da089bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"e3a382e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35d5d83c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"459235d\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Employment\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/employment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"a26eecb\"},{\"text\":\"Admissions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/admissions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5bacd86\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2423268\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"text_color\":\"#CCCCCC\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2decd914\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"53a41106\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a4458bb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Hickory, NC 28601\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"857a7bd\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},{\"text\":\"Number: 980-272-1717\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:9802721717\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f722a06\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"text_color\":\"#CCCCCC\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"17a145f4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#13123F\"},\"elements\":[{\"id\":\"19fd6aed\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67dc7427\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\\u00a9 Copyright 2024 all rights reserved\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor5\",\"text_color_hover\":\"\"},\"text_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"500\",\"view\":\"inline\",\"icon_align\":\"center\",\"icon_align_mobile\":\"center\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(4449, 447, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(4510, 453, '_elementor_source', 'post'),
(4511, 453, '_elementor_edit_mode', 'builder'),
(4512, 453, '_elementor_template_type', 'footer'),
(4513, 453, '_elementor_version', '4.0.6'),
(4514, 453, '_elementor_pro_version', '4.0.4'),
(4515, 453, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4516, 453, '_wp_page_template', 'default');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4517, 453, '_elementor_data', '[{\"id\":\"11a84af9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#01003B\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"90efa9d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"8020a2a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/logo-scaled.png\",\"id\":38,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1262c92\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"30435f6a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pharmaceutical, Medical Device, and Biotech life sciences consulting firm.<\\/p>\",\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"37d413f\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5da089bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"e3a382e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35d5d83c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\"},{\"text\":\"Our Approach\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"459235d\"},{\"text\":\"Industries\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"428ddef\"},{\"text\":\"Practice Areas\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0786040\"},{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"45484e0\"},{\"text\":\"Free Checklists\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"616a050\"},{\"text\":\"Blog\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b46ba8d\"},{\"text\":\"Press\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ef98a52\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2decd914\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"53a41106\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a4458bb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location Here\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"857a7bd\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},{\"text\":\"Direct:  XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f722a06\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"icon_vertical_offset_mobile_extra\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_self_align_mobile_extra\":\"left\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_vertical_offset_tablet\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"47d70b1a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"_id\":\"1a3c446\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"60a91b8\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"5e2324d\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"c2b233f\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fe20157\",\"pp_condition_date_time_before_value\":\"2023-11-15 04:40\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"align_tablet\":\"center\",\"hover_secondary_color\":\"#b20602\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"17a145f4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#1D1C4E\"},\"elements\":[{\"id\":\"19fd6aed\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67dc7427\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\\u00a9 Copyright 2024 all rights reserved\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor5\",\"text_color_hover\":\"\"},\"text_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"500\",\"view\":\"inline\",\"icon_align\":\"center\",\"icon_align_mobile\":\"center\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(4621, 460, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\\/Youth (if applicable)\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4484, 451, '_wp_page_template', 'elementor_header_footer'),
(4486, 451, '_elementor_edit_mode', 'builder'),
(4487, 451, '_elementor_template_type', 'wp-page'),
(4488, 451, '_elementor_version', '4.0.6'),
(4489, 451, '_elementor_pro_version', '4.0.4'),
(4490, 451, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4491, 451, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\\/Youth (if applicable)\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4474, 449, '_elementor_page_settings', 'a:0:{}'),
(4475, 450, '_wp_page_template', 'elementor_header_footer'),
(4477, 450, '_elementor_edit_mode', 'builder'),
(4478, 450, '_elementor_template_type', 'wp-page'),
(4479, 450, '_elementor_version', '4.0.6'),
(4480, 450, '_elementor_pro_version', '4.0.4'),
(4481, 450, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4482, 450, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4483, 450, '_elementor_page_settings', 'a:0:{}'),
(4614, 460, '_wp_page_template', 'elementor_header_footer'),
(4616, 460, '_elementor_edit_mode', 'builder'),
(4617, 460, '_elementor_template_type', 'wp-page'),
(4618, 460, '_elementor_version', '4.0.6'),
(4619, 460, '_elementor_pro_version', '4.0.4'),
(4620, 460, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4503, 452, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(4526, 454, '_elementor_source', 'post'),
(4527, 454, '_elementor_edit_mode', 'builder'),
(4528, 454, '_elementor_template_type', 'footer'),
(4529, 454, '_elementor_version', '4.0.6'),
(4530, 454, '_elementor_pro_version', '4.0.4'),
(4531, 454, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4532, 454, '_wp_page_template', 'default');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4533, 454, '_elementor_data', '[{\"id\":\"11a84af9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#01003B\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"90efa9d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"8020a2a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/logo-scaled.png\",\"id\":38,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1262c92\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"30435f6a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pharmaceutical, Medical Device, and Biotech life sciences consulting firm.<\\/p>\",\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"37d413f\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5da089bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"e3a382e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35d5d83c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\"},{\"text\":\"Our Approach\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"459235d\"},{\"text\":\"Industries\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"428ddef\"},{\"text\":\"Practice Areas\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0786040\"},{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"45484e0\"},{\"text\":\"Free Checklists\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"616a050\"},{\"text\":\"Blog\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b46ba8d\"},{\"text\":\"Press\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ef98a52\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2decd914\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"53a41106\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a4458bb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location Here\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"857a7bd\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},{\"text\":\"Direct:  XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f722a06\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"icon_vertical_offset_mobile_extra\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_self_align_mobile_extra\":\"left\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_vertical_offset_tablet\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"47d70b1a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"_id\":\"1a3c446\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"60a91b8\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"5e2324d\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"c2b233f\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fe20157\",\"pp_condition_date_time_before_value\":\"2023-11-15 04:40\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"align_tablet\":\"center\",\"hover_secondary_color\":\"#b20602\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"17a145f4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#171647\"},\"elements\":[{\"id\":\"19fd6aed\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67dc7427\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\\u00a9 Copyright 2024 all rights reserved\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor5\",\"text_color_hover\":\"\"},\"text_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"500\",\"view\":\"inline\",\"icon_align\":\"center\",\"icon_align_mobile\":\"center\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(4519, 453, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(4542, 455, '_elementor_source', 'post'),
(4543, 455, '_elementor_edit_mode', 'builder'),
(4544, 455, '_elementor_template_type', 'footer'),
(4545, 455, '_elementor_version', '4.0.6'),
(4546, 455, '_elementor_pro_version', '4.0.4'),
(4547, 455, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4548, 455, '_wp_page_template', 'default'),
(4549, 455, '_elementor_data', '[{\"id\":\"11a84af9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#01003B\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"90efa9d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"8020a2a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/logo-scaled.png\",\"id\":38,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1262c92\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"30435f6a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Pharmaceutical, Medical Device, and Biotech life sciences consulting firm.<\\/p>\",\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"37d413f\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"align_tablet\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5da089bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"e3a382e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35d5d83c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\"},{\"text\":\"Our Approach\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"459235d\"},{\"text\":\"Industries\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"428ddef\"},{\"text\":\"Practice Areas\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0786040\"},{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"45484e0\"},{\"text\":\"Free Checklists\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"616a050\"},{\"text\":\"Blog\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b46ba8d\"},{\"text\":\"Press\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ef98a52\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2decd914\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"53a41106\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a4458bb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location Here\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"857a7bd\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},{\"text\":\"Direct:  XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f722a06\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"icon_vertical_offset_mobile_extra\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_self_align_mobile_extra\":\"left\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_vertical_offset_tablet\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"47d70b1a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"_id\":\"1a3c446\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"60a91b8\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"5e2324d\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"c2b233f\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fe20157\",\"pp_condition_date_time_before_value\":\"2023-11-15 04:40\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"align_tablet\":\"center\",\"hover_secondary_color\":\"#b20602\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"17a145f4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#13123F\"},\"elements\":[{\"id\":\"19fd6aed\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67dc7427\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\\u00a9 Copyright 2024 all rights reserved\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor5\",\"text_color_hover\":\"\"},\"text_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"500\",\"view\":\"inline\",\"icon_align\":\"center\",\"icon_align_mobile\":\"center\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(4535, 454, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(4563, 456, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4564, 456, '_wp_page_template', 'default'),
(4565, 456, '_elementor_data', '[{\"id\":\"11a84af9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#01003B\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"90efa9d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"8020a2a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/logo-scaled.png\",\"id\":38,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"start\",\"space\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1262c92\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5da089bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"e3a382e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35d5d83c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\"},{\"text\":\"Our Approach\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"459235d\"},{\"text\":\"Industries\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"428ddef\"},{\"text\":\"Practice Areas\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0786040\"},{\"text\":\"Resources\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"45484e0\"},{\"text\":\"Free Checklists\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"616a050\"},{\"text\":\"Blog\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"b46ba8d\"},{\"text\":\"Press\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"ef98a52\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2decd914\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"53a41106\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a4458bb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location Here\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"857a7bd\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},{\"text\":\"Direct:  XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f722a06\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"icon_vertical_offset_mobile_extra\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_self_align_mobile_extra\":\"left\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_vertical_offset_tablet\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"text_color\":\"#E2E2E2\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"47d70b1a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"_id\":\"1a3c446\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"60a91b8\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"5e2324d\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"c2b233f\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fe20157\",\"pp_condition_date_time_before_value\":\"2023-11-15 04:40\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"align_tablet\":\"center\",\"hover_secondary_color\":\"#b20602\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"17a145f4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#13123F\"},\"elements\":[{\"id\":\"19fd6aed\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67dc7427\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\\u00a9 Copyright 2024 all rights reserved\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor5\",\"text_color_hover\":\"\"},\"text_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"500\",\"view\":\"inline\",\"icon_align\":\"center\",\"icon_align_mobile\":\"center\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(4551, 455, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(4602, 459, '_elementor_source', 'post'),
(4603, 459, '_elementor_edit_mode', 'builder'),
(4576, 457, '_elementor_source', 'post'),
(4577, 457, '_elementor_edit_mode', 'builder'),
(4578, 457, '_elementor_template_type', 'footer'),
(4579, 457, '_elementor_version', '4.0.6'),
(4580, 457, '_elementor_pro_version', '4.0.4'),
(4581, 457, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4582, 457, '_wp_page_template', 'default');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4583, 457, '_elementor_data', '[{\"id\":\"11a84af9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#01003B\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"90efa9d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"8020a2a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/logo-scaled.png\",\"id\":38,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"start\",\"space\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1262c92\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5da089bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"e3a382e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35d5d83c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"459235d\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Employment\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/employment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"a26eecb\"},{\"text\":\"Admissions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/admissions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5bacd86\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2423268\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"text_color\":\"#CCCCCC\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2decd914\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"53a41106\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a4458bb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Location Here\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"857a7bd\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},{\"text\":\"Direct:  XXX-XXX-XXX\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:XXX-XXX-XXX\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f722a06\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"text_color\":\"#CCCCCC\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"300\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"47d70b1a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-linkedin-in\",\"library\":\"fa-brands\"},\"_id\":\"1a3c446\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"60a91b8\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"5e2324d\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"c2b233f\"}],\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.6,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"fe20157\",\"pp_condition_date_time_before_value\":\"2023-11-15 04:40\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=astglobalcolor5\",\"hover_secondary_color\":\"globals\\/colors?id=astglobalcolor0\",\"icon_primary_color\":\"globals\\/colors?id=astglobalcolor1\",\"hover_primary_color\":\"globals\\/colors?id=astglobalcolor5\"},\"align_tablet\":\"center\",\"hover_secondary_color\":\"#b20602\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"17a145f4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#13123F\"},\"elements\":[{\"id\":\"19fd6aed\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67dc7427\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\\u00a9 Copyright 2024 all rights reserved\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor5\",\"text_color_hover\":\"\"},\"text_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"500\",\"view\":\"inline\",\"icon_align\":\"center\",\"icon_align_mobile\":\"center\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(4567, 456, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(4691, 466, '_wp_page_template', 'elementor_header_footer'),
(4693, 466, '_elementor_edit_mode', 'builder'),
(4694, 466, '_elementor_template_type', 'wp-page'),
(4695, 466, '_elementor_version', '4.0.6'),
(4696, 466, '_elementor_pro_version', '4.0.4'),
(4697, 466, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4698, 466, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Person Completing Form\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_1282a38\",\"field_label\":\"Date of Birth\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"date\",\"_id\":\"1282a38\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4585, 457, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(4634, 462, '_wp_page_template', 'elementor_header_footer'),
(4636, 462, '_elementor_edit_mode', 'builder'),
(4637, 462, '_elementor_template_type', 'wp-page'),
(4638, 462, '_elementor_version', '4.0.6'),
(4639, 462, '_elementor_pro_version', '4.0.4'),
(4640, 462, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4641, 462, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Person Completing Form\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_1282a38\",\"field_label\":\"Date of Birth\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"date\",\"_id\":\"1282a38\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4611, 459, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(4647, 463, '_elementor_source', 'post'),
(4648, 463, '_elementor_edit_mode', 'builder'),
(4649, 463, '_elementor_template_type', 'footer'),
(4650, 463, '_elementor_version', '4.0.6'),
(4651, 463, '_elementor_pro_version', '4.0.4'),
(4652, 463, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4653, 463, '_wp_page_template', 'default'),
(4654, 463, '_elementor_data', '[{\"id\":\"11a84af9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#01003B\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"90efa9d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"8020a2a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/logo-scaled.png\",\"id\":38,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"start\",\"space\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1262c92\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5da089bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"e3a382e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35d5d83c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"459235d\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Employment\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/employment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"a26eecb\"},{\"text\":\"Admissions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/admissions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5bacd86\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2423268\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"text_color\":\"#CCCCCC\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2decd914\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"53a41106\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a4458bb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Hickory, NC 28601\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"857a7bd\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},{\"text\":\"Number: 980-272-1717\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:9802721717\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f722a06\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=accent\"},\"text_color\":\"#CCCCCC\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"17a145f4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#13123F\"},\"elements\":[{\"id\":\"19fd6aed\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67dc7427\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\\u00a9 Copyright 2024 all rights reserved\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor5\",\"text_color_hover\":\"\"},\"text_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"500\",\"view\":\"inline\",\"icon_align\":\"center\",\"icon_align_mobile\":\"center\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(4622, 460, '_elementor_page_settings', 'a:0:{}'),
(4624, 461, '_wp_page_template', 'elementor_header_footer'),
(4626, 461, '_elementor_edit_mode', 'builder'),
(4627, 461, '_elementor_template_type', 'wp-page'),
(4628, 461, '_elementor_version', '4.0.6'),
(4629, 461, '_elementor_pro_version', '4.0.4'),
(4630, 461, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4631, 461, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\\/Youth (if applicable)\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"custom_id\":\"message\",\"field_type\":\"textarea\",\"field_label\":\"Message\",\"_id\":\"42853d7\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4632, 461, '_elementor_page_settings', 'a:0:{}'),
(4656, 463, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(4670, 464, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(4675, 465, '_elementor_source', 'post'),
(4676, 465, '_elementor_edit_mode', 'builder'),
(4677, 465, '_elementor_template_type', 'footer'),
(4678, 465, '_elementor_version', '4.0.6'),
(4679, 465, '_elementor_pro_version', '4.0.4'),
(4680, 465, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4681, 465, '_wp_page_template', 'default'),
(4682, 465, '_elementor_data', '[{\"id\":\"11a84af9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#01003B\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"90efa9d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"8020a2a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/logo-scaled.png\",\"id\":38,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"start\",\"space\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1262c92\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5da089bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"e3a382e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35d5d83c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"459235d\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Employment\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/employment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"a26eecb\"},{\"text\":\"Admissions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/admissions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5bacd86\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2423268\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#CCCCCC\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2decd914\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"53a41106\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a4458bb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Hickory, NC 28601\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"857a7bd\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},{\"text\":\"Number: 980-272-1717\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:9802721717\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f722a06\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#CCCCCC\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"17a145f4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#13123F\"},\"elements\":[{\"id\":\"19fd6aed\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67dc7427\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\\u00a9 Copyright 2024 all rights reserved\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor5\",\"text_color_hover\":\"\"},\"text_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"500\",\"view\":\"inline\",\"icon_align\":\"center\",\"icon_align_mobile\":\"center\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(4763, 475, '_elementor_source', 'post'),
(4764, 475, '_elementor_edit_mode', 'builder'),
(4765, 475, '_elementor_template_type', 'footer'),
(4766, 475, '_elementor_version', '4.0.6'),
(4767, 475, '_elementor_pro_version', '4.0.4'),
(4768, 475, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4769, 475, '_wp_page_template', 'default'),
(4770, 475, '_elementor_data', '[{\"id\":\"11a84af9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#01003B\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"90efa9d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"8020a2a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/logo-scaled.png\",\"id\":38,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"start\",\"space\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1262c92\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5da089bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"e3a382e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35d5d83c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"459235d\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Employment\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/employment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"a26eecb\"},{\"text\":\"Admissions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/admissions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5bacd86\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2423268\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#CCCCCC\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2decd914\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"53a41106\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a4458bb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Hickory, NC 28601\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"857a7bd\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},{\"text\":\"Number: 980-272-1717\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:9802721717\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f722a06\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#CCCCCC\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"17a145f4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#13123F\"},\"elements\":[{\"id\":\"19fd6aed\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67dc7427\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\\u00a9 Copyright [copyright] all rights reserved\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor5\",\"text_color_hover\":\"\"},\"text_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"500\",\"view\":\"inline\",\"icon_align\":\"center\",\"icon_align_mobile\":\"center\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(4684, 465, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(4779, 476, '_elementor_source', 'post'),
(4780, 476, '_elementor_edit_mode', 'builder'),
(4781, 476, '_elementor_template_type', 'footer'),
(4782, 476, '_elementor_version', '4.0.6');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4783, 476, '_elementor_pro_version', '4.0.4'),
(4784, 476, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4785, 476, '_wp_page_template', 'default'),
(4786, 476, '_elementor_data', '[{\"id\":\"11a84af9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#01003B\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"90efa9d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"8020a2a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/logo-scaled.png\",\"id\":38,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"start\",\"space\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1262c92\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5da089bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"e3a382e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35d5d83c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"459235d\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Employment\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/employment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"a26eecb\"},{\"text\":\"Admissions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/admissions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5bacd86\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2423268\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#CCCCCC\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2decd914\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"53a41106\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a4458bb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Hickory, NC 28601\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"857a7bd\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},{\"text\":\"Number: 980-272-1717\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:9802721717\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f722a06\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#CCCCCC\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"17a145f4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#13123F\"},\"elements\":[{\"id\":\"19fd6aed\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67dc7427\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\\u00a9 Copyright [copyright] all rights reserved\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor5\",\"text_color_hover\":\"\"},\"text_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"500\",\"view\":\"inline\",\"icon_align\":\"center\",\"icon_align_mobile\":\"center\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(4699, 466, '_elementor_page_settings', 'a:0:{}'),
(4700, 467, '_wp_page_template', 'elementor_header_footer'),
(4702, 467, '_elementor_edit_mode', 'builder'),
(4703, 467, '_elementor_template_type', 'wp-page'),
(4704, 467, '_elementor_version', '4.0.6'),
(4705, 467, '_elementor_pro_version', '4.0.4'),
(4706, 467, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4707, 467, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Person Completing Form\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_1282a38\",\"field_label\":\"Date of Birth\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"date\",\"_id\":\"1282a38\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4708, 467, '_elementor_page_settings', 'a:0:{}'),
(4709, 468, '_wp_page_template', 'elementor_header_footer'),
(4711, 468, '_elementor_edit_mode', 'builder'),
(4712, 468, '_elementor_template_type', 'wp-page'),
(4713, 468, '_elementor_version', '4.0.6'),
(4714, 468, '_elementor_pro_version', '4.0.4'),
(4715, 468, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4716, 468, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Person Completing Form\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4729, 472, '_wp_page_template', 'elementor_header_footer'),
(4731, 472, '_elementor_edit_mode', 'builder'),
(4732, 472, '_elementor_template_type', 'wp-page'),
(4733, 472, '_elementor_version', '4.0.6'),
(4734, 472, '_elementor_pro_version', '4.0.4'),
(4735, 472, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4736, 472, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Person Completing Form\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4719, 469, '_wp_attached_file', '2026/05/fav-ico.jpg'),
(4720, 469, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:520;s:6:\"height\";i:520;s:4:\"file\";s:19:\"2026/05/fav-ico.jpg\";s:8:\"filesize\";i:28311;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"fav-ico-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14667;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"fav-ico-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6192;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4821, 479, '_wp_page_template', 'elementor_header_footer'),
(4823, 479, '_elementor_edit_mode', 'builder'),
(4824, 479, '_elementor_template_type', 'wp-page'),
(4825, 479, '_elementor_version', '4.0.6'),
(4826, 479, '_elementor_pro_version', '4.0.4'),
(4827, 479, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4828, 479, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Person Completing Form\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4772, 475, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(4723, 470, '_wp_attached_file', '2026/05/cropped-fav-ico.jpg'),
(4724, 470, '_wp_attachment_context', 'site-icon'),
(4725, 470, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:27:\"2026/05/cropped-fav-ico.jpg\";s:8:\"filesize\";i:27072;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"cropped-fav-ico-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14302;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"cropped-fav-ico-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6158;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:27:\"cropped-fav-ico-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12534;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:27:\"cropped-fav-ico-192x192.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8451;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:27:\"cropped-fav-ico-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8189;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:25:\"cropped-fav-ico-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1772;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4726, 471, '_edit_lock', '1778070849:1'),
(4727, 471, '_wp_trash_meta_status', 'publish'),
(4728, 471, '_wp_trash_meta_time', '1778070853'),
(4737, 472, '_elementor_page_settings', 'a:0:{}'),
(4740, 473, '_wp_page_template', 'elementor_header_footer'),
(4742, 473, '_elementor_edit_mode', 'builder'),
(4743, 473, '_elementor_template_type', 'wp-page'),
(4744, 473, '_elementor_version', '4.0.6'),
(4745, 473, '_elementor_pro_version', '4.0.4'),
(4746, 473, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4747, 473, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Person Completing Form\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4748, 473, '_elementor_page_settings', 'a:0:{}'),
(4751, 474, '_wp_page_template', 'elementor_header_footer'),
(4753, 474, '_elementor_edit_mode', 'builder'),
(4754, 474, '_elementor_template_type', 'wp-page'),
(4755, 474, '_elementor_version', '4.0.6'),
(4756, 474, '_elementor_pro_version', '4.0.4'),
(4757, 474, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4758, 474, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Person Completing Form\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4807, 478, '_elementor_source', 'post'),
(4808, 478, '_elementor_edit_mode', 'builder'),
(4809, 478, '_elementor_template_type', 'footer'),
(4810, 478, '_elementor_version', '4.0.6'),
(4811, 478, '_elementor_pro_version', '4.0.4'),
(4812, 478, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4813, 478, '_wp_page_template', 'default'),
(4814, 478, '_elementor_data', '[{\"id\":\"11a84af9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#01003B\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"90efa9d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"8020a2a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/logo-scaled.png\",\"id\":38,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"start\",\"space\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1262c92\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_tablet\":\"center\",\"space_mobile_extra\":{\"unit\":\"px\",\"size\":205,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5da089bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"e3a382e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35d5d83c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"459235d\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Employment\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/employment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"a26eecb\"},{\"text\":\"Admissions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/admissions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5bacd86\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2423268\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#CCCCCC\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2decd914\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"53a41106\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a4458bb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Hickory, NC 28601\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"857a7bd\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},{\"text\":\"Number: 980-272-1717\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:9802721717\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f722a06\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#CCCCCC\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"17a145f4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#13123F\"},\"elements\":[{\"id\":\"19fd6aed\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67dc7427\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\\u00a9 Copyright [copyright] all rights reserved\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor5\",\"text_color_hover\":\"\"},\"text_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"500\",\"view\":\"inline\",\"icon_align\":\"center\",\"icon_align_mobile\":\"center\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(4788, 476, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(4855, 482, '_elementor_source', 'post'),
(4856, 482, '_elementor_edit_mode', 'builder'),
(4857, 482, '_elementor_template_type', 'footer'),
(4858, 482, '_elementor_version', '4.0.6'),
(4859, 482, '_elementor_pro_version', '4.0.4'),
(4860, 482, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4861, 482, '_wp_page_template', 'default');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4862, 482, '_elementor_data', '[{\"id\":\"11a84af9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"background_color\":\"#01003B\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"40\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"90efa9d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"e0467be\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fba2414\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"86eef93\"}],\"pp_display_conditions\":[{\"_id\":\"892bbfe\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"100\",\"bottom\":\"10\",\"left\":\"100\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"flex_align_items_mobile_extra\":\"flex-start\",\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8020a2a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/logo-scaled.png\",\"id\":38,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"align\":\"start\",\"space\":{\"unit\":\"px\",\"size\":320,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":245,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"1262c92\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align_tablet\":\"center\",\"space_mobile_extra\":{\"unit\":\"px\",\"size\":205,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5da089bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"e3a382e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35d5d83c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fdf1982\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"459235d\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Employment\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/employment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"a26eecb\"},{\"text\":\"Admissions\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/admissions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"5bacd86\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2423268\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"start\",\"__globals__\":{\"text_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#CCCCCC\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"400\",\"_flex_align_self_mobile_extra\":\"flex-start\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2decd914\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap_tablet\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2ac9468\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f73d65c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e9fdb2\"}],\"pp_display_conditions\":[{\"_id\":\"6b3e2fa\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\"}]},\"elements\":[{\"id\":\"53a41106\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Info\",\"header_size\":\"h5\",\"pp_display_conditions\":[{\"_id\":\"97f1c92\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"align_tablet\":\"center\",\"align_mobile_extra\":\"start\",\"__globals__\":{\"title_color\":\"\"},\"_element_width\":\"inherit\",\"title_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a4458bb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Hickory, NC 28601\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"857a7bd\",\"link\":{\"url\":\"\",\"is_external\":\"on\",\"nofollow\":\"on\",\"custom_attributes\":\"\"}},{\"text\":\"Number: 980-272-1717\",\"selected_icon\":{\"value\":\"fas fa-phone-alt\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"tel:9802721717\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f722a06\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2024-07-25 to 2024-07-31\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"start\",\"__globals__\":{\"text_color\":\"\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\",\"icon_color_hover\":\"globals\\/colors?id=accent\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor1\"},\"text_color\":\"#CCCCCC\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"17a145f4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_wrap_tablet\":\"wrap\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"56542ae\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba59e70\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"65fd471\"}],\"pp_display_conditions\":[{\"_id\":\"890752a\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_color\":\"\"},\"flex_gap_tablet\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#13123F\"},\"elements\":[{\"id\":\"19fd6aed\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"boxed_width_widescreen\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_wrap\":\"wrap\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content_tablet\":\"center\",\"flex_align_items_tablet\":\"center\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"9cef852\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"a3267f6\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"568580d\"}],\"pp_display_conditions\":[{\"_id\":\"3b43c19\",\"pp_condition_date_time_before_value\":\"2024-07-31 13:47\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"67dc7427\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"\\u00a9 Copyright [copyright] all rights reserved\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5dee041\"}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"db62914\",\"pp_condition_date_time_before_value\":\"2023-11-08 15:26\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"icon_align_tablet\":\"center\",\"icon_align_mobile_extra\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor5\",\"text_color_hover\":\"\"},\"text_color\":\"#FFFFFF\",\"pp_elements_tooltip_content\":\"Tooltip Content\",\"icon_typography_font_weight\":\"500\",\"view\":\"inline\",\"icon_align\":\"center\",\"icon_align_mobile\":\"center\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(4843, 481, '_wp_page_template', 'elementor_header_footer'),
(4845, 481, '_elementor_edit_mode', 'builder'),
(4846, 481, '_elementor_template_type', 'wp-page'),
(4847, 481, '_elementor_version', '4.0.6'),
(4848, 481, '_elementor_pro_version', '4.0.4'),
(4849, 481, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4850, 481, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Person Completing Form\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\". Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4887, 484, '_wp_page_template', 'elementor_header_footer'),
(4889, 484, '_elementor_edit_mode', 'builder'),
(4890, 484, '_elementor_template_type', 'wp-page'),
(4891, 484, '_elementor_version', '4.0.6'),
(4892, 484, '_elementor_pro_version', '4.0.4'),
(4893, 484, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4894, 484, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Person Completing Form\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\". Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4864, 482, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(4865, 434, '_elementor_page_settings', 'a:0:{}'),
(4866, 434, '_elementor_controls_usage', 'a:4:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:5:\"align\";i:1;s:5:\"space\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:5:{s:13:\"content_width\";i:4;s:5:\"width\";i:3;s:11:\"boxed_width\";i:3;s:9:\"flex_wrap\";i:2;s:14:\"flex_direction\";i:2;}}s:5:\"style\";a:2:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:6;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:2;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}s:14:\"section_layout\";a:1:{s:7:\"padding\";i:2;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:11:\"header_size\";i:2;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}s:14:\"_section_style\";a:1:{s:14:\"_element_width\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:2:{s:21:\"typography_typography\";i:1;s:11:\"title_color\";i:2;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:2:{s:9:\"icon_list\";i:3;s:4:\"view\";i:1;}}s:5:\"style\";a:2:{s:17:\"section_icon_list\";a:5:{s:13:\"space_between\";i:3;s:17:\"icon_align_tablet\";i:3;s:23:\"icon_align_mobile_extra\";i:3;s:10:\"icon_align\";i:1;s:17:\"icon_align_mobile\";i:1;}s:18:\"section_text_style\";a:4:{s:26:\"icon_typography_typography\";i:3;s:25:\"icon_typography_font_size\";i:3;s:10:\"text_color\";i:3;s:27:\"icon_typography_font_weight\";i:3;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:2;}}}}}'),
(4816, 478, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(4829, 479, '_elementor_page_settings', 'a:0:{}'),
(4832, 480, '_wp_page_template', 'elementor_header_footer'),
(4834, 480, '_elementor_edit_mode', 'builder'),
(4835, 480, '_elementor_template_type', 'wp-page'),
(4836, 480, '_elementor_version', '4.0.6'),
(4837, 480, '_elementor_pro_version', '4.0.4'),
(4838, 480, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4839, 480, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Person Completing Form\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4840, 480, '_elementor_page_settings', 'a:0:{}'),
(4905, 486, '_wp_page_template', 'elementor_header_footer'),
(4907, 486, '_elementor_edit_mode', 'builder'),
(4908, 486, '_elementor_template_type', 'wp-page'),
(4909, 486, '_elementor_version', '4.0.6'),
(4910, 486, '_elementor_pro_version', '4.0.4'),
(4911, 486, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4912, 486, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Person Completing Form\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> PEmergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4879, 19, '_elementor_edit_mode', 'builder'),
(4880, 19, '_astra_content_layout_flag', 'disabled'),
(4881, 19, 'ast-title-bar-display', 'disabled'),
(4882, 19, '_elementor_template_type', 'wp-page'),
(4883, 19, '_elementor_version', '4.0.6'),
(4884, 19, '_elementor_pro_version', '4.0.4'),
(4974, 19, '_elementor_data', '[{\"id\":\"ec16a12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1600399\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3f02c7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"69bbd48\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"100\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"9bbb579\",\"pp_condition_date_time_before_value\":\"2024-06-13 12:14\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_image\":{\"id\":491,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/slider-shape-2.png\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F9F8F6\"},\"elements\":[{\"id\":\"1da19a31\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8791aed\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fe09348\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"935d9bd\"}],\"pp_display_conditions\":[{\"_id\":\"faf5fd2\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}]},\"elements\":[{\"id\":\"18f8f980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact   <span style=\\\"font-weight:800;color:#4951B2\\\">Info<\\/span> \\n \\n\\n\\n\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"802d5d7\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"center\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1495e296\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"def43cb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3c8cfb5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e7a215\"}],\"pp_display_conditions\":[{\"_id\":\"daade15\",\"pp_condition_date_time_before_value\":\"2024-06-13 12:14\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_justify_content\":\"center\",\"flex_justify_content_tablet\":\"space-around\",\"flex_wrap\":\"wrap\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"none\"},\"elements\":[{\"id\":\"1ab17cbb\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d1fcc90\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":488,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/location_14315116.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b70c1cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Office Address\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8162fcc\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Hickory, NC 28601\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a2184f8\"}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6fb37ac8\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"64233a3c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":489,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/call_6163163.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"1dfbd9f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Phone \",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76e96bdf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"980-272-1717\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"tel:9802721717\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ce5f04f\"}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"\"},\"text_color_hover\":\"#ff5e15\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"bfbe058\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c716079\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8d8cde4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"91bf5fb\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f0f407d\",\"pp_condition_date_time_before_value\":\"2024-06-28 12:32\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_justify_content\":\"center\",\"css_classes\":\"contact-section\"},\"elements\":[{\"id\":\"15412af0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3566883\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"44d795c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a2f785a\"}],\"pp_display_conditions\":[{\"_id\":\"3ebda5b\",\"pp_condition_date_time_before_value\":\"2024-06-28 12:32\"}],\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"animation\":\"none\",\"animation_duration\":\"slow\",\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4d2789e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b9b133e\",\"pp_condition_date_time_before_value\":\"2026-04-24 07:14\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f713ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FBF7FC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3aa329d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8a21301\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fa2302d\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#ECE5F2\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"56\",\"bottom\":\"56\",\"left\":\"56\",\"isLinked\":true},\"css_classes\":\"contact-col\",\"pp_display_conditions\":[{\"_id\":\"03d6a31\",\"pp_condition_date_time_before_value\":\"2026-04-24 06:01\"}],\"border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5df6f2a9\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"form_name\":\"Contact Us Form\",\"form_fields\":[{\"_id\":\"bb6ac82\",\"field_label\":\"First Name\",\"required\":\"true\",\"custom_id\":\"field_bb6ac82\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"24c9291\"}],\"activeItemIndex\":1},{\"field_label\":\"Last Name\",\"required\":\"true\",\"custom_id\":\"field_86ad6af\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"86ad6af\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"df1f9e6\"}],\"activeItemIndex\":1},{\"field_label\":\"Phone\",\"required\":\"true\",\"custom_id\":\"field_79a8602\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"79a8602\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"0e573d5\"}],\"activeItemIndex\":1},{\"field_type\":\"email\",\"field_label\":\"Email\",\"required\":\"true\",\"custom_id\":\"field_6986e48\",\"_id\":\"6986e48\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"bfc42ca\"}],\"activeItemIndex\":1},{\"field_label\":\"Address\",\"required\":\"true\",\"custom_id\":\"field_473559b\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"bfc42ca\"}],\"activeItemIndex\":1,\"_id\":\"473559b\"},{\"_id\":\"d10992d\",\"field_type\":\"textarea\",\"field_label\":\"Messages\",\"custom_id\":\"field_d10992d\",\"rows\":6,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"61953f9\"}],\"activeItemIndex\":1}],\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"pp_display_conditions\":[{\"_id\":\"b2b3b7b\",\"pp_condition_date_time_before_value\":\"2024-07-14 17:49\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"input_size\":\"lg\",\"button_size\":\"lg\",\"column_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"field_border_color\":\"#ECE5F2\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"field_border_color\":\"\",\"_background_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\",\"field_text_color\":\"\"},\"button_background_color\":\"#0d73ca\",\"button_background_hover_color\":\"#772890\",\"_background_color\":\"#F0F5FA96\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DDDDDD\",\"form_metadata\":[\"date\",\"time\"],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"mark_required\":\"yes\",\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"field_background_color\":\"#FFFFFF\",\"_css_classes\":\"contact-form-cls\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_typography_font_weight\":\"400\",\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Contact Us Form:  Casa Bloom LLC\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4886, 19, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4895, 484, '_elementor_page_settings', 'a:0:{}'),
(4896, 485, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4898, 485, '_elementor_edit_mode', 'builder'),
(4899, 485, '_elementor_template_type', 'wp-page'),
(4900, 485, '_elementor_version', '4.0.6'),
(4901, 485, '_elementor_pro_version', '4.0.4'),
(4902, 485, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4903, 485, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Person Completing Form\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\". Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4904, 485, '_elementor_page_settings', 'a:0:{}'),
(4999, 499, '_wp_page_template', 'elementor_header_footer'),
(5001, 499, '_elementor_edit_mode', 'builder'),
(5002, 499, '_elementor_template_type', 'wp-page'),
(5003, 499, '_elementor_version', '4.0.6'),
(5004, 499, '_elementor_pro_version', '4.0.4'),
(5005, 499, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5006, 499, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Person Completing Form\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> PEmergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4915, 487, '_wp_attached_file', '2026/05/gps_12833287.svg'),
(4916, 487, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:3235;s:5:\"width\";i:500;s:6:\"height\";i:500;}'),
(4917, 487, '_elementor_source_image_hash', '3a6deac18c437d14d35e5e3e8d803a6279d2c05e'),
(4918, 488, '_wp_attached_file', '2026/05/location_14315116.svg'),
(4919, 488, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:836;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(4920, 488, '_elementor_source_image_hash', 'b32cf08fc40987ea819468972eb6b85320a7cdfa'),
(4921, 489, '_wp_attached_file', '2026/05/call_6163163.svg'),
(4922, 489, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:1710;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(4923, 489, '_elementor_source_image_hash', 'cb0561c616f424ea4c79bae15361b2204f8720f0'),
(4924, 490, '_wp_attached_file', '2026/05/envelope_8657939.svg'),
(4925, 490, '_wp_attachment_metadata', 'a:3:{s:8:\"filesize\";i:1815;s:5:\"width\";i:512;s:6:\"height\";i:512;}'),
(4926, 490, '_elementor_source_image_hash', '01a8bed572ee0734dbb295c8098cdb20b2213eda'),
(4927, 491, '_wp_attached_file', '2026/05/slider-shape-2.png'),
(4928, 491, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:443;s:6:\"height\";i:302;s:4:\"file\";s:26:\"2026/05/slider-shape-2.png\";s:8:\"filesize\";i:8962;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"slider-shape-2-300x205.png\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4159;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"slider-shape-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1676;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4929, 491, '_elementor_source_image_hash', 'bc49216f226deee3ece73463e5d9e6b1e6a3dd17'),
(4930, 492, '_elementor_edit_mode', 'builder'),
(4931, 492, '_elementor_template_type', 'page'),
(4932, 492, '_elementor_version', '4.0.6'),
(4933, 492, '_elementor_pro_version', '4.0.4'),
(4934, 492, '_elementor_page_settings', 'a:0:{}');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4935, 492, '_elementor_data', '[{\"id\":\"1da775a7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1600399\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3f02c7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"69bbd48\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"100\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"9bbb579\",\"pp_condition_date_time_before_value\":\"2024-06-13 12:14\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=90005f0\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_image\":{\"id\":491,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/slider-shape-2.png\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"59918d10\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8791aed\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fe09348\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"935d9bd\"}],\"pp_display_conditions\":[{\"_id\":\"faf5fd2\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7c6ec7b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact   <span style=\\\"font-weight:800;color:#4951B2\\\">Info<\\/span> \\n \\n\\n\\n\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"802d5d7\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"center\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"63ebf1b7\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"def43cb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3c8cfb5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e7a215\"}],\"pp_display_conditions\":[{\"_id\":\"daade15\",\"pp_condition_date_time_before_value\":\"2024-06-13 12:14\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_justify_content\":\"center\",\"flex_justify_content_tablet\":\"space-around\",\"flex_wrap\":\"wrap\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"none\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"13cab6dd\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6bfa205c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":487,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/gps_12833287.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3a1ca033\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mailing Address\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23a3268b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"58-84 Norfolk St Suite 18 Newark NJ 07103\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a2184f8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"text_color\":\"\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"535e779\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"43093b72\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":488,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/location_14315116.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6d8b23ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Office Address\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"670ae374\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"58-84 Norfolk St Office A Newark NJ 07103\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a2184f8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"text_color\":\"\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"213e390b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"24fe28b3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":489,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/call_6163163.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3de742c0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Phone \",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2589cddb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" 201-508-9375\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"tel:2015089375\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ce5f04f\"}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"\"},\"text_color_hover\":\"#ff5e15\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4f2c4303\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2c31338a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":490,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/envelope_8657939.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"25bd2b5e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email\\n\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d9edd45\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"inquiry@aclasshomecare.com\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a2184f8\",\"link\":{\"url\":\"mailto:inquiry@aclasshomecare.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"\"},\"text_color_hover\":\"#ff5e15\",\"content_width\":\"full\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"19d0118a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c716079\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8d8cde4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"91bf5fb\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f0f407d\",\"pp_condition_date_time_before_value\":\"2024-06-28 12:32\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_justify_content\":\"center\",\"css_classes\":\"contact-section\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7350a9e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3566883\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"44d795c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a2f785a\"}],\"pp_display_conditions\":[{\"_id\":\"3ebda5b\",\"pp_condition_date_time_before_value\":\"2024-06-28 12:32\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"animation\":\"none\",\"animation_duration\":\"slow\",\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3005179f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b9b133e\",\"pp_condition_date_time_before_value\":\"2026-04-24 07:14\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"711abe83\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FBF7FC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3aa329d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8a21301\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fa2302d\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#ECE5F2\",\"border_radius\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"56\",\"bottom\":\"56\",\"left\":\"56\",\"isLinked\":true},\"css_classes\":\"contact-col\",\"pp_display_conditions\":[{\"_id\":\"03d6a31\",\"pp_condition_date_time_before_value\":\"2026-04-24 06:01\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"78017316\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"form_name\":\"Contact Us Form\",\"form_fields\":[{\"_id\":\"bb6ac82\",\"field_label\":\"First Name\",\"required\":\"true\",\"custom_id\":\"field_bb6ac82\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"24c9291\"}],\"activeItemIndex\":1,\"field_type\":\"text\",\"placeholder\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"field_label\":\"Last Name\",\"required\":\"true\",\"custom_id\":\"field_86ad6af\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"86ad6af\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"df1f9e6\"}],\"activeItemIndex\":1,\"field_type\":\"text\",\"placeholder\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"field_label\":\"Phone\",\"required\":\"true\",\"custom_id\":\"field_79a8602\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"79a8602\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"0e573d5\"}],\"activeItemIndex\":1,\"placeholder\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"field_type\":\"email\",\"field_label\":\"Email\",\"required\":\"true\",\"custom_id\":\"field_6986e48\",\"_id\":\"6986e48\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"bfc42ca\"}],\"activeItemIndex\":1,\"placeholder\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"_id\":\"d10992d\",\"field_type\":\"textarea\",\"field_label\":\"Messages\",\"custom_id\":\"field_d10992d\",\"rows\":6,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"61953f9\"}],\"activeItemIndex\":1,\"placeholder\":\"\",\"required\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"_id\":\"4958eea\",\"field_type\":\"html\",\"field_html\":\"<p><b>A-Class Home Care LLC SMS Opt-In Disclosure<\\/b><br> A-Class Home Care LLC would like your consent to send informational text message communications from 201-508-9375 to your mobile number listed above. These messages will be sent in response to your questions or to provide information relevant to your relationship with us, including appointment reminders, caregiver updates, service notifications, and customer support.<\\/p>\\n\\n<p>Consent is not a condition of purchase. Message frequency varies. Message and data rates may apply. Reply STOP to unsubscribe at any time. Reply HELP for assistance or more information. We do not share your mobile opt-in information with anyone. Our <a href=\\\"https:\\/\\/aclasshomecare.com\\/privacy-policy\\/\\\">Privacy Policy<\\/a> and Messaging Terms and Conditions are available upon request.<\\/p>\",\"custom_id\":\"field_4958eea\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"6e86a66\"}],\"activeItemIndex\":1,\"field_label\":\"\",\"placeholder\":\"\",\"required\":\"\",\"previous_button\":\"\",\"next_button\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"width\":\"100\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"_id\":\"914791f\",\"field_type\":\"radio\",\"field_label\":\"Do you want to receive informational messages from A-Class Home Care LLC?\",\"required\":\"true\",\"field_options\":\"Yes \\nNo\",\"custom_id\":\"field_914791f\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"f171155\"}],\"activeItemIndex\":1,\"placeholder\":\"\",\"previous_button\":\"\",\"next_button\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"field_type\":\"html\",\"field_html\":\"<p><b>Consent Statement:<\\/b><br> By checking the \\u201cYes\\u201d box, you agree to receive informational messages from A-Class Home Care LLC. Message frequency varies. Message and data rates may apply. Reply STOP to opt out, reply HELP for help.<\\/p>\\n\\n\",\"custom_id\":\"field_8db761b\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"6e86a66\"}],\"activeItemIndex\":1,\"_id\":\"8db761b\",\"field_label\":\"\",\"placeholder\":\"\",\"required\":\"\",\"previous_button\":\"\",\"next_button\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"width\":\"100\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"_id\":\"f86563c\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_f86563c\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"5e0749d\"}],\"activeItemIndex\":1,\"field_label\":\"\",\"placeholder\":\"\",\"required\":\"\",\"previous_button\":\"\",\"next_button\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"}],\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"pp_display_conditions\":[{\"_id\":\"b2b3b7b\",\"pp_condition_date_time_before_value\":\"2024-07-14 17:49\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"input_size\":\"lg\",\"button_size\":\"lg\",\"column_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"field_border_color\":\"#ECE5F2\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"field_border_color\":\"\",\"_background_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\",\"field_text_color\":\"\"},\"button_background_color\":\"#0d73ca\",\"button_background_hover_color\":\"#772890\",\"_background_color\":\"#F0F5FA96\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DDDDDD\",\"form_metadata\":[\"date\",\"time\"],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"mark_required\":\"yes\",\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"600\",\"label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"field_background_color\":\"#FFFFFF\",\"_css_classes\":\"contact-form-cls\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_typography_font_weight\":\"400\",\"selected_button_icon\":{\"value\":\"\",\"library\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6601, 32, '_elementor_element_cache', '{\"timeout\":1779163319,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-30391bd6 header-section e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"30391bd6\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_effects_offset&quot;:50,&quot;sticky_on&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;tablet_extra&quot;,&quot;tablet&quot;,&quot;mobile_extra&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-8de7e45 e-con-full e-flex e-con e-child\\\" data-id=\\\"8de7e45\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t[elementor-element k=\\\"2773bf63dfae971c94ce4b350d939b2e\\\" data=\\\"eyJpZCI6IjdhZWNkYjA3IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiaW1hZ2UiOnsiaWQiOjM4LCJ1cmwiOiJodHRwczpcL1wvbXJhcmlmLm1lXC9jYXNhYmxvb21sbGNcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA1XC9sb2dvLXNjYWxlZC5wbmciLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJpbWFnZV9zaXplIjoiZnVsbCIsImFsaWduIjoibGVmdCIsImxpbmtfdG8iOiJjdXN0b20iLCJzcGFjZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwic3BhY2VfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOjE3MCwic2l6ZXMiOltdfSwic3BhY2VfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjE2NSwic2l6ZXMiOltdfSwicHBfZGlzcGxheV9jb25kaXRpb25zIjpbeyJfaWQiOiJlZjFmMDUyIiwicHBfY29uZGl0aW9uX2RhdGVfdGltZV9iZWZvcmVfdmFsdWUiOiIyMDI0LTAyLTAxIDA5OjUzIiwicHBfY29uZGl0aW9uX2RhdGVfdmFsdWUiOiIyMDI1LTA4LTI5IHRvIDIwMjUtMDktMDQifV0sInBwX2VsZW1lbnRzX3Rvb2x0aXBfY29udGVudCI6IlRvb2x0aXAgQ29udGVudCIsIl9fZHluYW1pY19fIjp7ImxpbmsiOiJbZWxlbWVudG9yLXRhZyBpZD1cIjcwNDM4MzNcIiBuYW1lPVwic2l0ZS11cmxcIiBzZXR0aW5ncz1cIiU3QiU3RFwiXSJ9LCJzcGFjZV9tb2JpbGVfZXh0cmEiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTY1LCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifQ==\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-497aff94 e-con-full e-flex e-con e-child\\\" data-id=\\\"497aff94\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t[elementor-element k=\\\"2773bf63dfae971c94ce4b350d939b2e\\\" data=\\\"eyJpZCI6IjJjMWI2MzRjIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYWxpZ25faXRlbXMiOiJyaWdodCIsInBvaW50ZXIiOiJub25lIiwidG9nZ2xlX2xhYmVsIjoiTWVudSIsInBwX2Rpc3BsYXlfY29uZGl0aW9ucyI6W3siX2lkIjoiNmQ5MGFlMyIsInBwX2NvbmRpdGlvbl9kYXRlX3RpbWVfYmVmb3JlX3ZhbHVlIjoiMjAyNC0wMi0wMSAwOTo1MyIsInBwX2NvbmRpdGlvbl9kYXRlX3ZhbHVlIjoiMjAyNS0wOC0yOSB0byAyMDI1LTA5LTA0In1dLCJwcF9lbGVtZW50c190b29sdGlwX2NvbnRlbnQiOiJUb29sdGlwIENvbnRlbnQiLCJtZW51X3R5cGUiOiJvZmYtY2FudmFzIiwidG9nZ2xlX2FsaWduIjoicmlnaHQiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6IiMwMjAxMDEwMCIsInRvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yX2hvdmVyIjoiIzAyMDEwMTAwIiwib2ZmY2FudmFzX3Bvc2l0aW9uIjoicmlnaHQiLCJjbG9zZV9pY29uX2JhY2tncm91bmRfY29sb3IiOiIjMDIwMTAxMDAiLCJjbG9zZV9pY29uX2JhY2tncm91bmRfY29sb3JfaG92ZXIiOiIjMDIwMTAxMDAiLCJtZW51X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTUsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjUwMCIsImRyb3Bkb3duX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImRyb3Bkb3duX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI1MDAiLCJfX2dsb2JhbHNfXyI6eyJ0b2dnbGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3IwIiwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yMyIsIm92ZXJsYXlfYmdfY29sb3IiOiIiLCJtb2JpbGVfbGlua19jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hc3RnbG9iYWxjb2xvcjUiLCJtb2JpbGVfc3ViX2xpbmtfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3I0IiwibW9iaWxlX3N1Yl9saW5rX2JnX2NvbG9yIjoiIiwibW9iaWxlX2xpbmtfYmdfaG92ZXIiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3IwIiwibW9iaWxlX2xpbmtfaG92ZXIiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3I1IiwibW9iaWxlX3N1Yl9saW5rX2JnX2hvdmVyIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yMCIsIm1vYmlsZV9zdWJfbGlua19ob3ZlciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hc3RnbG9iYWxjb2xvcjUiLCJjbG9zZV9pY29uX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yNSIsImNsb3NlX2ljb25fY29sb3JfaG92ZXIiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3I1IiwiY29sb3JfbWVudV9pdGVtIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yMiIsImNvbG9yX21lbnVfaXRlbV9ob3ZlciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hc3RnbG9iYWxjb2xvcjEiLCJjb2xvcl9tZW51X2l0ZW1fYWN0aXZlIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yMSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3IyIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yNSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3I1IiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yMSIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFzdGdsb2JhbGNvbG9yNSIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9hY3RpdmUiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3IxIiwiZHJvcGRvd25fZGl2aWRlcl9jb2xvciI6IiJ9LCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjE0LCJzaXplcyI6W119LCJtZW51X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UiLCJtZW51X3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MC4zLCJzaXplcyI6W119LCJjb250ZW50X3dpZHRoIjoiZnVsbCIsImNvbG9yX21lbnVfaXRlbSI6IiM0MzRjNTUiLCJjb2xvcl9tZW51X2l0ZW1faG92ZXIiOiIjMTNhYTY1IiwiY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiMxM2FhNjUiLCJjb2xvcl9kcm9wZG93bl9pdGVtIjoiIzQzNGM1NSIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbSI6IiNGRkZGRkYiLCJjb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiI0ZGRkZGRiIsImJhY2tncm91bmRfY29sb3JfZHJvcGRvd25faXRlbV9ob3ZlciI6InJnYmEoNjcsNzYsODUsMC44MykiLCJjb2xvcl9kcm9wZG93bl9pdGVtX2FjdGl2ZSI6IiNGRkZGRkYiLCJiYWNrZ3JvdW5kX2NvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoicmdiYSg2Nyw3Niw4NSwwLjgzKSIsImRyb3Bkb3duX2RpdmlkZXJfYm9yZGVyIjoic29saWQiLCJkcm9wZG93bl9kaXZpZGVyX2NvbG9yIjoiIzQzNEM1NTI5IiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoxLCJzaXplcyI6W119LCJ0b2dnbGVfY29sb3IiOiIjMTNhYTY1IiwidG9nZ2xlX2NvbG9yX2hvdmVyIjoiIzMzNDE1NSIsIm92ZXJsYXlfYmdfY29sb3IiOiIjMjIyOTMzIiwibW9iaWxlX2xpbmtfY29sb3IiOiIjRkZGRkZGIiwibW9iaWxlX3N1Yl9saW5rX2JnX2NvbG9yIjoiIzFGMjUyQyIsIm1vYmlsZV9zdWJfbGlua19jb2xvciI6IiNGMEY1RkEiLCJtb2JpbGVfbGlua19ob3ZlciI6IiNGRkZGRkYiLCJtb2JpbGVfbGlua19iZ19ob3ZlciI6IiMxM2FhNjUiLCJtb2JpbGVfc3ViX2xpbmtfYmdfaG92ZXIiOiIjMTNhYTY1IiwibW9iaWxlX3N1Yl9saW5rX2hvdmVyIjoiI0ZGRkZGRiIsImNsb3NlX2ljb25fY29sb3IiOiIjRkZGRkZGIiwiY2xvc2VfaWNvbl9jb2xvcl9ob3ZlciI6IiNGRkZGRkYiLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNiwic2l6ZXMiOltdfSwiZHJvcGRvd25fYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJkcm9wZG93bl9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjksImJsdXIiOjMwLCJzcHJlYWQiOjMsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjExKSJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoicHAtYWR2YW5jZWQtbWVudSJ9\\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"2773bf63dfae971c94ce4b350d939b2e\\\" data=\\\"eyJpZCI6Ijc3YWNjMTNmIiwiZWxUeXBlIjoiY29udGFpbmVyIiwic2V0dGluZ3MiOnsiZmxleF9kaXJlY3Rpb24iOiJjb2x1bW4iLCJtaW5faGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOjM1MCwic2l6ZXMiOltdfSwibWluX2hlaWdodF90YWJsZXRfZXh0cmEiOnsidW5pdCI6InB4Iiwic2l6ZSI6MzAwLCJzaXplcyI6W119LCJtaW5faGVpZ2h0X21vYmlsZV9leHRyYSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNjQsInNpemVzIjpbXX0sIm1pbl9oZWlnaHRfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjEzNCwic2l6ZXMiOltdfSwiZmxleF9qdXN0aWZ5X2NvbnRlbnQiOiJjZW50ZXIiLCJiYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiYmFja2dyb3VuZF9pbWFnZSI6eyJpZCI6NTMsInVybCI6Imh0dHBzOlwvXC9tcmFyaWYubWVcL2Nhc2FibG9vbWxsY1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDVcL0Jhbm5lci1pbWcuanBnIiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSIsInNpemUiOiIifSwiYmFja2dyb3VuZF9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJiYWNrZ3JvdW5kX3JlcGVhdCI6Im5vLXJlcGVhdCIsImJhY2tncm91bmRfc2l6ZSI6ImNvdmVyIiwicHBfYW5pbWF0ZWRfZ3JhZGllbnRfYmdfY29sb3JfbGlzdCI6W3sicHBfYW5pbWF0ZWRfZ3JhZGllbnRfYmdfY29sb3IiOiIjRjZBRDFGIiwiX2lkIjoiZjI1YjBmYSJ9LHsicHBfYW5pbWF0ZWRfZ3JhZGllbnRfYmdfY29sb3IiOiIjRjc0OTZBIiwiX2lkIjoiODQ2MmYyMyJ9LHsicHBfYW5pbWF0ZWRfZ3JhZGllbnRfYmdfY29sb3IiOiIjNTY1QUQ4IiwiX2lkIjoiZjI1ZTMzMCJ9XSwiYmFja2dyb3VuZF9vdmVybGF5X2JhY2tncm91bmQiOiJncmFkaWVudCIsImJhY2tncm91bmRfb3ZlcmxheV9vcGFjaXR5Ijp7InVuaXQiOiJweCIsInNpemUiOjAuNywic2l6ZXMiOltdfSwicGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxMCIsInJpZ2h0IjoiMTAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjp0cnVlfSwicHBfZGlzcGxheV9jb25kaXRpb25zIjpbeyJwcF9jb25kaXRpb25fa2V5IjoicGFnZSIsInBwX2NvbmRpdGlvbl9vcGVyYXRvciI6Im5vdCIsIl9pZCI6ImVkYTQ2NTMiLCJwcF9jb25kaXRpb25fcGFnZV92YWx1ZSI6WyIxMCJdLCJwcF9jb25kaXRpb25fZGF0ZV90aW1lX2JlZm9yZV92YWx1ZSI6IjIwMjQtMDItMDEgMDk6NTMiLCJwcF9jb25kaXRpb25fZGF0ZV92YWx1ZSI6IjIwMjUtMDgtMjkgdG8gMjAyNS0wOS0wNCJ9XSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9vdmVybGF5X2NvbG9yIjoiIiwiYmFja2dyb3VuZF9vdmVybGF5X2NvbG9yX2IiOiIifSwiYmFja2dyb3VuZF9vdmVybGF5X2NvbG9yIjoiIzA2MDRBQzJFIiwiYmFja2dyb3VuZF9vdmVybGF5X2NvbG9yX2IiOiIjMUUyOTNCIiwiY3NzX2NsYXNzZXMiOiJoZWFkZXItYnJlYWRjcnVtYnMtc2VjdGlvbiIsImVfZGlzcGxheV9jb25kaXRpb25zIjpbIltbe1wiY29uZGl0aW9uXCI6XCJwYWdlX3RpdGxlXCIsXCJjb21wYXJhdG9yXCI6XCJpc19ub3RcIixcInRpdGxlc1wiOlt7XCJpZFwiOjEzLFwidGV4dFwiOlwiSG9tZVwifV19XV0iXSwibWluX2hlaWdodF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjUwLCJzaXplcyI6W119fSwiZWxlbWVudHMiOlt7ImlkIjoiN2YwMWZmMGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJfX2R5bmFtaWNfXyI6eyJ0aXRsZSI6IltlbGVtZW50b3ItdGFnIGlkPVwiXCIgbmFtZT1cInBhZ2UtdGl0bGVcIiBzZXR0aW5ncz1cIiU3QiUyMmluY2x1ZGVfY29udGV4dCUyMiUzQSUyMiUyMiUyQyUyMnNob3dfaG9tZV90aXRsZSUyMiUzQSUyMiUyMiUyQyUyMmJlZm9yZSUyMiUzQSUyMiUyMiUyQyUyMmFmdGVyJTIyJTNBJTIyJTIyJTJDJTIyZmFsbGJhY2slMjIlM0ElMjIlMjIlN0RcIl0ifSwidGl0bGUiOiJBZGQgWW91ciBIZWFkaW5nIFRleHQgSGVyZSIsImFsaWduIjoiY2VudGVyIiwicHBfZGlzcGxheV9jb25kaXRpb25zIjpbeyJfaWQiOiIzYjMwZThmIiwicHBfY29uZGl0aW9uX2RhdGVfdGltZV9iZWZvcmVfdmFsdWUiOiIyMDI0LTAyLTAxIDA5OjUzIiwicHBfY29uZGl0aW9uX2RhdGVfdmFsdWUiOiIyMDI1LTA4LTI5IHRvIDIwMjUtMDktMDQifV0sInBwX2VsZW1lbnRzX3Rvb2x0aXBfY29udGVudCI6IlRvb2x0aXAgQ29udGVudCIsIl9hbmltYXRpb24iOiJ6b29tSW4iLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hc3RnbG9iYWxjb2xvcjUifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRoZW1lLXBhZ2UtdGl0bGUifV0sImlzSW5uZXIiOmZhbHNlfQ==\\\"]\",\"scripts\":[],\"styles\":[]}}'),
(6594, 32, '_elementor_page_assets', 'a:2:{s:6:\"styles\";a:5:{i:0;s:12:\"widget-image\";i:1;s:23:\"widget-pp-advanced-menu\";i:2;s:8:\"e-sticky\";i:3;s:18:\"e-animation-zoomIn\";i:4;s:14:\"widget-heading\";}s:7:\"scripts\";a:5:{i:0;s:18:\"elementor-frontend\";i:1;s:16:\"jquery-smartmenu\";i:2;s:21:\"pp-smartmenu-keyboard\";i:3;s:16:\"pp-advanced-menu\";i:4;s:8:\"e-sticky\";}}'),
(6595, 434, '_elementor_page_assets', 'a:2:{s:6:\"styles\";a:3:{i:0;s:12:\"widget-image\";i:1;s:14:\"widget-heading\";i:2;s:16:\"widget-icon-list\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(6596, 6, '_elementor_css', 'a:6:{s:4:\"time\";i:1778672203;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6597, 13, '_elementor_page_assets', 'a:2:{s:6:\"styles\";a:8:{i:0;s:14:\"widget-heading\";i:1;s:20:\"e-animation-fadeInUp\";i:2;s:15:\"widget-icon-box\";i:3;s:22:\"e-animation-fadeInLeft\";i:4;s:23:\"e-animation-fadeInRight\";i:5;s:12:\"widget-image\";i:6;s:14:\"widget-divider\";i:7;s:18:\"widget-pp-info-box\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(6598, 13, '_elementor_css', 'a:6:{s:4:\"time\";i:1778672203;s:5:\"fonts\";a:1:{i:0;s:4:\"Lato\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:3:\"svg\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6599, 32, '_elementor_css', 'a:6:{s:4:\"time\";i:1778672203;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:2:{i:0;s:8:\"7aecdb07\";i:1;s:8:\"7f01ff0b\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(6600, 434, '_elementor_css', 'a:6:{s:4:\"time\";i:1778672203;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:6;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(4940, 493, '_elementor_edit_mode', 'builder'),
(4941, 493, '_elementor_template_type', 'page'),
(4942, 493, '_elementor_version', '4.0.6'),
(4943, 493, '_elementor_pro_version', '4.0.4'),
(4944, 493, '_elementor_page_settings', 'a:0:{}');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4945, 493, '_elementor_data', '[{\"id\":\"1da775a7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1600399\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3f02c7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"69bbd48\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"100\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"9bbb579\",\"pp_condition_date_time_before_value\":\"2024-06-13 12:14\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=90005f0\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_image\":{\"id\":491,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/slider-shape-2.png\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"59918d10\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8791aed\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fe09348\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"935d9bd\"}],\"pp_display_conditions\":[{\"_id\":\"faf5fd2\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7c6ec7b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact   <span style=\\\"font-weight:800;color:#4951B2\\\">Info<\\/span> \\n \\n\\n\\n\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"802d5d7\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"center\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"63ebf1b7\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"def43cb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3c8cfb5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e7a215\"}],\"pp_display_conditions\":[{\"_id\":\"daade15\",\"pp_condition_date_time_before_value\":\"2024-06-13 12:14\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_justify_content\":\"center\",\"flex_justify_content_tablet\":\"space-around\",\"flex_wrap\":\"wrap\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"none\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"13cab6dd\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6bfa205c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":487,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/gps_12833287.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3a1ca033\",\"elType\":\"widget\",\"settings\":{\"title\":\"Mailing Address\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"23a3268b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"58-84 Norfolk St Suite 18 Newark NJ 07103\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a2184f8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"text_color\":\"\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"535e779\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"43093b72\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":488,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/location_14315116.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6d8b23ae\",\"elType\":\"widget\",\"settings\":{\"title\":\"Office Address\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"670ae374\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"58-84 Norfolk St Office A Newark NJ 07103\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a2184f8\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"text_color\":\"\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"213e390b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"24fe28b3\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":489,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/call_6163163.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3de742c0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Phone \",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2589cddb\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\" 201-508-9375\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"tel:2015089375\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ce5f04f\"}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"\"},\"text_color_hover\":\"#ff5e15\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4f2c4303\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2c31338a\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":490,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/envelope_8657939.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"25bd2b5e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email\\n\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d9edd45\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"inquiry@aclasshomecare.com\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a2184f8\",\"link\":{\"url\":\"mailto:inquiry@aclasshomecare.com\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"\"},\"text_color_hover\":\"#ff5e15\",\"content_width\":\"full\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"19d0118a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c716079\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8d8cde4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"91bf5fb\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f0f407d\",\"pp_condition_date_time_before_value\":\"2024-06-28 12:32\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_justify_content\":\"center\",\"css_classes\":\"contact-section\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7350a9e6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3566883\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"44d795c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a2f785a\"}],\"pp_display_conditions\":[{\"_id\":\"3ebda5b\",\"pp_condition_date_time_before_value\":\"2024-06-28 12:32\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"animation\":\"none\",\"animation_duration\":\"slow\",\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3005179f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b9b133e\",\"pp_condition_date_time_before_value\":\"2026-04-24 07:14\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"711abe83\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FBF7FC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3aa329d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8a21301\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fa2302d\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#ECE5F2\",\"border_radius\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"56\",\"bottom\":\"56\",\"left\":\"56\",\"isLinked\":true},\"css_classes\":\"contact-col\",\"pp_display_conditions\":[{\"_id\":\"03d6a31\",\"pp_condition_date_time_before_value\":\"2026-04-24 06:01\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[]},\"elements\":[{\"id\":\"78017316\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"form_name\":\"Contact Us Form\",\"form_fields\":[{\"_id\":\"bb6ac82\",\"field_label\":\"First Name\",\"required\":\"true\",\"custom_id\":\"field_bb6ac82\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"24c9291\"}],\"activeItemIndex\":1,\"field_type\":\"text\",\"placeholder\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"field_label\":\"Last Name\",\"required\":\"true\",\"custom_id\":\"field_86ad6af\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"86ad6af\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"df1f9e6\"}],\"activeItemIndex\":1,\"field_type\":\"text\",\"placeholder\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"field_label\":\"Phone\",\"required\":\"true\",\"custom_id\":\"field_79a8602\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"79a8602\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"0e573d5\"}],\"activeItemIndex\":1,\"placeholder\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"field_type\":\"email\",\"field_label\":\"Email\",\"required\":\"true\",\"custom_id\":\"field_6986e48\",\"_id\":\"6986e48\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"bfc42ca\"}],\"activeItemIndex\":1,\"placeholder\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"_id\":\"d10992d\",\"field_type\":\"textarea\",\"field_label\":\"Messages\",\"custom_id\":\"field_d10992d\",\"rows\":6,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"61953f9\"}],\"activeItemIndex\":1,\"placeholder\":\"\",\"required\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"_id\":\"4958eea\",\"field_type\":\"html\",\"field_html\":\"<p><b>A-Class Home Care LLC SMS Opt-In Disclosure<\\/b><br> A-Class Home Care LLC would like your consent to send informational text message communications from 201-508-9375 to your mobile number listed above. These messages will be sent in response to your questions or to provide information relevant to your relationship with us, including appointment reminders, caregiver updates, service notifications, and customer support.<\\/p>\\n\\n<p>Consent is not a condition of purchase. Message frequency varies. Message and data rates may apply. Reply STOP to unsubscribe at any time. Reply HELP for assistance or more information. We do not share your mobile opt-in information with anyone. Our <a href=\\\"https:\\/\\/aclasshomecare.com\\/privacy-policy\\/\\\">Privacy Policy<\\/a> and Messaging Terms and Conditions are available upon request.<\\/p>\",\"custom_id\":\"field_4958eea\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"6e86a66\"}],\"activeItemIndex\":1,\"field_label\":\"\",\"placeholder\":\"\",\"required\":\"\",\"previous_button\":\"\",\"next_button\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"width\":\"100\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"_id\":\"914791f\",\"field_type\":\"radio\",\"field_label\":\"Do you want to receive informational messages from A-Class Home Care LLC?\",\"required\":\"true\",\"field_options\":\"Yes \\nNo\",\"custom_id\":\"field_914791f\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"f171155\"}],\"activeItemIndex\":1,\"placeholder\":\"\",\"previous_button\":\"\",\"next_button\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"field_type\":\"html\",\"field_html\":\"<p><b>Consent Statement:<\\/b><br> By checking the \\u201cYes\\u201d box, you agree to receive informational messages from A-Class Home Care LLC. Message frequency varies. Message and data rates may apply. Reply STOP to opt out, reply HELP for help.<\\/p>\\n\\n\",\"custom_id\":\"field_8db761b\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"6e86a66\"}],\"activeItemIndex\":1,\"_id\":\"8db761b\",\"field_label\":\"\",\"placeholder\":\"\",\"required\":\"\",\"previous_button\":\"\",\"next_button\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"width\":\"100\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"},{\"_id\":\"f86563c\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_f86563c\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"5e0749d\"}],\"activeItemIndex\":1,\"field_label\":\"\",\"placeholder\":\"\",\"required\":\"\",\"previous_button\":\"\",\"next_button\":\"\",\"selected_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"attachment_type\":\"link\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_options\":\"\",\"allow_multiple\":\"\",\"select_size\":\"\",\"inline_list\":\"\",\"field_html\":\"\",\"width\":\"100\",\"rows\":4,\"recaptcha_size\":\"normal\",\"recaptcha_style\":\"light\",\"recaptcha_badge\":\"bottomright\",\"css_classes\":\"\",\"field_value\":\"\"}],\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"pp_display_conditions\":[{\"_id\":\"b2b3b7b\",\"pp_condition_date_time_before_value\":\"2024-07-14 17:49\",\"pp_condition_key\":\"authentication\",\"pp_condition_shortcode_name\":\"\",\"pp_condition_operator\":\"is\",\"pp_condition_operator_advanced\":\">\",\"pp_condition_operator_date\":\"<\",\"pp_condition_authentication_value\":\"authenticated\",\"pp_condition_user_value\":\"\",\"pp_condition_role_value\":\"subscriber\",\"pp_condition_visitor_type_value\":\"new\",\"pp_condition_page_value\":\"\",\"pp_condition_post_value\":\"\",\"pp_condition_static_page_value\":\"home\",\"pp_condition_post_term_value\":\"\",\"pp_condition_post_type_value\":\"\",\"pp_condition_taxonomy_archive_value\":\"\",\"pp_condition_term_archive_value\":\"\",\"pp_condition_post_type_archive_value\":\"\",\"pp_condition_date_archive_value\":\"\",\"pp_condition_author_archive_value\":\"\",\"pp_condition_search_results_value\":\"\",\"pp_condition_date_value\":\"2026-05-03 to 2026-05-09\",\"pp_condition_time_value\":\"\",\"pp_condition_day_value\":\"1\",\"pp_condition_os_value\":\"iphone\",\"pp_condition_browser_value\":\"ie\",\"pp_condition_device_type_value\":\"mobile\",\"pp_condition_search-bot_value\":\"all_search_bots\",\"pp_condition_shortcode_value\":\"\",\"pp_condition_request_parameter_value\":\"\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"input_size\":\"lg\",\"button_size\":\"lg\",\"column_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"field_border_color\":\"#ECE5F2\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"field_border_color\":\"\",\"_background_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\",\"field_text_color\":\"\"},\"button_background_color\":\"#0d73ca\",\"button_background_hover_color\":\"#772890\",\"_background_color\":\"#F0F5FA96\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DDDDDD\",\"form_metadata\":[\"date\",\"time\"],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"mark_required\":\"yes\",\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"600\",\"label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"field_background_color\":\"#FFFFFF\",\"_css_classes\":\"contact-form-cls\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_typography_font_weight\":\"400\",\"selected_button_icon\":{\"value\":\"\",\"library\":\"\"},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"pp_custom_cursor_icon\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pp_custom_cursor_text_bg_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4947, 492, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:6;s:11:\"header_size\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:5:\"align\";i:2;s:21:\"typography_typography\";i:5;s:22:\"typography_font_weight\";i:5;s:22:\"typography_line_height\";i:5;s:23:\"typography_word_spacing\";i:5;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:16:\"_flex_align_self\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:6;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:4:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:10;}s:18:\"section_background\";a:6:{s:21:\"background_background\";i:8;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:8:{s:13:\"border_border\";i:5;s:12:\"border_width\";i:5;s:12:\"border_color\";i:5;s:26:\"box_shadow_box_shadow_type\";i:4;s:21:\"box_shadow_box_shadow\";i:4;s:32:\"box_shadow_hover_box_shadow_type\";i:4;s:27:\"box_shadow_hover_box_shadow\";i:4;s:13:\"border_radius\";i:1;}s:26:\"section_background_overlay\";a:6:{s:24:\"background_overlay_image\";i:1;s:27:\"background_overlay_position\";i:1;s:29:\"background_overlay_attachment\";i:1;s:25:\"background_overlay_repeat\";i:1;s:23:\"background_overlay_size\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:3:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:10;}s:14:\"section_layout\";a:3:{s:7:\"padding\";i:7;s:6:\"margin\";i:1;s:11:\"css_classes\";i:2;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:6;s:18:\"animation_duration\";i:5;}}s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:6:{s:16:\"flex_align_items\";i:4;s:13:\"content_width\";i:6;s:5:\"width\";i:5;s:14:\"flex_direction\";i:3;s:20:\"flex_justify_content\";i:2;s:9:\"flex_wrap\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:4;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:2:{s:5:\"align\";i:4;s:4:\"size\";i:4;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:4;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:2:{s:13:\"space_between\";i:4;s:10:\"icon_align\";i:4;}s:18:\"section_icon_style\";a:1:{s:9:\"icon_size\";i:4;}s:18:\"section_text_style\";a:1:{s:16:\"text_color_hover\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:4:\"form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:19:\"section_form_fields\";a:4:{s:9:\"form_name\";i:1;s:11:\"form_fields\";i:1;s:10:\"input_size\";i:1;s:13:\"mark_required\";i:1;}s:15:\"section_buttons\";a:1:{s:11:\"button_size\";i:1;}s:13:\"section_email\";a:1:{s:13:\"form_metadata\";i:1;}}s:8:\"advanced\";a:4:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_form_style\";a:7:{s:10:\"column_gap\";i:1;s:7:\"row_gap\";i:1;s:13:\"label_spacing\";i:1;s:27:\"label_typography_typography\";i:1;s:26:\"label_typography_font_size\";i:1;s:28:\"label_typography_font_weight\";i:1;s:31:\"label_typography_letter_spacing\";i:1;}s:19:\"section_field_style\";a:4:{s:18:\"field_border_color\";i:1;s:22:\"field_background_color\";i:1;s:27:\"field_typography_typography\";i:1;s:28:\"field_typography_font_weight\";i:1;}s:20:\"section_button_style\";a:3:{s:20:\"button_border_radius\";i:1;s:23:\"button_background_color\";i:1;s:29:\"button_background_hover_color\";i:1;}}}}}'),
(4957, 492, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4958, 495, '_wp_page_template', 'elementor_header_footer'),
(4960, 495, '_elementor_edit_mode', 'builder'),
(4961, 495, '_elementor_template_type', 'wp-page'),
(4962, 495, '_elementor_version', '4.0.6'),
(4963, 495, '_elementor_pro_version', '4.0.4'),
(4964, 495, '_elementor_page_settings', 'a:0:{}'),
(4965, 495, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(4966, 496, '_wp_page_template', 'elementor_header_footer'),
(4968, 496, '_elementor_edit_mode', 'builder'),
(4969, 496, '_elementor_template_type', 'wp-page'),
(4970, 496, '_elementor_version', '4.0.6'),
(4971, 496, '_elementor_pro_version', '4.0.4'),
(4972, 496, '_elementor_page_settings', 'a:0:{}'),
(4973, 496, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(5076, 507, '_wp_page_template', 'elementor_header_footer'),
(5078, 507, '_elementor_edit_mode', 'builder'),
(5079, 507, '_elementor_template_type', 'wp-page'),
(5080, 507, '_elementor_version', '4.0.6'),
(5081, 507, '_elementor_pro_version', '4.0.4'),
(5082, 507, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(5083, 507, '_elementor_data', '[{\"id\":\"ec16a12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1600399\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3f02c7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"69bbd48\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"100\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"9bbb579\",\"pp_condition_date_time_before_value\":\"2024-06-13 12:14\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_image\":{\"id\":491,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/slider-shape-2.png\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F9F8F6\"},\"elements\":[{\"id\":\"1da19a31\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8791aed\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fe09348\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"935d9bd\"}],\"pp_display_conditions\":[{\"_id\":\"faf5fd2\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}]},\"elements\":[{\"id\":\"18f8f980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact   <span style=\\\"font-weight:800;color:#4951B2\\\">Info<\\/span> \\n \\n\\n\\n\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"802d5d7\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"center\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1495e296\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"def43cb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3c8cfb5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e7a215\"}],\"pp_display_conditions\":[{\"_id\":\"daade15\",\"pp_condition_date_time_before_value\":\"2024-06-13 12:14\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_justify_content\":\"center\",\"flex_justify_content_tablet\":\"space-around\",\"flex_wrap\":\"wrap\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"none\"},\"elements\":[{\"id\":\"1ab17cbb\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d1fcc90\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":488,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/location_14315116.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b70c1cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Office Address\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8162fcc\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Hickory, NC 28601\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a2184f8\"}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6fb37ac8\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"64233a3c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":489,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/call_6163163.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"1dfbd9f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Phone \",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76e96bdf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"980-272-1717\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"tel:9802721717\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ce5f04f\"}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"\"},\"text_color_hover\":\"#ff5e15\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"bfbe058\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c716079\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8d8cde4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"91bf5fb\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f0f407d\",\"pp_condition_date_time_before_value\":\"2024-06-28 12:32\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_justify_content\":\"center\",\"css_classes\":\"contact-section\"},\"elements\":[{\"id\":\"15412af0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3566883\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"44d795c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a2f785a\"}],\"pp_display_conditions\":[{\"_id\":\"3ebda5b\",\"pp_condition_date_time_before_value\":\"2024-06-28 12:32\"}],\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"animation\":\"none\",\"animation_duration\":\"slow\",\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4d2789e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b9b133e\",\"pp_condition_date_time_before_value\":\"2026-04-24 07:14\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f713ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FBF7FC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3aa329d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8a21301\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fa2302d\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#ECE5F2\",\"border_radius\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"56\",\"bottom\":\"56\",\"left\":\"56\",\"isLinked\":true},\"css_classes\":\"contact-col\",\"pp_display_conditions\":[{\"_id\":\"03d6a31\",\"pp_condition_date_time_before_value\":\"2026-04-24 06:01\"}],\"border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5df6f2a9\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"form_name\":\"Contact Us Form\",\"form_fields\":[{\"_id\":\"bb6ac82\",\"field_label\":\"First Name\",\"required\":\"true\",\"custom_id\":\"field_bb6ac82\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"24c9291\"}],\"activeItemIndex\":1},{\"field_label\":\"Last Name\",\"required\":\"true\",\"custom_id\":\"field_86ad6af\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"86ad6af\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"df1f9e6\"}],\"activeItemIndex\":1},{\"field_label\":\"Phone\",\"required\":\"true\",\"custom_id\":\"field_79a8602\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"79a8602\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"0e573d5\"}],\"activeItemIndex\":1},{\"field_type\":\"email\",\"field_label\":\"Email\",\"required\":\"true\",\"custom_id\":\"field_6986e48\",\"_id\":\"6986e48\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"bfc42ca\"}],\"activeItemIndex\":1},{\"field_label\":\"Address\",\"required\":\"true\",\"custom_id\":\"field_473559b\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"bfc42ca\"}],\"activeItemIndex\":1,\"_id\":\"473559b\"},{\"_id\":\"d10992d\",\"field_type\":\"textarea\",\"field_label\":\"Messages\",\"custom_id\":\"field_d10992d\",\"rows\":6,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"61953f9\"}],\"activeItemIndex\":1}],\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"pp_display_conditions\":[{\"_id\":\"b2b3b7b\",\"pp_condition_date_time_before_value\":\"2024-07-14 17:49\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"input_size\":\"lg\",\"button_size\":\"lg\",\"column_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"field_border_color\":\"#ECE5F2\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"field_border_color\":\"\",\"_background_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\",\"field_text_color\":\"\"},\"button_background_color\":\"#0d73ca\",\"button_background_hover_color\":\"#772890\",\"_background_color\":\"#F0F5FA96\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DDDDDD\",\"form_metadata\":[\"date\",\"time\"],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"mark_required\":\"yes\",\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"600\",\"label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"field_background_color\":\"#FFFFFF\",\"_css_classes\":\"contact-form-cls\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_typography_font_weight\":\"400\",\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4975, 497, '_wp_page_template', 'elementor_header_footer'),
(4977, 497, '_elementor_edit_mode', 'builder'),
(4978, 497, '_elementor_template_type', 'wp-page'),
(4979, 497, '_elementor_version', '4.0.6'),
(4980, 497, '_elementor_pro_version', '4.0.4'),
(4981, 497, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4982, 497, '_elementor_data', '[{\"id\":\"ec16a12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1600399\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3f02c7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"69bbd48\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"100\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"9bbb579\",\"pp_condition_date_time_before_value\":\"2024-06-13 12:14\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=90005f0\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_image\":{\"id\":491,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/slider-shape-2.png\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1da19a31\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8791aed\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fe09348\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"935d9bd\"}],\"pp_display_conditions\":[{\"_id\":\"faf5fd2\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}]},\"elements\":[{\"id\":\"18f8f980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact   <span style=\\\"font-weight:800;color:#4951B2\\\">Info<\\/span> \\n \\n\\n\\n\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"802d5d7\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"center\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1495e296\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"def43cb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3c8cfb5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e7a215\"}],\"pp_display_conditions\":[{\"_id\":\"daade15\",\"pp_condition_date_time_before_value\":\"2024-06-13 12:14\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_justify_content\":\"center\",\"flex_justify_content_tablet\":\"space-around\",\"flex_wrap\":\"wrap\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"none\"},\"elements\":[{\"id\":\"1ab17cbb\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d1fcc90\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":488,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/location_14315116.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b70c1cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Office Address\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8162fcc\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Hickory, NC 28601\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a2184f8\"}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6fb37ac8\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"64233a3c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":489,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/call_6163163.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"1dfbd9f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Phone \",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76e96bdf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"980-272-1717\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"tel:9802721717\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ce5f04f\"}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"\"},\"text_color_hover\":\"#ff5e15\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"bfbe058\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c716079\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8d8cde4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"91bf5fb\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f0f407d\",\"pp_condition_date_time_before_value\":\"2024-06-28 12:32\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_justify_content\":\"center\",\"css_classes\":\"contact-section\"},\"elements\":[{\"id\":\"15412af0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3566883\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"44d795c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a2f785a\"}],\"pp_display_conditions\":[{\"_id\":\"3ebda5b\",\"pp_condition_date_time_before_value\":\"2024-06-28 12:32\"}],\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"animation\":\"none\",\"animation_duration\":\"slow\",\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4d2789e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b9b133e\",\"pp_condition_date_time_before_value\":\"2026-04-24 07:14\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f713ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FBF7FC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3aa329d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8a21301\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fa2302d\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#ECE5F2\",\"border_radius\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"56\",\"bottom\":\"56\",\"left\":\"56\",\"isLinked\":true},\"css_classes\":\"contact-col\",\"pp_display_conditions\":[{\"_id\":\"03d6a31\",\"pp_condition_date_time_before_value\":\"2026-04-24 06:01\"}],\"border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5df6f2a9\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"form_name\":\"Contact Us Form\",\"form_fields\":[{\"_id\":\"bb6ac82\",\"field_label\":\"First Name\",\"required\":\"true\",\"custom_id\":\"field_bb6ac82\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"24c9291\"}],\"activeItemIndex\":1},{\"field_label\":\"Last Name\",\"required\":\"true\",\"custom_id\":\"field_86ad6af\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"86ad6af\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"df1f9e6\"}],\"activeItemIndex\":1},{\"field_label\":\"Phone\",\"required\":\"true\",\"custom_id\":\"field_79a8602\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"79a8602\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"0e573d5\"}],\"activeItemIndex\":1},{\"field_type\":\"email\",\"field_label\":\"Email\",\"required\":\"true\",\"custom_id\":\"field_6986e48\",\"_id\":\"6986e48\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"bfc42ca\"}],\"activeItemIndex\":1},{\"_id\":\"d10992d\",\"field_type\":\"textarea\",\"field_label\":\"Messages\",\"custom_id\":\"field_d10992d\",\"rows\":6,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"61953f9\"}],\"activeItemIndex\":1},{\"_id\":\"4958eea\",\"field_type\":\"html\",\"field_html\":\"<p><b>A-Class Home Care LLC SMS Opt-In Disclosure<\\/b><br> A-Class Home Care LLC would like your consent to send informational text message communications from 201-508-9375 to your mobile number listed above. These messages will be sent in response to your questions or to provide information relevant to your relationship with us, including appointment reminders, caregiver updates, service notifications, and customer support.<\\/p>\\n\\n<p>Consent is not a condition of purchase. Message frequency varies. Message and data rates may apply. Reply STOP to unsubscribe at any time. Reply HELP for assistance or more information. We do not share your mobile opt-in information with anyone. Our <a href=\\\"https:\\/\\/aclasshomecare.com\\/privacy-policy\\/\\\">Privacy Policy<\\/a> and Messaging Terms and Conditions are available upon request.<\\/p>\",\"custom_id\":\"field_4958eea\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"6e86a66\"}],\"activeItemIndex\":1,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"_id\":\"914791f\",\"field_type\":\"radio\",\"field_label\":\"Do you want to receive informational messages from A-Class Home Care LLC?\",\"required\":\"true\",\"field_options\":\"Yes \\nNo\",\"custom_id\":\"field_914791f\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"f171155\"}],\"activeItemIndex\":1,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"field_type\":\"html\",\"field_html\":\"<p><b>Consent Statement:<\\/b><br> By checking the \\u201cYes\\u201d box, you agree to receive informational messages from A-Class Home Care LLC. Message frequency varies. Message and data rates may apply. Reply STOP to opt out, reply HELP for help.<\\/p>\\n\\n\",\"custom_id\":\"field_8db761b\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"6e86a66\"}],\"activeItemIndex\":1,\"_id\":\"8db761b\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"_id\":\"f86563c\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_f86563c\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"5e0749d\"}],\"activeItemIndex\":1,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"pp_display_conditions\":[{\"_id\":\"b2b3b7b\",\"pp_condition_date_time_before_value\":\"2024-07-14 17:49\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"input_size\":\"lg\",\"button_size\":\"lg\",\"column_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"field_border_color\":\"#ECE5F2\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"field_border_color\":\"\",\"_background_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\",\"field_text_color\":\"\"},\"button_background_color\":\"#0d73ca\",\"button_background_hover_color\":\"#772890\",\"_background_color\":\"#F0F5FA96\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DDDDDD\",\"form_metadata\":[\"date\",\"time\"],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"mark_required\":\"yes\",\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"600\",\"label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"field_background_color\":\"#FFFFFF\",\"_css_classes\":\"contact-form-cls\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_typography_font_weight\":\"400\",\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5047, 504, '_wp_page_template', 'elementor_header_footer'),
(5027, 502, '_wp_page_template', 'elementor_header_footer'),
(5029, 502, '_elementor_edit_mode', 'builder'),
(5030, 502, '_elementor_template_type', 'wp-page'),
(5031, 502, '_elementor_version', '4.0.6'),
(5032, 502, '_elementor_pro_version', '4.0.4'),
(5033, 502, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(5034, 502, '_elementor_data', '[{\"id\":\"ec16a12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1600399\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3f02c7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"69bbd48\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"100\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"9bbb579\",\"pp_condition_date_time_before_value\":\"2024-06-13 12:14\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=90005f0\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_image\":{\"id\":491,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/slider-shape-2.png\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1da19a31\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8791aed\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fe09348\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"935d9bd\"}],\"pp_display_conditions\":[{\"_id\":\"faf5fd2\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}]},\"elements\":[{\"id\":\"18f8f980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact   <span style=\\\"font-weight:800;color:#4951B2\\\">Info<\\/span> \\n \\n\\n\\n\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"802d5d7\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"center\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1495e296\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"def43cb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3c8cfb5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e7a215\"}],\"pp_display_conditions\":[{\"_id\":\"daade15\",\"pp_condition_date_time_before_value\":\"2024-06-13 12:14\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_justify_content\":\"center\",\"flex_justify_content_tablet\":\"space-around\",\"flex_wrap\":\"wrap\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"none\"},\"elements\":[{\"id\":\"1ab17cbb\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d1fcc90\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":488,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/location_14315116.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b70c1cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Office Address\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8162fcc\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Hickory, NC 28601\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a2184f8\"}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6fb37ac8\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"64233a3c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":489,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/call_6163163.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"1dfbd9f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Phone \",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76e96bdf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"980-272-1717\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"tel:9802721717\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ce5f04f\"}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"\"},\"text_color_hover\":\"#ff5e15\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"bfbe058\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c716079\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8d8cde4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"91bf5fb\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f0f407d\",\"pp_condition_date_time_before_value\":\"2024-06-28 12:32\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_justify_content\":\"center\",\"css_classes\":\"contact-section\"},\"elements\":[{\"id\":\"15412af0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3566883\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"44d795c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a2f785a\"}],\"pp_display_conditions\":[{\"_id\":\"3ebda5b\",\"pp_condition_date_time_before_value\":\"2024-06-28 12:32\"}],\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"animation\":\"none\",\"animation_duration\":\"slow\",\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4d2789e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b9b133e\",\"pp_condition_date_time_before_value\":\"2026-04-24 07:14\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f713ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FBF7FC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3aa329d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8a21301\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fa2302d\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#ECE5F2\",\"border_radius\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"56\",\"bottom\":\"56\",\"left\":\"56\",\"isLinked\":true},\"css_classes\":\"contact-col\",\"pp_display_conditions\":[{\"_id\":\"03d6a31\",\"pp_condition_date_time_before_value\":\"2026-04-24 06:01\"}],\"border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5df6f2a9\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"form_name\":\"Contact Us Form\",\"form_fields\":[{\"_id\":\"bb6ac82\",\"field_label\":\"First Name\",\"required\":\"true\",\"custom_id\":\"field_bb6ac82\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"24c9291\"}],\"activeItemIndex\":1},{\"field_label\":\"Last Name\",\"required\":\"true\",\"custom_id\":\"field_86ad6af\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"86ad6af\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"df1f9e6\"}],\"activeItemIndex\":1},{\"field_label\":\"Phone\",\"required\":\"true\",\"custom_id\":\"field_79a8602\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"79a8602\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"0e573d5\"}],\"activeItemIndex\":1},{\"field_type\":\"email\",\"field_label\":\"Email\",\"required\":\"true\",\"custom_id\":\"field_6986e48\",\"_id\":\"6986e48\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"bfc42ca\"}],\"activeItemIndex\":1},{\"_id\":\"d10992d\",\"field_type\":\"textarea\",\"field_label\":\"Messages\",\"custom_id\":\"field_d10992d\",\"rows\":6,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"61953f9\"}],\"activeItemIndex\":1},{\"_id\":\"4958eea\",\"field_type\":\"html\",\"field_html\":\"<p><b>A-Class Home Care LLC SMS Opt-In Disclosure<\\/b><br> A-Class Home Care LLC would like your consent to send informational text message communications from 201-508-9375 to your mobile number listed above. These messages will be sent in response to your questions or to provide information relevant to your relationship with us, including appointment reminders, caregiver updates, service notifications, and customer support.<\\/p>\\n\\n<p>Consent is not a condition of purchase. Message frequency varies. Message and data rates may apply. Reply STOP to unsubscribe at any time. Reply HELP for assistance or more information. We do not share your mobile opt-in information with anyone. Our <a href=\\\"https:\\/\\/aclasshomecare.com\\/privacy-policy\\/\\\">Privacy Policy<\\/a> and Messaging Terms and Conditions are available upon request.<\\/p>\",\"custom_id\":\"field_4958eea\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"6e86a66\"}],\"activeItemIndex\":1,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"_id\":\"914791f\",\"field_type\":\"radio\",\"field_label\":\"Do you want to receive informational messages from A-Class Home Care LLC?\",\"required\":\"true\",\"field_options\":\"Yes \\nNo\",\"custom_id\":\"field_914791f\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"f171155\"}],\"activeItemIndex\":1,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"field_type\":\"html\",\"field_html\":\"<p><b>Consent Statement:<\\/b><br> By checking the \\u201cYes\\u201d box, you agree to receive informational messages from A-Class Home Care LLC. Message frequency varies. Message and data rates may apply. Reply STOP to opt out, reply HELP for help.<\\/p>\\n\\n\",\"custom_id\":\"field_8db761b\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"6e86a66\"}],\"activeItemIndex\":1,\"_id\":\"8db761b\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"_id\":\"f86563c\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_f86563c\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"5e0749d\"}],\"activeItemIndex\":1,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"pp_display_conditions\":[{\"_id\":\"b2b3b7b\",\"pp_condition_date_time_before_value\":\"2024-07-14 17:49\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"input_size\":\"lg\",\"button_size\":\"lg\",\"column_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"field_border_color\":\"#ECE5F2\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"field_border_color\":\"\",\"_background_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\",\"field_text_color\":\"\"},\"button_background_color\":\"#0d73ca\",\"button_background_hover_color\":\"#772890\",\"_background_color\":\"#F0F5FA96\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DDDDDD\",\"form_metadata\":[\"date\",\"time\"],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"mark_required\":\"yes\",\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"600\",\"label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"field_background_color\":\"#FFFFFF\",\"_css_classes\":\"contact-form-cls\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_typography_font_weight\":\"400\",\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5058, 505, '_wp_page_template', 'elementor_header_footer'),
(5060, 505, '_elementor_edit_mode', 'builder'),
(5061, 505, '_elementor_template_type', 'wp-page'),
(5062, 505, '_elementor_version', '4.0.6'),
(5063, 505, '_elementor_pro_version', '4.0.4'),
(5064, 505, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(5065, 505, '_elementor_data', '[{\"id\":\"ec16a12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1600399\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3f02c7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"69bbd48\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"100\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"9bbb579\",\"pp_condition_date_time_before_value\":\"2024-06-13 12:14\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_image\":{\"id\":491,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/slider-shape-2.png\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F9F8F6\"},\"elements\":[{\"id\":\"1da19a31\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8791aed\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fe09348\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"935d9bd\"}],\"pp_display_conditions\":[{\"_id\":\"faf5fd2\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}]},\"elements\":[{\"id\":\"18f8f980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact   <span style=\\\"font-weight:800;color:#4951B2\\\">Info<\\/span> \\n \\n\\n\\n\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"802d5d7\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"center\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1495e296\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"def43cb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3c8cfb5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e7a215\"}],\"pp_display_conditions\":[{\"_id\":\"daade15\",\"pp_condition_date_time_before_value\":\"2024-06-13 12:14\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_justify_content\":\"center\",\"flex_justify_content_tablet\":\"space-around\",\"flex_wrap\":\"wrap\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"none\"},\"elements\":[{\"id\":\"1ab17cbb\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d1fcc90\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":488,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/location_14315116.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b70c1cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Office Address\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8162fcc\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Hickory, NC 28601\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a2184f8\"}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6fb37ac8\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"64233a3c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":489,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/call_6163163.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"1dfbd9f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Phone \",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76e96bdf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"980-272-1717\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"tel:9802721717\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ce5f04f\"}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"\"},\"text_color_hover\":\"#ff5e15\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"bfbe058\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c716079\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8d8cde4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"91bf5fb\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f0f407d\",\"pp_condition_date_time_before_value\":\"2024-06-28 12:32\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_justify_content\":\"center\",\"css_classes\":\"contact-section\"},\"elements\":[{\"id\":\"15412af0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3566883\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"44d795c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a2f785a\"}],\"pp_display_conditions\":[{\"_id\":\"3ebda5b\",\"pp_condition_date_time_before_value\":\"2024-06-28 12:32\"}],\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"animation\":\"none\",\"animation_duration\":\"slow\",\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4d2789e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b9b133e\",\"pp_condition_date_time_before_value\":\"2026-04-24 07:14\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f713ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FBF7FC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3aa329d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8a21301\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fa2302d\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#ECE5F2\",\"border_radius\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"56\",\"bottom\":\"56\",\"left\":\"56\",\"isLinked\":true},\"css_classes\":\"contact-col\",\"pp_display_conditions\":[{\"_id\":\"03d6a31\",\"pp_condition_date_time_before_value\":\"2026-04-24 06:01\"}],\"border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5df6f2a9\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"form_name\":\"Contact Us Form\",\"form_fields\":[{\"_id\":\"bb6ac82\",\"field_label\":\"First Name\",\"required\":\"true\",\"custom_id\":\"field_bb6ac82\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"24c9291\"}],\"activeItemIndex\":1},{\"field_label\":\"Last Name\",\"required\":\"true\",\"custom_id\":\"field_86ad6af\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"86ad6af\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"df1f9e6\"}],\"activeItemIndex\":1},{\"field_label\":\"Phone\",\"required\":\"true\",\"custom_id\":\"field_79a8602\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"79a8602\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"0e573d5\"}],\"activeItemIndex\":1},{\"field_type\":\"email\",\"field_label\":\"Email\",\"required\":\"true\",\"custom_id\":\"field_6986e48\",\"_id\":\"6986e48\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"bfc42ca\"}],\"activeItemIndex\":1},{\"_id\":\"d10992d\",\"field_type\":\"textarea\",\"field_label\":\"Messages\",\"custom_id\":\"field_d10992d\",\"rows\":6,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"61953f9\"}],\"activeItemIndex\":1},{\"_id\":\"4958eea\",\"field_type\":\"html\",\"field_html\":\"<p><b>A-Class Home Care LLC SMS Opt-In Disclosure<\\/b><br> A-Class Home Care LLC would like your consent to send informational text message communications from 201-508-9375 to your mobile number listed above. These messages will be sent in response to your questions or to provide information relevant to your relationship with us, including appointment reminders, caregiver updates, service notifications, and customer support.<\\/p>\\n\\n<p>Consent is not a condition of purchase. Message frequency varies. Message and data rates may apply. Reply STOP to unsubscribe at any time. Reply HELP for assistance or more information. We do not share your mobile opt-in information with anyone. Our <a href=\\\"https:\\/\\/aclasshomecare.com\\/privacy-policy\\/\\\">Privacy Policy<\\/a> and Messaging Terms and Conditions are available upon request.<\\/p>\",\"custom_id\":\"field_4958eea\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"6e86a66\"}],\"activeItemIndex\":1,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"_id\":\"914791f\",\"field_type\":\"radio\",\"field_label\":\"Do you want to receive informational messages from A-Class Home Care LLC?\",\"required\":\"true\",\"field_options\":\"Yes \\nNo\",\"custom_id\":\"field_914791f\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"f171155\"}],\"activeItemIndex\":1,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"field_type\":\"html\",\"field_html\":\"<p><b>Consent Statement:<\\/b><br> By checking the \\u201cYes\\u201d box, you agree to receive informational messages from A-Class Home Care LLC. Message frequency varies. Message and data rates may apply. Reply STOP to opt out, reply HELP for help.<\\/p>\\n\\n\",\"custom_id\":\"field_8db761b\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"6e86a66\"}],\"activeItemIndex\":1,\"_id\":\"8db761b\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"_id\":\"f86563c\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_f86563c\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"5e0749d\"}],\"activeItemIndex\":1,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"pp_display_conditions\":[{\"_id\":\"b2b3b7b\",\"pp_condition_date_time_before_value\":\"2024-07-14 17:49\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"input_size\":\"lg\",\"button_size\":\"lg\",\"column_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"field_border_color\":\"#ECE5F2\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"field_border_color\":\"\",\"_background_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\",\"field_text_color\":\"\"},\"button_background_color\":\"#0d73ca\",\"button_background_hover_color\":\"#772890\",\"_background_color\":\"#F0F5FA96\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DDDDDD\",\"form_metadata\":[\"date\",\"time\"],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"mark_required\":\"yes\",\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"600\",\"label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"field_background_color\":\"#FFFFFF\",\"_css_classes\":\"contact-form-cls\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_typography_font_weight\":\"400\",\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5049, 504, '_elementor_edit_mode', 'builder'),
(5050, 504, '_elementor_template_type', 'wp-page'),
(5051, 504, '_elementor_version', '4.0.6'),
(5052, 504, '_elementor_pro_version', '4.0.4'),
(5053, 504, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5054, 504, '_elementor_data', '[{\"id\":\"ec16a12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1600399\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3f02c7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"69bbd48\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"100\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"9bbb579\",\"pp_condition_date_time_before_value\":\"2024-06-13 12:14\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_image\":{\"id\":491,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/slider-shape-2.png\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F9F8F6\"},\"elements\":[{\"id\":\"1da19a31\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8791aed\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fe09348\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"935d9bd\"}],\"pp_display_conditions\":[{\"_id\":\"faf5fd2\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}]},\"elements\":[{\"id\":\"18f8f980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact   <span style=\\\"font-weight:800;color:#4951B2\\\">Info<\\/span> \\n \\n\\n\\n\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"802d5d7\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"center\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1495e296\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"def43cb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3c8cfb5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e7a215\"}],\"pp_display_conditions\":[{\"_id\":\"daade15\",\"pp_condition_date_time_before_value\":\"2024-06-13 12:14\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_justify_content\":\"center\",\"flex_justify_content_tablet\":\"space-around\",\"flex_wrap\":\"wrap\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"none\"},\"elements\":[{\"id\":\"1ab17cbb\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d1fcc90\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":488,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/location_14315116.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b70c1cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Office Address\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8162fcc\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Hickory, NC 28601\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a2184f8\"}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6fb37ac8\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"64233a3c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":489,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/call_6163163.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"1dfbd9f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Phone \",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76e96bdf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"980-272-1717\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"tel:9802721717\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ce5f04f\"}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"\"},\"text_color_hover\":\"#ff5e15\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"bfbe058\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c716079\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8d8cde4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"91bf5fb\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f0f407d\",\"pp_condition_date_time_before_value\":\"2024-06-28 12:32\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_justify_content\":\"center\",\"css_classes\":\"contact-section\"},\"elements\":[{\"id\":\"15412af0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3566883\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"44d795c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a2f785a\"}],\"pp_display_conditions\":[{\"_id\":\"3ebda5b\",\"pp_condition_date_time_before_value\":\"2024-06-28 12:32\"}],\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"animation\":\"none\",\"animation_duration\":\"slow\",\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4d2789e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b9b133e\",\"pp_condition_date_time_before_value\":\"2026-04-24 07:14\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f713ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FBF7FC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3aa329d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8a21301\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fa2302d\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#ECE5F2\",\"border_radius\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"56\",\"bottom\":\"56\",\"left\":\"56\",\"isLinked\":true},\"css_classes\":\"contact-col\",\"pp_display_conditions\":[{\"_id\":\"03d6a31\",\"pp_condition_date_time_before_value\":\"2026-04-24 06:01\"}],\"border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5df6f2a9\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"form_name\":\"Contact Us Form\",\"form_fields\":[{\"_id\":\"bb6ac82\",\"field_label\":\"First Name\",\"required\":\"true\",\"custom_id\":\"field_bb6ac82\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"24c9291\"}],\"activeItemIndex\":1},{\"field_label\":\"Last Name\",\"required\":\"true\",\"custom_id\":\"field_86ad6af\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"86ad6af\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"df1f9e6\"}],\"activeItemIndex\":1},{\"field_label\":\"Phone\",\"required\":\"true\",\"custom_id\":\"field_79a8602\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"79a8602\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"0e573d5\"}],\"activeItemIndex\":1},{\"field_type\":\"email\",\"field_label\":\"Email\",\"required\":\"true\",\"custom_id\":\"field_6986e48\",\"_id\":\"6986e48\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"bfc42ca\"}],\"activeItemIndex\":1},{\"_id\":\"d10992d\",\"field_type\":\"textarea\",\"field_label\":\"Messages\",\"custom_id\":\"field_d10992d\",\"rows\":6,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"61953f9\"}],\"activeItemIndex\":1},{\"_id\":\"4958eea\",\"field_type\":\"html\",\"field_html\":\"<p><b>A-Class Home Care LLC SMS Opt-In Disclosure<\\/b><br> A-Class Home Care LLC would like your consent to send informational text message communications from 201-508-9375 to your mobile number listed above. These messages will be sent in response to your questions or to provide information relevant to your relationship with us, including appointment reminders, caregiver updates, service notifications, and customer support.<\\/p>\\n\\n<p>Consent is not a condition of purchase. Message frequency varies. Message and data rates may apply. Reply STOP to unsubscribe at any time. Reply HELP for assistance or more information. We do not share your mobile opt-in information with anyone. Our <a href=\\\"https:\\/\\/aclasshomecare.com\\/privacy-policy\\/\\\">Privacy Policy<\\/a> and Messaging Terms and Conditions are available upon request.<\\/p>\",\"custom_id\":\"field_4958eea\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"6e86a66\"}],\"activeItemIndex\":1,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"_id\":\"914791f\",\"field_type\":\"radio\",\"field_label\":\"Do you want to receive informational messages from A-Class Home Care LLC?\",\"required\":\"true\",\"field_options\":\"Yes \\nNo\",\"custom_id\":\"field_914791f\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"f171155\"}],\"activeItemIndex\":1,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"field_type\":\"html\",\"field_html\":\"<p><b>Consent Statement:<\\/b><br> By checking the \\u201cYes\\u201d box, you agree to receive informational messages from A-Class Home Care LLC. Message frequency varies. Message and data rates may apply. Reply STOP to opt out, reply HELP for help.<\\/p>\\n\\n\",\"custom_id\":\"field_8db761b\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"6e86a66\"}],\"activeItemIndex\":1,\"_id\":\"8db761b\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"_id\":\"f86563c\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_f86563c\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"5e0749d\"}],\"activeItemIndex\":1,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"pp_display_conditions\":[{\"_id\":\"b2b3b7b\",\"pp_condition_date_time_before_value\":\"2024-07-14 17:49\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"input_size\":\"lg\",\"button_size\":\"lg\",\"column_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"field_border_color\":\"#ECE5F2\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"field_border_color\":\"\",\"_background_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\",\"field_text_color\":\"\"},\"button_background_color\":\"#0d73ca\",\"button_background_hover_color\":\"#772890\",\"_background_color\":\"#F0F5FA96\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DDDDDD\",\"form_metadata\":[\"date\",\"time\"],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"mark_required\":\"yes\",\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"600\",\"label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"field_background_color\":\"#FFFFFF\",\"_css_classes\":\"contact-form-cls\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_typography_font_weight\":\"400\",\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6605, 434, '_elementor_element_cache', '{\"timeout\":1779163320,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-11a84af9 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"11a84af9\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-90efa9d e-con-full e-flex e-con e-child\\\" data-id=\\\"90efa9d\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-8020a2a elementor-widget elementor-widget-image\\\" data-id=\\\"8020a2a\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"2560\\\" height=\\\"942\\\" src=\\\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/logo-scaled.png\\\" class=\\\"attachment-full size-full wp-image-38\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-5da089bb e-con-full e-flex e-con e-child\\\" data-id=\\\"5da089bb\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-e3a382e elementor-widget__width-inherit elementor-widget elementor-widget-heading\\\" data-id=\\\"e3a382e\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Quick Links<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-35d5d83c elementor-tablet-align-center elementor-mobile_extra-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"35d5d83c\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/mrarif.me\\/casabloomllc\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Home<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/mrarif.me\\/casabloomllc\\/about-us\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">About Us<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/mrarif.me\\/casabloomllc\\/services\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Services<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/mrarif.me\\/casabloomllc\\/employment\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Employment<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/mrarif.me\\/casabloomllc\\/admissions\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Admissions<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/mrarif.me\\/casabloomllc\\/contact-us\\/\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Contact Us<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-2decd914 e-con-full e-flex e-con e-child\\\" data-id=\\\"2decd914\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-53a41106 elementor-widget__width-inherit elementor-widget elementor-widget-heading\\\" data-id=\\\"53a41106\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Contact Info<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2a4458bb elementor-tablet-align-center elementor-mobile_extra-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"2a4458bb\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-map-marker-alt\\\" viewBox=\\\"0 0 384 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Hickory, NC 28601<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"tel:9802721717\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-phone-alt\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Number: 980-272-1717<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\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<div class=\\\"elementor-element elementor-element-17a145f4 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"17a145f4\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-19fd6aed e-con-full e-flex e-con e-child\\\" data-id=\\\"19fd6aed\\\" data-element_type=\\\"container\\\" data-e-type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-67dc7427 elementor-tablet-align-center elementor-mobile_extra-align-center elementor-icon-list--layout-inline elementor-align-center elementor-mobile-align-center elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"67dc7427\\\" data-element_type=\\\"widget\\\" data-e-type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items elementor-inline-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item elementor-inline-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">\\u00a9 Copyright [copyright] all rights reserved<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\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\",\"scripts\":[],\"styles\":[]}}'),
(5007, 499, '_elementor_page_settings', 'a:0:{}'),
(5008, 500, '_wp_page_template', 'elementor_header_footer'),
(5010, 500, '_elementor_edit_mode', 'builder'),
(5011, 500, '_elementor_template_type', 'wp-page'),
(5012, 500, '_elementor_version', '4.0.6'),
(5013, 500, '_elementor_pro_version', '4.0.4'),
(5014, 500, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5015, 500, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Person Completing Form\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> PEmergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5016, 500, '_elementor_page_settings', 'a:0:{}'),
(5017, 501, '_wp_page_template', 'elementor_header_footer'),
(5019, 501, '_elementor_edit_mode', 'builder'),
(5020, 501, '_elementor_template_type', 'wp-page'),
(5021, 501, '_elementor_version', '4.0.6'),
(5022, 501, '_elementor_pro_version', '4.0.4'),
(5023, 501, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5024, 501, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Person Completing Form\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> PEmergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5150, 514, '_wp_page_template', 'elementor_header_footer'),
(5132, 512, '_wp_page_template', 'elementor_header_footer'),
(5134, 512, '_elementor_edit_mode', 'builder'),
(5135, 512, '_elementor_template_type', 'wp-page'),
(5136, 512, '_elementor_version', '4.0.6'),
(5137, 512, '_elementor_pro_version', '4.0.4'),
(5138, 512, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5139, 512, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Person Completing Form\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> PEmergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5035, 502, '_elementor_page_settings', 'a:0:{}'),
(5037, 503, '_wp_page_template', 'elementor_header_footer'),
(5039, 503, '_elementor_edit_mode', 'builder'),
(5040, 503, '_elementor_template_type', 'wp-page'),
(5041, 503, '_elementor_version', '4.0.6'),
(5042, 503, '_elementor_pro_version', '4.0.4'),
(5043, 503, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5044, 503, '_elementor_data', '[{\"id\":\"ec16a12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1600399\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3f02c7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"69bbd48\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"100\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"9bbb579\",\"pp_condition_date_time_before_value\":\"2024-06-13 12:14\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=90005f0\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_image\":{\"id\":491,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/slider-shape-2.png\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"1da19a31\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8791aed\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fe09348\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"935d9bd\"}],\"pp_display_conditions\":[{\"_id\":\"faf5fd2\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}]},\"elements\":[{\"id\":\"18f8f980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact   <span style=\\\"font-weight:800;color:#4951B2\\\">Info<\\/span> \\n \\n\\n\\n\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"802d5d7\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"center\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1495e296\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"def43cb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3c8cfb5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e7a215\"}],\"pp_display_conditions\":[{\"_id\":\"daade15\",\"pp_condition_date_time_before_value\":\"2024-06-13 12:14\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_justify_content\":\"center\",\"flex_justify_content_tablet\":\"space-around\",\"flex_wrap\":\"wrap\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"none\"},\"elements\":[{\"id\":\"1ab17cbb\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d1fcc90\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":488,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/location_14315116.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b70c1cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Office Address\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8162fcc\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Hickory, NC 28601\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a2184f8\"}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6fb37ac8\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"64233a3c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":489,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/call_6163163.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"1dfbd9f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Phone \",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76e96bdf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"980-272-1717\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"tel:9802721717\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ce5f04f\"}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"\"},\"text_color_hover\":\"#ff5e15\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"bfbe058\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c716079\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8d8cde4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"91bf5fb\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f0f407d\",\"pp_condition_date_time_before_value\":\"2024-06-28 12:32\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_justify_content\":\"center\",\"css_classes\":\"contact-section\"},\"elements\":[{\"id\":\"15412af0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3566883\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"44d795c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a2f785a\"}],\"pp_display_conditions\":[{\"_id\":\"3ebda5b\",\"pp_condition_date_time_before_value\":\"2024-06-28 12:32\"}],\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"animation\":\"none\",\"animation_duration\":\"slow\",\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4d2789e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b9b133e\",\"pp_condition_date_time_before_value\":\"2026-04-24 07:14\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f713ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FBF7FC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3aa329d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8a21301\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fa2302d\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#ECE5F2\",\"border_radius\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"56\",\"bottom\":\"56\",\"left\":\"56\",\"isLinked\":true},\"css_classes\":\"contact-col\",\"pp_display_conditions\":[{\"_id\":\"03d6a31\",\"pp_condition_date_time_before_value\":\"2026-04-24 06:01\"}],\"border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5df6f2a9\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"form_name\":\"Contact Us Form\",\"form_fields\":[{\"_id\":\"bb6ac82\",\"field_label\":\"First Name\",\"required\":\"true\",\"custom_id\":\"field_bb6ac82\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"24c9291\"}],\"activeItemIndex\":1},{\"field_label\":\"Last Name\",\"required\":\"true\",\"custom_id\":\"field_86ad6af\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"86ad6af\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"df1f9e6\"}],\"activeItemIndex\":1},{\"field_label\":\"Phone\",\"required\":\"true\",\"custom_id\":\"field_79a8602\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"79a8602\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"0e573d5\"}],\"activeItemIndex\":1},{\"field_type\":\"email\",\"field_label\":\"Email\",\"required\":\"true\",\"custom_id\":\"field_6986e48\",\"_id\":\"6986e48\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"bfc42ca\"}],\"activeItemIndex\":1},{\"_id\":\"d10992d\",\"field_type\":\"textarea\",\"field_label\":\"Messages\",\"custom_id\":\"field_d10992d\",\"rows\":6,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"61953f9\"}],\"activeItemIndex\":1},{\"_id\":\"4958eea\",\"field_type\":\"html\",\"field_html\":\"<p><b>A-Class Home Care LLC SMS Opt-In Disclosure<\\/b><br> A-Class Home Care LLC would like your consent to send informational text message communications from 201-508-9375 to your mobile number listed above. These messages will be sent in response to your questions or to provide information relevant to your relationship with us, including appointment reminders, caregiver updates, service notifications, and customer support.<\\/p>\\n\\n<p>Consent is not a condition of purchase. Message frequency varies. Message and data rates may apply. Reply STOP to unsubscribe at any time. Reply HELP for assistance or more information. We do not share your mobile opt-in information with anyone. Our <a href=\\\"https:\\/\\/aclasshomecare.com\\/privacy-policy\\/\\\">Privacy Policy<\\/a> and Messaging Terms and Conditions are available upon request.<\\/p>\",\"custom_id\":\"field_4958eea\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"6e86a66\"}],\"activeItemIndex\":1,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"_id\":\"914791f\",\"field_type\":\"radio\",\"field_label\":\"Do you want to receive informational messages from A-Class Home Care LLC?\",\"required\":\"true\",\"field_options\":\"Yes \\nNo\",\"custom_id\":\"field_914791f\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"f171155\"}],\"activeItemIndex\":1,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"field_type\":\"html\",\"field_html\":\"<p><b>Consent Statement:<\\/b><br> By checking the \\u201cYes\\u201d box, you agree to receive informational messages from A-Class Home Care LLC. Message frequency varies. Message and data rates may apply. Reply STOP to opt out, reply HELP for help.<\\/p>\\n\\n\",\"custom_id\":\"field_8db761b\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"6e86a66\"}],\"activeItemIndex\":1,\"_id\":\"8db761b\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"_id\":\"f86563c\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_f86563c\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"5e0749d\"}],\"activeItemIndex\":1,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"pp_display_conditions\":[{\"_id\":\"b2b3b7b\",\"pp_condition_date_time_before_value\":\"2024-07-14 17:49\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"input_size\":\"lg\",\"button_size\":\"lg\",\"column_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"field_border_color\":\"#ECE5F2\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"field_border_color\":\"\",\"_background_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\",\"field_text_color\":\"\"},\"button_background_color\":\"#0d73ca\",\"button_background_hover_color\":\"#772890\",\"_background_color\":\"#F0F5FA96\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DDDDDD\",\"form_metadata\":[\"date\",\"time\"],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"mark_required\":\"yes\",\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"600\",\"label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"field_background_color\":\"#FFFFFF\",\"_css_classes\":\"contact-form-cls\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_typography_font_weight\":\"400\",\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5045, 503, '_elementor_page_settings', 'a:0:{}'),
(5066, 505, '_elementor_page_settings', 'a:0:{}'),
(5067, 506, '_wp_page_template', 'elementor_header_footer'),
(5069, 506, '_elementor_edit_mode', 'builder'),
(5070, 506, '_elementor_template_type', 'wp-page'),
(5071, 506, '_elementor_version', '4.0.6'),
(5072, 506, '_elementor_pro_version', '4.0.4'),
(5073, 506, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5074, 506, '_elementor_data', '[{\"id\":\"ec16a12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1600399\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3f02c7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"69bbd48\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"100\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"9bbb579\",\"pp_condition_date_time_before_value\":\"2024-06-13 12:14\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_image\":{\"id\":491,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/slider-shape-2.png\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F9F8F6\"},\"elements\":[{\"id\":\"1da19a31\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8791aed\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fe09348\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"935d9bd\"}],\"pp_display_conditions\":[{\"_id\":\"faf5fd2\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}]},\"elements\":[{\"id\":\"18f8f980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact   <span style=\\\"font-weight:800;color:#4951B2\\\">Info<\\/span> \\n \\n\\n\\n\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"802d5d7\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"center\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1495e296\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"def43cb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3c8cfb5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e7a215\"}],\"pp_display_conditions\":[{\"_id\":\"daade15\",\"pp_condition_date_time_before_value\":\"2024-06-13 12:14\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_justify_content\":\"center\",\"flex_justify_content_tablet\":\"space-around\",\"flex_wrap\":\"wrap\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"none\"},\"elements\":[{\"id\":\"1ab17cbb\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d1fcc90\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":488,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/location_14315116.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b70c1cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Office Address\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8162fcc\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Hickory, NC 28601\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a2184f8\"}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6fb37ac8\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"64233a3c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":489,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/call_6163163.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"1dfbd9f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Phone \",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76e96bdf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"980-272-1717\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"tel:9802721717\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ce5f04f\"}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"\"},\"text_color_hover\":\"#ff5e15\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"bfbe058\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c716079\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8d8cde4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"91bf5fb\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f0f407d\",\"pp_condition_date_time_before_value\":\"2024-06-28 12:32\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_justify_content\":\"center\",\"css_classes\":\"contact-section\"},\"elements\":[{\"id\":\"15412af0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3566883\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"44d795c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a2f785a\"}],\"pp_display_conditions\":[{\"_id\":\"3ebda5b\",\"pp_condition_date_time_before_value\":\"2024-06-28 12:32\"}],\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"animation\":\"none\",\"animation_duration\":\"slow\",\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4d2789e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b9b133e\",\"pp_condition_date_time_before_value\":\"2026-04-24 07:14\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f713ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FBF7FC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3aa329d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8a21301\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fa2302d\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#ECE5F2\",\"border_radius\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"56\",\"bottom\":\"56\",\"left\":\"56\",\"isLinked\":true},\"css_classes\":\"contact-col\",\"pp_display_conditions\":[{\"_id\":\"03d6a31\",\"pp_condition_date_time_before_value\":\"2026-04-24 06:01\"}],\"border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5df6f2a9\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"form_name\":\"Contact Us Form\",\"form_fields\":[{\"_id\":\"bb6ac82\",\"field_label\":\"First Name\",\"required\":\"true\",\"custom_id\":\"field_bb6ac82\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"24c9291\"}],\"activeItemIndex\":1},{\"field_label\":\"Last Name\",\"required\":\"true\",\"custom_id\":\"field_86ad6af\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"86ad6af\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"df1f9e6\"}],\"activeItemIndex\":1},{\"field_label\":\"Phone\",\"required\":\"true\",\"custom_id\":\"field_79a8602\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"79a8602\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"0e573d5\"}],\"activeItemIndex\":1},{\"field_type\":\"email\",\"field_label\":\"Email\",\"required\":\"true\",\"custom_id\":\"field_6986e48\",\"_id\":\"6986e48\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"bfc42ca\"}],\"activeItemIndex\":1},{\"_id\":\"d10992d\",\"field_type\":\"textarea\",\"field_label\":\"Messages\",\"custom_id\":\"field_d10992d\",\"rows\":6,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"61953f9\"}],\"activeItemIndex\":1},{\"_id\":\"4958eea\",\"field_type\":\"html\",\"field_html\":\"<p><b>A-Class Home Care LLC SMS Opt-In Disclosure<\\/b><br> A-Class Home Care LLC would like your consent to send informational text message communications from 201-508-9375 to your mobile number listed above. These messages will be sent in response to your questions or to provide information relevant to your relationship with us, including appointment reminders, caregiver updates, service notifications, and customer support.<\\/p>\\n\\n<p>Consent is not a condition of purchase. Message frequency varies. Message and data rates may apply. Reply STOP to unsubscribe at any time. Reply HELP for assistance or more information. We do not share your mobile opt-in information with anyone. Our <a href=\\\"https:\\/\\/aclasshomecare.com\\/privacy-policy\\/\\\">Privacy Policy<\\/a> and Messaging Terms and Conditions are available upon request.<\\/p>\",\"custom_id\":\"field_4958eea\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"6e86a66\"}],\"activeItemIndex\":1,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"_id\":\"914791f\",\"field_type\":\"radio\",\"field_label\":\"Do you want to receive informational messages from A-Class Home Care LLC?\",\"required\":\"true\",\"field_options\":\"Yes \\nNo\",\"custom_id\":\"field_914791f\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"f171155\"}],\"activeItemIndex\":1,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"field_type\":\"html\",\"field_html\":\"<p><b>Consent Statement:<\\/b><br> By checking the \\u201cYes\\u201d box, you agree to receive informational messages from A-Class Home Care LLC. Message frequency varies. Message and data rates may apply. Reply STOP to opt out, reply HELP for help.<\\/p>\\n\\n\",\"custom_id\":\"field_8db761b\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"6e86a66\"}],\"activeItemIndex\":1,\"_id\":\"8db761b\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"_id\":\"f86563c\",\"field_type\":\"recaptcha\",\"custom_id\":\"field_f86563c\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"5e0749d\"}],\"activeItemIndex\":1,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"}],\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"pp_display_conditions\":[{\"_id\":\"b2b3b7b\",\"pp_condition_date_time_before_value\":\"2024-07-14 17:49\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"input_size\":\"lg\",\"button_size\":\"lg\",\"column_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"field_border_color\":\"#ECE5F2\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"field_border_color\":\"\",\"_background_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\",\"field_text_color\":\"\"},\"button_background_color\":\"#0d73ca\",\"button_background_hover_color\":\"#772890\",\"_background_color\":\"#F0F5FA96\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DDDDDD\",\"form_metadata\":[\"date\",\"time\"],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"mark_required\":\"yes\",\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"600\",\"label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"field_background_color\":\"#FFFFFF\",\"_css_classes\":\"contact-form-cls\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_typography_font_weight\":\"400\",\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5075, 506, '_elementor_page_settings', 'a:0:{}'),
(5120, 511, '_wp_page_template', 'elementor_header_footer'),
(5098, 509, '_wp_page_template', 'elementor_header_footer'),
(5100, 509, '_elementor_edit_mode', 'builder'),
(5101, 509, '_elementor_template_type', 'wp-page'),
(5102, 509, '_elementor_version', '4.0.6'),
(5103, 509, '_elementor_pro_version', '4.0.4'),
(5104, 509, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(5105, 509, '_elementor_data', '[{\"id\":\"ec16a12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1600399\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3f02c7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"69bbd48\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"100\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"9bbb579\",\"pp_condition_date_time_before_value\":\"2024-06-13 12:14\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_image\":{\"id\":491,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/slider-shape-2.png\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F9F8F6\"},\"elements\":[{\"id\":\"1da19a31\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8791aed\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fe09348\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"935d9bd\"}],\"pp_display_conditions\":[{\"_id\":\"faf5fd2\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}]},\"elements\":[{\"id\":\"18f8f980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact   <span style=\\\"font-weight:800;color:#4951B2\\\">Info<\\/span> \\n \\n\\n\\n\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"802d5d7\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"center\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1495e296\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"def43cb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3c8cfb5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e7a215\"}],\"pp_display_conditions\":[{\"_id\":\"daade15\",\"pp_condition_date_time_before_value\":\"2024-06-13 12:14\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_justify_content\":\"center\",\"flex_justify_content_tablet\":\"space-around\",\"flex_wrap\":\"wrap\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"none\"},\"elements\":[{\"id\":\"1ab17cbb\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d1fcc90\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":488,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/location_14315116.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b70c1cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Office Address\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8162fcc\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Hickory, NC 28601\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a2184f8\"}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6fb37ac8\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"64233a3c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":489,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/call_6163163.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"1dfbd9f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Phone \",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76e96bdf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"980-272-1717\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"tel:9802721717\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ce5f04f\"}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"\"},\"text_color_hover\":\"#ff5e15\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"bfbe058\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c716079\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8d8cde4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"91bf5fb\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f0f407d\",\"pp_condition_date_time_before_value\":\"2024-06-28 12:32\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_justify_content\":\"center\",\"css_classes\":\"contact-section\"},\"elements\":[{\"id\":\"15412af0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3566883\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"44d795c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a2f785a\"}],\"pp_display_conditions\":[{\"_id\":\"3ebda5b\",\"pp_condition_date_time_before_value\":\"2024-06-28 12:32\"}],\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"animation\":\"none\",\"animation_duration\":\"slow\",\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4d2789e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b9b133e\",\"pp_condition_date_time_before_value\":\"2026-04-24 07:14\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f713ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FBF7FC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3aa329d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8a21301\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fa2302d\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#ECE5F2\",\"border_radius\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"56\",\"bottom\":\"56\",\"left\":\"56\",\"isLinked\":true},\"css_classes\":\"contact-col\",\"pp_display_conditions\":[{\"_id\":\"03d6a31\",\"pp_condition_date_time_before_value\":\"2026-04-24 06:01\"}],\"border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5df6f2a9\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"form_name\":\"Contact Us Form\",\"form_fields\":[{\"_id\":\"bb6ac82\",\"field_label\":\"First Name\",\"required\":\"true\",\"custom_id\":\"field_bb6ac82\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"24c9291\"}],\"activeItemIndex\":1},{\"field_label\":\"Last Name\",\"required\":\"true\",\"custom_id\":\"field_86ad6af\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"86ad6af\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"df1f9e6\"}],\"activeItemIndex\":1},{\"field_label\":\"Phone\",\"required\":\"true\",\"custom_id\":\"field_79a8602\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"79a8602\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"0e573d5\"}],\"activeItemIndex\":1},{\"field_type\":\"email\",\"field_label\":\"Email\",\"required\":\"true\",\"custom_id\":\"field_6986e48\",\"_id\":\"6986e48\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"bfc42ca\"}],\"activeItemIndex\":1},{\"field_label\":\"Address\",\"required\":\"true\",\"custom_id\":\"field_473559b\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"bfc42ca\"}],\"activeItemIndex\":1,\"_id\":\"473559b\"},{\"_id\":\"d10992d\",\"field_type\":\"textarea\",\"field_label\":\"Messages\",\"custom_id\":\"field_d10992d\",\"rows\":6,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"61953f9\"}],\"activeItemIndex\":1}],\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"pp_display_conditions\":[{\"_id\":\"b2b3b7b\",\"pp_condition_date_time_before_value\":\"2024-07-14 17:49\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"input_size\":\"lg\",\"button_size\":\"lg\",\"column_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"field_border_color\":\"#ECE5F2\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"field_border_color\":\"\",\"_background_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\",\"field_text_color\":\"\"},\"button_background_color\":\"#0d73ca\",\"button_background_hover_color\":\"#772890\",\"_background_color\":\"#F0F5FA96\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DDDDDD\",\"form_metadata\":[\"date\",\"time\"],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"mark_required\":\"yes\",\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"600\",\"label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"field_background_color\":\"#FFFFFF\",\"_css_classes\":\"contact-form-cls\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_typography_font_weight\":\"400\",\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5184, 517, '_wp_page_template', 'elementor_header_footer'),
(5162, 515, '_wp_page_template', 'elementor_header_footer'),
(5164, 515, '_elementor_edit_mode', 'builder'),
(5165, 515, '_elementor_template_type', 'wp-page'),
(5166, 515, '_elementor_version', '4.0.6'),
(5167, 515, '_elementor_pro_version', '4.0.4'),
(5168, 515, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5169, 515, '_elementor_data', '[{\"id\":\"ec16a12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1600399\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3f02c7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"69bbd48\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"100\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"9bbb579\",\"pp_condition_date_time_before_value\":\"2024-06-13 12:14\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_image\":{\"id\":491,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/slider-shape-2.png\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F9F8F6\"},\"elements\":[{\"id\":\"1da19a31\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8791aed\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fe09348\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"935d9bd\"}],\"pp_display_conditions\":[{\"_id\":\"faf5fd2\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}]},\"elements\":[{\"id\":\"18f8f980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact   <span style=\\\"font-weight:800;color:#4951B2\\\">Info<\\/span> \\n \\n\\n\\n\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"802d5d7\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"center\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1495e296\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"def43cb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3c8cfb5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e7a215\"}],\"pp_display_conditions\":[{\"_id\":\"daade15\",\"pp_condition_date_time_before_value\":\"2024-06-13 12:14\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_justify_content\":\"center\",\"flex_justify_content_tablet\":\"space-around\",\"flex_wrap\":\"wrap\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"none\"},\"elements\":[{\"id\":\"1ab17cbb\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d1fcc90\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":488,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/location_14315116.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b70c1cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Office Address\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8162fcc\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Hickory, NC 28601\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a2184f8\"}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6fb37ac8\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"64233a3c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":489,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/call_6163163.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"1dfbd9f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Phone \",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76e96bdf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"980-272-1717\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"tel:9802721717\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ce5f04f\"}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"\"},\"text_color_hover\":\"#ff5e15\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"bfbe058\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c716079\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8d8cde4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"91bf5fb\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f0f407d\",\"pp_condition_date_time_before_value\":\"2024-06-28 12:32\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_justify_content\":\"center\",\"css_classes\":\"contact-section\"},\"elements\":[{\"id\":\"15412af0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3566883\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"44d795c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a2f785a\"}],\"pp_display_conditions\":[{\"_id\":\"3ebda5b\",\"pp_condition_date_time_before_value\":\"2024-06-28 12:32\"}],\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"animation\":\"none\",\"animation_duration\":\"slow\",\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4d2789e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b9b133e\",\"pp_condition_date_time_before_value\":\"2026-04-24 07:14\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f713ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FBF7FC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3aa329d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8a21301\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fa2302d\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#ECE5F2\",\"border_radius\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"56\",\"bottom\":\"56\",\"left\":\"56\",\"isLinked\":true},\"css_classes\":\"contact-col\",\"pp_display_conditions\":[{\"_id\":\"03d6a31\",\"pp_condition_date_time_before_value\":\"2026-04-24 06:01\"}],\"border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5df6f2a9\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"form_name\":\"Contact Us Form\",\"form_fields\":[{\"_id\":\"bb6ac82\",\"field_label\":\"First Name\",\"required\":\"true\",\"custom_id\":\"field_bb6ac82\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"24c9291\"}],\"activeItemIndex\":1},{\"field_label\":\"Last Name\",\"required\":\"true\",\"custom_id\":\"field_86ad6af\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"86ad6af\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"df1f9e6\"}],\"activeItemIndex\":1},{\"field_label\":\"Phone\",\"required\":\"true\",\"custom_id\":\"field_79a8602\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"79a8602\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"0e573d5\"}],\"activeItemIndex\":1},{\"field_type\":\"email\",\"field_label\":\"Email\",\"required\":\"true\",\"custom_id\":\"field_6986e48\",\"_id\":\"6986e48\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"bfc42ca\"}],\"activeItemIndex\":1},{\"field_label\":\"Address\",\"required\":\"true\",\"custom_id\":\"field_473559b\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"bfc42ca\"}],\"activeItemIndex\":1,\"_id\":\"473559b\"},{\"_id\":\"d10992d\",\"field_type\":\"textarea\",\"field_label\":\"Messages\",\"custom_id\":\"field_d10992d\",\"rows\":6,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"61953f9\"}],\"activeItemIndex\":1}],\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"pp_display_conditions\":[{\"_id\":\"b2b3b7b\",\"pp_condition_date_time_before_value\":\"2024-07-14 17:49\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"input_size\":\"lg\",\"button_size\":\"lg\",\"column_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"field_border_color\":\"#ECE5F2\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"field_border_color\":\"\",\"_background_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\",\"field_text_color\":\"\"},\"button_background_color\":\"#0d73ca\",\"button_background_hover_color\":\"#772890\",\"_background_color\":\"#F0F5FA96\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DDDDDD\",\"form_metadata\":[\"date\",\"time\"],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"mark_required\":\"yes\",\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"600\",\"label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"field_background_color\":\"#FFFFFF\",\"_css_classes\":\"contact-form-cls\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_typography_font_weight\":\"400\",\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Contact Us Form:  Casa Bloom LLC\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5210, 519, '_elementor_edit_mode', 'builder'),
(5211, 519, '_elementor_template_type', 'wp-page'),
(5212, 519, '_elementor_version', '4.0.6'),
(5213, 519, '_elementor_pro_version', '4.0.4'),
(5214, 519, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5215, 519, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Person Completing Form\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> PEmergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5152, 514, '_elementor_edit_mode', 'builder'),
(5153, 514, '_elementor_template_type', 'wp-page'),
(5154, 514, '_elementor_version', '4.0.6'),
(5155, 514, '_elementor_pro_version', '4.0.4'),
(5156, 514, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5157, 514, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Person Completing Form\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> PEmergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5106, 509, '_elementor_page_settings', 'a:0:{}'),
(5109, 510, '_wp_page_template', 'elementor_header_footer'),
(5111, 510, '_elementor_edit_mode', 'builder'),
(5112, 510, '_elementor_template_type', 'wp-page'),
(5113, 510, '_elementor_version', '4.0.6'),
(5114, 510, '_elementor_pro_version', '4.0.4'),
(5115, 510, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5116, 510, '_elementor_data', '[{\"id\":\"ec16a12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1600399\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3f02c7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"69bbd48\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"100\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"9bbb579\",\"pp_condition_date_time_before_value\":\"2024-06-13 12:14\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_image\":{\"id\":491,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/slider-shape-2.png\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F9F8F6\"},\"elements\":[{\"id\":\"1da19a31\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8791aed\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fe09348\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"935d9bd\"}],\"pp_display_conditions\":[{\"_id\":\"faf5fd2\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}]},\"elements\":[{\"id\":\"18f8f980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact   <span style=\\\"font-weight:800;color:#4951B2\\\">Info<\\/span> \\n \\n\\n\\n\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"802d5d7\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"center\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1495e296\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"def43cb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3c8cfb5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e7a215\"}],\"pp_display_conditions\":[{\"_id\":\"daade15\",\"pp_condition_date_time_before_value\":\"2024-06-13 12:14\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_justify_content\":\"center\",\"flex_justify_content_tablet\":\"space-around\",\"flex_wrap\":\"wrap\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"none\"},\"elements\":[{\"id\":\"1ab17cbb\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d1fcc90\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":488,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/location_14315116.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b70c1cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Office Address\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8162fcc\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Hickory, NC 28601\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a2184f8\"}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6fb37ac8\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"64233a3c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":489,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/call_6163163.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"1dfbd9f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Phone \",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76e96bdf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"980-272-1717\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"tel:9802721717\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ce5f04f\"}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"\"},\"text_color_hover\":\"#ff5e15\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"bfbe058\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c716079\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8d8cde4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"91bf5fb\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f0f407d\",\"pp_condition_date_time_before_value\":\"2024-06-28 12:32\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_justify_content\":\"center\",\"css_classes\":\"contact-section\"},\"elements\":[{\"id\":\"15412af0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3566883\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"44d795c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a2f785a\"}],\"pp_display_conditions\":[{\"_id\":\"3ebda5b\",\"pp_condition_date_time_before_value\":\"2024-06-28 12:32\"}],\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"animation\":\"none\",\"animation_duration\":\"slow\",\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4d2789e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b9b133e\",\"pp_condition_date_time_before_value\":\"2026-04-24 07:14\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f713ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FBF7FC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3aa329d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8a21301\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fa2302d\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#ECE5F2\",\"border_radius\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"56\",\"bottom\":\"56\",\"left\":\"56\",\"isLinked\":true},\"css_classes\":\"contact-col\",\"pp_display_conditions\":[{\"_id\":\"03d6a31\",\"pp_condition_date_time_before_value\":\"2026-04-24 06:01\"}],\"border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5df6f2a9\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"form_name\":\"Contact Us Form\",\"form_fields\":[{\"_id\":\"bb6ac82\",\"field_label\":\"First Name\",\"required\":\"true\",\"custom_id\":\"field_bb6ac82\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"24c9291\"}],\"activeItemIndex\":1},{\"field_label\":\"Last Name\",\"required\":\"true\",\"custom_id\":\"field_86ad6af\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"86ad6af\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"df1f9e6\"}],\"activeItemIndex\":1},{\"field_label\":\"Phone\",\"required\":\"true\",\"custom_id\":\"field_79a8602\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"79a8602\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"0e573d5\"}],\"activeItemIndex\":1},{\"field_type\":\"email\",\"field_label\":\"Email\",\"required\":\"true\",\"custom_id\":\"field_6986e48\",\"_id\":\"6986e48\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"bfc42ca\"}],\"activeItemIndex\":1},{\"field_label\":\"Address\",\"required\":\"true\",\"custom_id\":\"field_473559b\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"bfc42ca\"}],\"activeItemIndex\":1,\"_id\":\"473559b\"},{\"_id\":\"d10992d\",\"field_type\":\"textarea\",\"field_label\":\"Messages\",\"custom_id\":\"field_d10992d\",\"rows\":6,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"61953f9\"}],\"activeItemIndex\":1}],\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"pp_display_conditions\":[{\"_id\":\"b2b3b7b\",\"pp_condition_date_time_before_value\":\"2024-07-14 17:49\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"input_size\":\"lg\",\"button_size\":\"lg\",\"column_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"field_border_color\":\"#ECE5F2\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"field_border_color\":\"\",\"_background_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\",\"field_text_color\":\"\"},\"button_background_color\":\"#0d73ca\",\"button_background_hover_color\":\"#772890\",\"_background_color\":\"#F0F5FA96\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DDDDDD\",\"form_metadata\":[\"date\",\"time\"],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"mark_required\":\"yes\",\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"600\",\"label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"field_background_color\":\"#FFFFFF\",\"_css_classes\":\"contact-form-cls\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_typography_font_weight\":\"400\",\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5117, 510, '_elementor_page_settings', 'a:0:{}'),
(5122, 511, '_elementor_edit_mode', 'builder'),
(5123, 511, '_elementor_template_type', 'wp-page'),
(5124, 511, '_elementor_version', '4.0.6'),
(5125, 511, '_elementor_pro_version', '4.0.4'),
(5126, 511, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(5127, 511, '_elementor_data', '[{\"id\":\"ec16a12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1600399\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3f02c7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"69bbd48\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"100\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"9bbb579\",\"pp_condition_date_time_before_value\":\"2024-06-13 12:14\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_image\":{\"id\":491,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/slider-shape-2.png\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F9F8F6\"},\"elements\":[{\"id\":\"1da19a31\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8791aed\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fe09348\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"935d9bd\"}],\"pp_display_conditions\":[{\"_id\":\"faf5fd2\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}]},\"elements\":[{\"id\":\"18f8f980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact   <span style=\\\"font-weight:800;color:#4951B2\\\">Info<\\/span> \\n \\n\\n\\n\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"802d5d7\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"center\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1495e296\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"def43cb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3c8cfb5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e7a215\"}],\"pp_display_conditions\":[{\"_id\":\"daade15\",\"pp_condition_date_time_before_value\":\"2024-06-13 12:14\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_justify_content\":\"center\",\"flex_justify_content_tablet\":\"space-around\",\"flex_wrap\":\"wrap\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"none\"},\"elements\":[{\"id\":\"1ab17cbb\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d1fcc90\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":488,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/location_14315116.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b70c1cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Office Address\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8162fcc\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Hickory, NC 28601\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a2184f8\"}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6fb37ac8\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"64233a3c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":489,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/call_6163163.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"1dfbd9f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Phone \",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76e96bdf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"980-272-1717\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"tel:9802721717\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ce5f04f\"}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"\"},\"text_color_hover\":\"#ff5e15\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"bfbe058\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c716079\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8d8cde4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"91bf5fb\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f0f407d\",\"pp_condition_date_time_before_value\":\"2024-06-28 12:32\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_justify_content\":\"center\",\"css_classes\":\"contact-section\"},\"elements\":[{\"id\":\"15412af0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3566883\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"44d795c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a2f785a\"}],\"pp_display_conditions\":[{\"_id\":\"3ebda5b\",\"pp_condition_date_time_before_value\":\"2024-06-28 12:32\"}],\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"animation\":\"none\",\"animation_duration\":\"slow\",\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4d2789e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b9b133e\",\"pp_condition_date_time_before_value\":\"2026-04-24 07:14\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f713ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FBF7FC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3aa329d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8a21301\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fa2302d\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#ECE5F2\",\"border_radius\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"56\",\"bottom\":\"56\",\"left\":\"56\",\"isLinked\":true},\"css_classes\":\"contact-col\",\"pp_display_conditions\":[{\"_id\":\"03d6a31\",\"pp_condition_date_time_before_value\":\"2026-04-24 06:01\"}],\"border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5df6f2a9\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"form_name\":\"Contact Us Form\",\"form_fields\":[{\"_id\":\"bb6ac82\",\"field_label\":\"First Name\",\"required\":\"true\",\"custom_id\":\"field_bb6ac82\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"24c9291\"}],\"activeItemIndex\":1},{\"field_label\":\"Last Name\",\"required\":\"true\",\"custom_id\":\"field_86ad6af\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"86ad6af\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"df1f9e6\"}],\"activeItemIndex\":1},{\"field_label\":\"Phone\",\"required\":\"true\",\"custom_id\":\"field_79a8602\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"79a8602\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"0e573d5\"}],\"activeItemIndex\":1},{\"field_type\":\"email\",\"field_label\":\"Email\",\"required\":\"true\",\"custom_id\":\"field_6986e48\",\"_id\":\"6986e48\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"bfc42ca\"}],\"activeItemIndex\":1},{\"field_label\":\"Address\",\"required\":\"true\",\"custom_id\":\"field_473559b\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"bfc42ca\"}],\"activeItemIndex\":1,\"_id\":\"473559b\"},{\"_id\":\"d10992d\",\"field_type\":\"textarea\",\"field_label\":\"Messages\",\"custom_id\":\"field_d10992d\",\"rows\":6,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"61953f9\"}],\"activeItemIndex\":1}],\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"pp_display_conditions\":[{\"_id\":\"b2b3b7b\",\"pp_condition_date_time_before_value\":\"2024-07-14 17:49\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"input_size\":\"lg\",\"button_size\":\"lg\",\"column_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"field_border_color\":\"#ECE5F2\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"field_border_color\":\"\",\"_background_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\",\"field_text_color\":\"\"},\"button_background_color\":\"#0d73ca\",\"button_background_hover_color\":\"#772890\",\"_background_color\":\"#F0F5FA96\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DDDDDD\",\"form_metadata\":[\"date\",\"time\"],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"mark_required\":\"yes\",\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"600\",\"label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"field_background_color\":\"#FFFFFF\",\"_css_classes\":\"contact-form-cls\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_typography_font_weight\":\"400\",\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Contact Us Form:  Casa Bloom LLC\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5140, 512, '_elementor_page_settings', 'a:0:{}'),
(5141, 513, '_wp_page_template', 'elementor_header_footer'),
(5143, 513, '_elementor_edit_mode', 'builder'),
(5144, 513, '_elementor_template_type', 'wp-page'),
(5145, 513, '_elementor_version', '4.0.6'),
(5146, 513, '_elementor_pro_version', '4.0.4'),
(5147, 513, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5148, 513, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Person Completing Form\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> PEmergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5149, 513, '_elementor_page_settings', 'a:0:{}'),
(5208, 519, '_wp_page_template', 'elementor_header_footer'),
(5345, 532, '_elementor_edit_mode', 'builder'),
(5286, 527, '_wp_page_template', 'elementor_header_footer'),
(5264, 525, '_wp_page_template', 'elementor_header_footer'),
(5266, 525, '_elementor_edit_mode', 'builder'),
(5267, 525, '_elementor_template_type', 'wp-page'),
(5268, 525, '_elementor_version', '4.0.6'),
(5269, 525, '_elementor_pro_version', '4.0.4'),
(5270, 525, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5271, 525, '_elementor_data', '[{\"id\":\"ec16a12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1600399\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3f02c7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"69bbd48\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"100\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"9bbb579\",\"pp_condition_date_time_before_value\":\"2024-06-13 12:14\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_image\":{\"id\":491,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/slider-shape-2.png\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F9F8F6\"},\"elements\":[{\"id\":\"1da19a31\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8791aed\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fe09348\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"935d9bd\"}],\"pp_display_conditions\":[{\"_id\":\"faf5fd2\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}]},\"elements\":[{\"id\":\"18f8f980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact   <span style=\\\"font-weight:800;color:#4951B2\\\">Info<\\/span> \\n \\n\\n\\n\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"802d5d7\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"center\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1495e296\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"def43cb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3c8cfb5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e7a215\"}],\"pp_display_conditions\":[{\"_id\":\"daade15\",\"pp_condition_date_time_before_value\":\"2024-06-13 12:14\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_justify_content\":\"center\",\"flex_justify_content_tablet\":\"space-around\",\"flex_wrap\":\"wrap\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"none\"},\"elements\":[{\"id\":\"1ab17cbb\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d1fcc90\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":488,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/location_14315116.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b70c1cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Office Address\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8162fcc\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Hickory, NC 28601\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a2184f8\"}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6fb37ac8\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"64233a3c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":489,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/call_6163163.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"1dfbd9f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Phone \",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76e96bdf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"980-272-1717\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"tel:9802721717\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ce5f04f\"}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"\"},\"text_color_hover\":\"#ff5e15\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"bfbe058\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c716079\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8d8cde4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"91bf5fb\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f0f407d\",\"pp_condition_date_time_before_value\":\"2024-06-28 12:32\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_justify_content\":\"center\",\"css_classes\":\"contact-section\"},\"elements\":[{\"id\":\"15412af0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3566883\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"44d795c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a2f785a\"}],\"pp_display_conditions\":[{\"_id\":\"3ebda5b\",\"pp_condition_date_time_before_value\":\"2024-06-28 12:32\"}],\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"animation\":\"none\",\"animation_duration\":\"slow\",\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4d2789e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b9b133e\",\"pp_condition_date_time_before_value\":\"2026-04-24 07:14\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f713ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FBF7FC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3aa329d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8a21301\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fa2302d\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#ECE5F2\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"56\",\"bottom\":\"56\",\"left\":\"56\",\"isLinked\":true},\"css_classes\":\"contact-col\",\"pp_display_conditions\":[{\"_id\":\"03d6a31\",\"pp_condition_date_time_before_value\":\"2026-04-24 06:01\"}],\"border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5df6f2a9\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"form_name\":\"Contact Us Form\",\"form_fields\":[{\"_id\":\"bb6ac82\",\"field_label\":\"First Name\",\"required\":\"true\",\"custom_id\":\"field_bb6ac82\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"24c9291\"}],\"activeItemIndex\":1},{\"field_label\":\"Last Name\",\"required\":\"true\",\"custom_id\":\"field_86ad6af\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"86ad6af\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"df1f9e6\"}],\"activeItemIndex\":1},{\"field_label\":\"Phone\",\"required\":\"true\",\"custom_id\":\"field_79a8602\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"79a8602\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"0e573d5\"}],\"activeItemIndex\":1},{\"field_type\":\"email\",\"field_label\":\"Email\",\"required\":\"true\",\"custom_id\":\"field_6986e48\",\"_id\":\"6986e48\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"bfc42ca\"}],\"activeItemIndex\":1},{\"field_label\":\"Address\",\"required\":\"true\",\"custom_id\":\"field_473559b\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"bfc42ca\"}],\"activeItemIndex\":1,\"_id\":\"473559b\"},{\"_id\":\"d10992d\",\"field_type\":\"textarea\",\"field_label\":\"Messages\",\"custom_id\":\"field_d10992d\",\"rows\":6,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"61953f9\"}],\"activeItemIndex\":1}],\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"pp_display_conditions\":[{\"_id\":\"b2b3b7b\",\"pp_condition_date_time_before_value\":\"2024-07-14 17:49\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"input_size\":\"lg\",\"button_size\":\"lg\",\"column_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"field_border_color\":\"#ECE5F2\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"field_border_color\":\"\",\"_background_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\",\"field_text_color\":\"\"},\"button_background_color\":\"#0d73ca\",\"button_background_hover_color\":\"#772890\",\"_background_color\":\"#F0F5FA96\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DDDDDD\",\"form_metadata\":[\"date\",\"time\"],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"mark_required\":\"yes\",\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"600\",\"label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"field_background_color\":\"#FFFFFF\",\"_css_classes\":\"contact-form-cls\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_typography_font_weight\":\"400\",\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Contact Us Form:  Casa Bloom LLC\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5342, 531, '_elementor_page_settings', 'a:0:{}'),
(5343, 532, '_wp_page_template', 'elementor_header_footer'),
(5170, 515, '_elementor_page_settings', 'a:0:{}'),
(5173, 516, '_wp_page_template', 'elementor_header_footer'),
(5175, 516, '_elementor_edit_mode', 'builder'),
(5176, 516, '_elementor_template_type', 'wp-page'),
(5177, 516, '_elementor_version', '4.0.6'),
(5178, 516, '_elementor_pro_version', '4.0.4'),
(5179, 516, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(5180, 516, '_elementor_data', '[{\"id\":\"ec16a12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1600399\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3f02c7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"69bbd48\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"100\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"9bbb579\",\"pp_condition_date_time_before_value\":\"2024-06-13 12:14\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_image\":{\"id\":491,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/slider-shape-2.png\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F9F8F6\"},\"elements\":[{\"id\":\"1da19a31\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8791aed\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fe09348\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"935d9bd\"}],\"pp_display_conditions\":[{\"_id\":\"faf5fd2\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}]},\"elements\":[{\"id\":\"18f8f980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact   <span style=\\\"font-weight:800;color:#4951B2\\\">Info<\\/span> \\n \\n\\n\\n\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"802d5d7\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"center\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1495e296\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"def43cb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3c8cfb5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e7a215\"}],\"pp_display_conditions\":[{\"_id\":\"daade15\",\"pp_condition_date_time_before_value\":\"2024-06-13 12:14\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_justify_content\":\"center\",\"flex_justify_content_tablet\":\"space-around\",\"flex_wrap\":\"wrap\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"none\"},\"elements\":[{\"id\":\"1ab17cbb\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d1fcc90\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":488,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/location_14315116.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b70c1cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Office Address\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8162fcc\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Hickory, NC 28601\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a2184f8\"}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6fb37ac8\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"64233a3c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":489,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/call_6163163.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"1dfbd9f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Phone \",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76e96bdf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"980-272-1717\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"tel:9802721717\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ce5f04f\"}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"\"},\"text_color_hover\":\"#ff5e15\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"bfbe058\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c716079\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8d8cde4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"91bf5fb\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f0f407d\",\"pp_condition_date_time_before_value\":\"2024-06-28 12:32\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_justify_content\":\"center\",\"css_classes\":\"contact-section\"},\"elements\":[{\"id\":\"15412af0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3566883\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"44d795c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a2f785a\"}],\"pp_display_conditions\":[{\"_id\":\"3ebda5b\",\"pp_condition_date_time_before_value\":\"2024-06-28 12:32\"}],\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"animation\":\"none\",\"animation_duration\":\"slow\",\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4d2789e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b9b133e\",\"pp_condition_date_time_before_value\":\"2026-04-24 07:14\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f713ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FBF7FC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3aa329d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8a21301\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fa2302d\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#ECE5F2\",\"border_radius\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"32\",\"bottom\":\"32\",\"left\":\"32\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"56\",\"bottom\":\"56\",\"left\":\"56\",\"isLinked\":true},\"css_classes\":\"contact-col\",\"pp_display_conditions\":[{\"_id\":\"03d6a31\",\"pp_condition_date_time_before_value\":\"2026-04-24 06:01\"}],\"border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5df6f2a9\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"form_name\":\"Contact Us Form\",\"form_fields\":[{\"_id\":\"bb6ac82\",\"field_label\":\"First Name\",\"required\":\"true\",\"custom_id\":\"field_bb6ac82\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"24c9291\"}],\"activeItemIndex\":1},{\"field_label\":\"Last Name\",\"required\":\"true\",\"custom_id\":\"field_86ad6af\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"86ad6af\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"df1f9e6\"}],\"activeItemIndex\":1},{\"field_label\":\"Phone\",\"required\":\"true\",\"custom_id\":\"field_79a8602\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"79a8602\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"0e573d5\"}],\"activeItemIndex\":1},{\"field_type\":\"email\",\"field_label\":\"Email\",\"required\":\"true\",\"custom_id\":\"field_6986e48\",\"_id\":\"6986e48\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"bfc42ca\"}],\"activeItemIndex\":1},{\"field_label\":\"Address\",\"required\":\"true\",\"custom_id\":\"field_473559b\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"bfc42ca\"}],\"activeItemIndex\":1,\"_id\":\"473559b\"},{\"_id\":\"d10992d\",\"field_type\":\"textarea\",\"field_label\":\"Messages\",\"custom_id\":\"field_d10992d\",\"rows\":6,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"61953f9\"}],\"activeItemIndex\":1}],\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"pp_display_conditions\":[{\"_id\":\"b2b3b7b\",\"pp_condition_date_time_before_value\":\"2024-07-14 17:49\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"input_size\":\"lg\",\"button_size\":\"lg\",\"column_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"field_border_color\":\"#ECE5F2\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"field_border_color\":\"\",\"_background_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\",\"field_text_color\":\"\"},\"button_background_color\":\"#0d73ca\",\"button_background_hover_color\":\"#772890\",\"_background_color\":\"#F0F5FA96\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DDDDDD\",\"form_metadata\":[\"date\",\"time\"],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"mark_required\":\"yes\",\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"600\",\"label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"field_background_color\":\"#FFFFFF\",\"_css_classes\":\"contact-form-cls\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_typography_font_weight\":\"400\",\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Contact Us Form:  Casa Bloom LLC\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5181, 516, '_elementor_page_settings', 'a:0:{}'),
(5186, 517, '_elementor_edit_mode', 'builder'),
(5187, 517, '_elementor_template_type', 'wp-page'),
(5188, 517, '_elementor_version', '4.0.6'),
(5189, 517, '_elementor_pro_version', '4.0.4'),
(5190, 517, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5191, 517, '_elementor_data', '[{\"id\":\"ec16a12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1600399\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3f02c7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"69bbd48\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"100\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"9bbb579\",\"pp_condition_date_time_before_value\":\"2024-06-13 12:14\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_image\":{\"id\":491,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/slider-shape-2.png\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F9F8F6\"},\"elements\":[{\"id\":\"1da19a31\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8791aed\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fe09348\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"935d9bd\"}],\"pp_display_conditions\":[{\"_id\":\"faf5fd2\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}]},\"elements\":[{\"id\":\"18f8f980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact   <span style=\\\"font-weight:800;color:#4951B2\\\">Info<\\/span> \\n \\n\\n\\n\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"802d5d7\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"center\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1495e296\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"def43cb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3c8cfb5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e7a215\"}],\"pp_display_conditions\":[{\"_id\":\"daade15\",\"pp_condition_date_time_before_value\":\"2024-06-13 12:14\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_justify_content\":\"center\",\"flex_justify_content_tablet\":\"space-around\",\"flex_wrap\":\"wrap\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"none\"},\"elements\":[{\"id\":\"1ab17cbb\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d1fcc90\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":488,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/location_14315116.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b70c1cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Office Address\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8162fcc\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Hickory, NC 28601\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a2184f8\"}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6fb37ac8\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"64233a3c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":489,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/call_6163163.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"1dfbd9f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Phone \",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76e96bdf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"980-272-1717\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"tel:9802721717\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ce5f04f\"}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"\"},\"text_color_hover\":\"#ff5e15\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"bfbe058\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c716079\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8d8cde4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"91bf5fb\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f0f407d\",\"pp_condition_date_time_before_value\":\"2024-06-28 12:32\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_justify_content\":\"center\",\"css_classes\":\"contact-section\"},\"elements\":[{\"id\":\"15412af0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3566883\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"44d795c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a2f785a\"}],\"pp_display_conditions\":[{\"_id\":\"3ebda5b\",\"pp_condition_date_time_before_value\":\"2024-06-28 12:32\"}],\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"animation\":\"none\",\"animation_duration\":\"slow\",\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4d2789e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b9b133e\",\"pp_condition_date_time_before_value\":\"2026-04-24 07:14\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f713ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FBF7FC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3aa329d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8a21301\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fa2302d\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#ECE5F2\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"56\",\"bottom\":\"56\",\"left\":\"56\",\"isLinked\":true},\"css_classes\":\"contact-col\",\"pp_display_conditions\":[{\"_id\":\"03d6a31\",\"pp_condition_date_time_before_value\":\"2026-04-24 06:01\"}],\"border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5df6f2a9\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"form_name\":\"Contact Us Form\",\"form_fields\":[{\"_id\":\"bb6ac82\",\"field_label\":\"First Name\",\"required\":\"true\",\"custom_id\":\"field_bb6ac82\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"24c9291\"}],\"activeItemIndex\":1},{\"field_label\":\"Last Name\",\"required\":\"true\",\"custom_id\":\"field_86ad6af\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"86ad6af\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"df1f9e6\"}],\"activeItemIndex\":1},{\"field_label\":\"Phone\",\"required\":\"true\",\"custom_id\":\"field_79a8602\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"79a8602\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"0e573d5\"}],\"activeItemIndex\":1},{\"field_type\":\"email\",\"field_label\":\"Email\",\"required\":\"true\",\"custom_id\":\"field_6986e48\",\"_id\":\"6986e48\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"bfc42ca\"}],\"activeItemIndex\":1},{\"field_label\":\"Address\",\"required\":\"true\",\"custom_id\":\"field_473559b\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"bfc42ca\"}],\"activeItemIndex\":1,\"_id\":\"473559b\"},{\"_id\":\"d10992d\",\"field_type\":\"textarea\",\"field_label\":\"Messages\",\"custom_id\":\"field_d10992d\",\"rows\":6,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"61953f9\"}],\"activeItemIndex\":1}],\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"pp_display_conditions\":[{\"_id\":\"b2b3b7b\",\"pp_condition_date_time_before_value\":\"2024-07-14 17:49\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"input_size\":\"lg\",\"button_size\":\"lg\",\"column_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"field_border_color\":\"#ECE5F2\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"field_border_color\":\"\",\"_background_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\",\"field_text_color\":\"\"},\"button_background_color\":\"#0d73ca\",\"button_background_hover_color\":\"#772890\",\"_background_color\":\"#F0F5FA96\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DDDDDD\",\"form_metadata\":[\"date\",\"time\"],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"mark_required\":\"yes\",\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"600\",\"label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"field_background_color\":\"#FFFFFF\",\"_css_classes\":\"contact-form-cls\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_typography_font_weight\":\"400\",\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Contact Us Form:  Casa Bloom LLC\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5296, 19, '_elementor_page_settings', 'a:0:{}'),
(5297, 19, '_elementor_controls_usage', 'a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:4;s:11:\"header_size\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:5:\"align\";i:2;s:21:\"typography_typography\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:3;s:23:\"typography_word_spacing\";i:3;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:16:\"_flex_align_self\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:4:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:8;}s:18:\"section_background\";a:6:{s:21:\"background_background\";i:6;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:2;}s:14:\"section_border\";a:7:{s:13:\"border_border\";i:3;s:12:\"border_width\";i:3;s:12:\"border_color\";i:3;s:26:\"box_shadow_box_shadow_type\";i:2;s:21:\"box_shadow_box_shadow\";i:2;s:32:\"box_shadow_hover_box_shadow_type\";i:2;s:27:\"box_shadow_hover_box_shadow\";i:2;}s:26:\"section_background_overlay\";a:6:{s:24:\"background_overlay_image\";i:1;s:27:\"background_overlay_position\";i:1;s:29:\"background_overlay_attachment\";i:1;s:25:\"background_overlay_repeat\";i:1;s:23:\"background_overlay_size\";i:1;s:26:\"background_overlay_opacity\";i:1;}}s:8:\"advanced\";a:3:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:8;}s:14:\"section_layout\";a:3:{s:7:\"padding\";i:5;s:6:\"margin\";i:1;s:11:\"css_classes\";i:2;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:4;s:18:\"animation_duration\";i:3;}}s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:6:{s:16:\"flex_align_items\";i:2;s:13:\"content_width\";i:4;s:5:\"width\";i:3;s:14:\"flex_direction\";i:3;s:20:\"flex_justify_content\";i:2;s:9:\"flex_wrap\";i:1;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:2:{s:5:\"align\";i:2;s:4:\"size\";i:2;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:9:\"icon-list\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:9:\"icon_list\";i:2;}}s:5:\"style\";a:3:{s:17:\"section_icon_list\";a:2:{s:13:\"space_between\";i:2;s:10:\"icon_align\";i:2;}s:18:\"section_icon_style\";a:1:{s:9:\"icon_size\";i:2;}s:18:\"section_text_style\";a:1:{s:16:\"text_color_hover\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:2;}}}}s:4:\"form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:19:\"section_form_fields\";a:4:{s:9:\"form_name\";i:1;s:11:\"form_fields\";i:1;s:10:\"input_size\";i:1;s:13:\"mark_required\";i:1;}s:15:\"section_buttons\";a:1:{s:11:\"button_size\";i:1;}s:13:\"section_email\";a:3:{s:13:\"form_metadata\";i:1;s:8:\"email_to\";i:1;s:13:\"email_subject\";i:1;}}s:8:\"advanced\";a:4:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:19:\"_section_background\";a:1:{s:17:\"_background_color\";i:1;}s:15:\"_section_border\";a:3:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;}s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_form_style\";a:7:{s:10:\"column_gap\";i:1;s:7:\"row_gap\";i:1;s:13:\"label_spacing\";i:1;s:27:\"label_typography_typography\";i:1;s:26:\"label_typography_font_size\";i:1;s:28:\"label_typography_font_weight\";i:1;s:31:\"label_typography_letter_spacing\";i:1;}s:19:\"section_field_style\";a:5:{s:18:\"field_border_color\";i:1;s:22:\"field_background_color\";i:1;s:27:\"field_typography_typography\";i:1;s:28:\"field_typography_font_weight\";i:1;s:19:\"field_border_radius\";i:1;}s:20:\"section_button_style\";a:3:{s:20:\"button_border_radius\";i:1;s:23:\"button_background_color\";i:1;s:29:\"button_background_hover_color\";i:1;}}}}}'),
(5346, 532, '_elementor_template_type', 'wp-page'),
(5226, 521, '_wp_page_template', 'elementor_header_footer'),
(5228, 521, '_elementor_edit_mode', 'builder'),
(5229, 521, '_elementor_template_type', 'wp-page'),
(5230, 521, '_elementor_version', '4.0.6'),
(5231, 521, '_elementor_pro_version', '4.0.4'),
(5232, 521, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5233, 521, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Person Completing Form\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5216, 519, '_elementor_page_settings', 'a:0:{}'),
(5217, 520, '_wp_page_template', 'elementor_header_footer'),
(5219, 520, '_elementor_edit_mode', 'builder'),
(5220, 520, '_elementor_template_type', 'wp-page'),
(5221, 520, '_elementor_version', '4.0.6'),
(5222, 520, '_elementor_pro_version', '4.0.4'),
(5223, 520, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5224, 520, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Person Completing Form\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> PEmergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5225, 520, '_elementor_page_settings', 'a:0:{}'),
(5236, 522, '_wp_page_template', 'elementor_header_footer'),
(5238, 522, '_elementor_edit_mode', 'builder'),
(5239, 522, '_elementor_template_type', 'wp-page'),
(5240, 522, '_elementor_version', '4.0.6'),
(5241, 522, '_elementor_pro_version', '4.0.4'),
(5242, 522, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5243, 522, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Person Completing Form\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5244, 522, '_elementor_page_settings', 'a:0:{}'),
(5245, 523, '_wp_page_template', 'elementor_header_footer'),
(5247, 523, '_elementor_edit_mode', 'builder'),
(5248, 523, '_elementor_template_type', 'wp-page'),
(5249, 523, '_elementor_version', '4.0.6'),
(5250, 523, '_elementor_pro_version', '4.0.4'),
(5251, 523, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5252, 523, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Person Completing Form\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5253, 523, '_elementor_page_settings', 'a:0:{}'),
(5254, 524, '_wp_page_template', 'elementor_header_footer'),
(5256, 524, '_elementor_edit_mode', 'builder'),
(5257, 524, '_elementor_template_type', 'wp-page'),
(5258, 524, '_elementor_version', '4.0.6'),
(5259, 524, '_elementor_pro_version', '4.0.4'),
(5260, 524, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5261, 524, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Person Completing Form\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5300, 528, '_wp_page_template', 'elementor_header_footer'),
(5302, 528, '_elementor_edit_mode', 'builder'),
(5303, 528, '_elementor_template_type', 'wp-page'),
(5304, 528, '_elementor_version', '4.0.6'),
(5305, 528, '_elementor_pro_version', '4.0.4'),
(5306, 528, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5307, 528, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Person Completing Form\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5272, 525, '_elementor_page_settings', 'a:0:{}'),
(5275, 526, '_wp_page_template', 'elementor_header_footer'),
(5277, 526, '_elementor_edit_mode', 'builder'),
(5278, 526, '_elementor_template_type', 'wp-page'),
(5279, 526, '_elementor_version', '4.0.6'),
(5280, 526, '_elementor_pro_version', '4.0.4'),
(5281, 526, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5282, 526, '_elementor_data', '[{\"id\":\"ec16a12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1600399\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3f02c7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"69bbd48\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"100\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"9bbb579\",\"pp_condition_date_time_before_value\":\"2024-06-13 12:14\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_image\":{\"id\":491,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/slider-shape-2.png\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F9F8F6\"},\"elements\":[{\"id\":\"1da19a31\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8791aed\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fe09348\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"935d9bd\"}],\"pp_display_conditions\":[{\"_id\":\"faf5fd2\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}]},\"elements\":[{\"id\":\"18f8f980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact   <span style=\\\"font-weight:800;color:#4951B2\\\">Info<\\/span> \\n \\n\\n\\n\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"802d5d7\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"center\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1495e296\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"def43cb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3c8cfb5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e7a215\"}],\"pp_display_conditions\":[{\"_id\":\"daade15\",\"pp_condition_date_time_before_value\":\"2024-06-13 12:14\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_justify_content\":\"center\",\"flex_justify_content_tablet\":\"space-around\",\"flex_wrap\":\"wrap\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"none\"},\"elements\":[{\"id\":\"1ab17cbb\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d1fcc90\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":488,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/location_14315116.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b70c1cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Office Address\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8162fcc\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Hickory, NC 28601\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a2184f8\"}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6fb37ac8\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"64233a3c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":489,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/call_6163163.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"1dfbd9f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Phone \",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76e96bdf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"980-272-1717\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"tel:9802721717\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ce5f04f\"}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"\"},\"text_color_hover\":\"#ff5e15\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"bfbe058\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c716079\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8d8cde4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"91bf5fb\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f0f407d\",\"pp_condition_date_time_before_value\":\"2024-06-28 12:32\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_justify_content\":\"center\",\"css_classes\":\"contact-section\"},\"elements\":[{\"id\":\"15412af0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3566883\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"44d795c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a2f785a\"}],\"pp_display_conditions\":[{\"_id\":\"3ebda5b\",\"pp_condition_date_time_before_value\":\"2024-06-28 12:32\"}],\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"animation\":\"none\",\"animation_duration\":\"slow\",\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4d2789e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b9b133e\",\"pp_condition_date_time_before_value\":\"2026-04-24 07:14\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f713ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FBF7FC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3aa329d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8a21301\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fa2302d\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#ECE5F2\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"56\",\"bottom\":\"56\",\"left\":\"56\",\"isLinked\":true},\"css_classes\":\"contact-col\",\"pp_display_conditions\":[{\"_id\":\"03d6a31\",\"pp_condition_date_time_before_value\":\"2026-04-24 06:01\"}],\"border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5df6f2a9\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"form_name\":\"Contact Us Form\",\"form_fields\":[{\"_id\":\"bb6ac82\",\"field_label\":\"First Name\",\"required\":\"true\",\"custom_id\":\"field_bb6ac82\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"24c9291\"}],\"activeItemIndex\":1},{\"field_label\":\"Last Name\",\"required\":\"true\",\"custom_id\":\"field_86ad6af\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"86ad6af\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"df1f9e6\"}],\"activeItemIndex\":1},{\"field_label\":\"Phone\",\"required\":\"true\",\"custom_id\":\"field_79a8602\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"79a8602\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"0e573d5\"}],\"activeItemIndex\":1},{\"field_type\":\"email\",\"field_label\":\"Email\",\"required\":\"true\",\"custom_id\":\"field_6986e48\",\"_id\":\"6986e48\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"bfc42ca\"}],\"activeItemIndex\":1},{\"field_label\":\"Address\",\"required\":\"true\",\"custom_id\":\"field_473559b\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"bfc42ca\"}],\"activeItemIndex\":1,\"_id\":\"473559b\"},{\"_id\":\"d10992d\",\"field_type\":\"textarea\",\"field_label\":\"Messages\",\"custom_id\":\"field_d10992d\",\"rows\":6,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"61953f9\"}],\"activeItemIndex\":1}],\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"pp_display_conditions\":[{\"_id\":\"b2b3b7b\",\"pp_condition_date_time_before_value\":\"2024-07-14 17:49\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"input_size\":\"lg\",\"button_size\":\"lg\",\"column_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"field_border_color\":\"#ECE5F2\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"field_border_color\":\"\",\"_background_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\",\"field_text_color\":\"\"},\"button_background_color\":\"#0d73ca\",\"button_background_hover_color\":\"#772890\",\"_background_color\":\"#F0F5FA96\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DDDDDD\",\"form_metadata\":[\"date\",\"time\"],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"mark_required\":\"yes\",\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"600\",\"label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"field_background_color\":\"#FFFFFF\",\"_css_classes\":\"contact-form-cls\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_typography_font_weight\":\"400\",\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Contact Us Form:  Casa Bloom LLC\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5283, 526, '_elementor_page_settings', 'a:0:{}'),
(5288, 527, '_elementor_edit_mode', 'builder'),
(5289, 527, '_elementor_template_type', 'wp-page'),
(5290, 527, '_elementor_version', '4.0.6'),
(5291, 527, '_elementor_pro_version', '4.0.4'),
(5292, 527, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(5293, 527, '_elementor_data', '[{\"id\":\"ec16a12\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1600399\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3f02c7e\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"69bbd48\"}],\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"100\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"9bbb579\",\"pp_condition_date_time_before_value\":\"2024-06-13 12:14\"}],\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"auto\",\"background_overlay_image\":{\"id\":491,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/slider-shape-2.png\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_color\":\"#F9F8F6\"},\"elements\":[{\"id\":\"1da19a31\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"8791aed\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"fe09348\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"935d9bd\"}],\"pp_display_conditions\":[{\"_id\":\"faf5fd2\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}]},\"elements\":[{\"id\":\"18f8f980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact   <span style=\\\"font-weight:800;color:#4951B2\\\">Info<\\/span> \\n \\n\\n\\n\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"300\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"802d5d7\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"6\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor0\"},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_flex_align_self\":\"center\",\"typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1495e296\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"def43cb\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"3c8cfb5\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"4e7a215\"}],\"pp_display_conditions\":[{\"_id\":\"daade15\",\"pp_condition_date_time_before_value\":\"2024-06-13 12:14\"}],\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_direction_tablet\":\"row\",\"flex_justify_content\":\"center\",\"flex_justify_content_tablet\":\"space-around\",\"flex_wrap\":\"wrap\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"none\"},\"elements\":[{\"id\":\"1ab17cbb\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"3d1fcc90\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":488,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/location_14315116.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b70c1cf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Office Address\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8162fcc\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Hickory, NC 28601\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"a2184f8\"}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"\",\"text_color\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6fb37ac8\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"facb028\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"de1ce2a\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"be1feb3\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#1E293B26\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"bff423b\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:54\"}],\"animation\":\"none\",\"animation_duration\":\"slow\",\"__globals__\":{\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"flex_align_items\":\"center\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.02)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":5,\"color\":\"rgba(0, 0, 0, 0.08)\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"64233a3c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"id\":489,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/call_6163163.svg\"},\"library\":\"svg\"},\"align\":\"left\",\"size\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4d0c1a1\"}],\"pp_display_conditions\":[{\"_id\":\"48f45f4\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"1dfbd9f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Phone \",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"94ce21a\"}],\"pp_display_conditions\":[{\"_id\":\"253caf8\",\"pp_condition_date_time_before_value\":\"2024-06-26 11:08\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"76e96bdf\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"980-272-1717\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"tel:9802721717\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"ce5f04f\"}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"center\",\"icon_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"b255189\",\"pp_condition_date_time_before_value\":\"2024-06-26 15:48\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"icon_color\":\"\",\"text_color_hover\":\"globals\\/colors?id=astglobalcolor0\",\"text_color\":\"\"},\"text_color_hover\":\"#ff5e15\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"bfbe058\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row-reverse\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c716079\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8d8cde4\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"91bf5fb\"}],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"f0f407d\",\"pp_condition_date_time_before_value\":\"2024-06-28 12:32\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"flex_justify_content\":\"center\",\"css_classes\":\"contact-section\"},\"elements\":[{\"id\":\"15412af0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3566883\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"44d795c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a2f785a\"}],\"pp_display_conditions\":[{\"_id\":\"3ebda5b\",\"pp_condition_date_time_before_value\":\"2024-06-28 12:32\"}],\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"animation\":\"none\",\"animation_duration\":\"slow\",\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"4d2789e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"b9b133e\",\"pp_condition_date_time_before_value\":\"2026-04-24 07:14\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f713ec\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#FBF7FC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3aa329d\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8a21301\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"fa2302d\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#ECE5F2\",\"padding\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"56\",\"bottom\":\"56\",\"left\":\"56\",\"isLinked\":true},\"css_classes\":\"contact-col\",\"pp_display_conditions\":[{\"_id\":\"03d6a31\",\"pp_condition_date_time_before_value\":\"2026-04-24 06:01\"}],\"border_radius_mobile_extra\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5df6f2a9\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"form_name\":\"Contact Us Form\",\"form_fields\":[{\"_id\":\"bb6ac82\",\"field_label\":\"First Name\",\"required\":\"true\",\"custom_id\":\"field_bb6ac82\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"24c9291\"}],\"activeItemIndex\":1},{\"field_label\":\"Last Name\",\"required\":\"true\",\"custom_id\":\"field_86ad6af\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"86ad6af\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"df1f9e6\"}],\"activeItemIndex\":1},{\"field_label\":\"Phone\",\"required\":\"true\",\"custom_id\":\"field_79a8602\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"79a8602\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"0e573d5\"}],\"activeItemIndex\":1},{\"field_type\":\"email\",\"field_label\":\"Email\",\"required\":\"true\",\"custom_id\":\"field_6986e48\",\"_id\":\"6986e48\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"bfc42ca\"}],\"activeItemIndex\":1},{\"field_label\":\"Address\",\"required\":\"true\",\"custom_id\":\"field_473559b\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"bfc42ca\"}],\"activeItemIndex\":1,\"_id\":\"473559b\"},{\"_id\":\"d10992d\",\"field_type\":\"textarea\",\"field_label\":\"Messages\",\"custom_id\":\"field_d10992d\",\"rows\":6,\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"cfef_repeater_data\":[{\"cfef_logic_field_id\":\"\",\"cfef_logic_field_is\":\"==\",\"cfef_logic_compare_value\":\"\",\"_id\":\"61953f9\"}],\"activeItemIndex\":1}],\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Send\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"pp_display_conditions\":[{\"_id\":\"b2b3b7b\",\"pp_condition_date_time_before_value\":\"2024-07-14 17:49\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"input_size\":\"lg\",\"button_size\":\"lg\",\"column_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"field_border_color\":\"#ECE5F2\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"__globals__\":{\"field_border_color\":\"\",\"_background_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"_border_color\":\"\",\"field_text_color\":\"\"},\"button_background_color\":\"#0d73ca\",\"button_background_hover_color\":\"#772890\",\"_background_color\":\"#F0F5FA96\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DDDDDD\",\"form_metadata\":[\"date\",\"time\"],\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"mark_required\":\"yes\",\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_typography_font_weight\":\"500\",\"label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"field_background_color\":\"#FFFFFF\",\"_css_classes\":\"contact-form-cls\",\"field_typography_typography\":\"custom\",\"field_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_typography_font_weight\":\"400\",\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Contact Us Form:  Casa Bloom LLC\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5334, 531, '_wp_page_template', 'elementor_header_footer'),
(5336, 531, '_elementor_edit_mode', 'builder'),
(5337, 531, '_elementor_template_type', 'wp-page'),
(5338, 531, '_elementor_version', '4.0.6'),
(5339, 531, '_elementor_pro_version', '4.0.4'),
(5340, 531, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5341, 531, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Person Completing Form\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5308, 528, '_elementor_page_settings', 'a:0:{}'),
(5311, 529, '_wp_page_template', 'elementor_header_footer'),
(5313, 529, '_elementor_edit_mode', 'builder'),
(5314, 529, '_elementor_template_type', 'wp-page'),
(5315, 529, '_elementor_version', '4.0.6'),
(5316, 529, '_elementor_pro_version', '4.0.4'),
(5317, 529, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5318, 529, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Person Completing Form\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5319, 529, '_elementor_page_settings', 'a:0:{}'),
(5352, 533, '_wp_page_template', 'elementor_header_footer'),
(5354, 533, '_elementor_edit_mode', 'builder'),
(5355, 533, '_elementor_template_type', 'wp-page'),
(5356, 533, '_elementor_version', '4.0.6'),
(5357, 533, '_elementor_pro_version', '4.0.4'),
(5358, 533, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(5359, 533, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Person Completing Form\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5322, 530, '_wp_page_template', 'elementor_header_footer'),
(5324, 530, '_elementor_edit_mode', 'builder'),
(5325, 530, '_elementor_template_type', 'wp-page'),
(5326, 530, '_elementor_version', '4.0.6'),
(5327, 530, '_elementor_pro_version', '4.0.4'),
(5328, 530, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5329, 530, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Person Completing Form\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5347, 532, '_elementor_version', '4.0.6'),
(5348, 532, '_elementor_pro_version', '4.0.4'),
(5349, 532, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5350, 532, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Person Completing Form\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3b2cd\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"a2eb20d\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":701,\"sizes\":[]}},\"elements\":[{\"id\":\"da87c17\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b658d8c\",\"elType\":\"widget\",\"settings\":{\"html\":\"<!DOCTYPE html>\\n<html lang=\\\"en\\\">\\n<head>\\n    <meta charset=\\\"UTF-8\\\">\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\n    <title>Dynamic Admissions Intake Form<\\/title>\\n    <style>\\n        \\/* General Page Styling *\\/\\n        body {\\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\\n            line-height: 1.6;\\n            color: #333;\\n            background-color: #f4f7f6;\\n            margin: 0;\\n            padding: 20px;\\n        }\\n\\n        .container {\\n            max-width: 800px;\\n            margin: 0 auto;\\n            background: #fff;\\n            padding: 40px;\\n            border-radius: 8px;\\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\\n        }\\n\\n        h1 {\\n            text-align: center;\\n            color: #2c3e50;\\n            border-bottom: 2px solid #3498db;\\n            padding-bottom: 15px;\\n            margin-bottom: 30px;\\n        }\\n\\n        fieldset {\\n            border: 1px solid #ddd;\\n            border-radius: 5px;\\n            padding: 20px;\\n            margin-bottom: 25px;\\n            background-color: #fbfcfc;\\n        }\\n\\n        legend {\\n            font-weight: bold;\\n            color: #3498db;\\n            padding: 0 10px;\\n            text-transform: uppercase;\\n            font-size: 0.9em;\\n            letter-spacing: 1px;\\n        }\\n\\n        \\/* Form Layout *\\/\\n        .form-group {\\n            margin-bottom: 15px;\\n        }\\n\\n        .form-row {\\n            display: grid;\\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\\n            gap: 20px;\\n        }\\n\\n        \\/* Label Styling *\\/\\n        label {\\n            display: block;\\n            margin-bottom: 5px;\\n            font-weight: 600;\\n            color: #555;\\n        }\\n\\n        \\/* Input\\/Fillable Field Styling *\\/\\n        input[type=\\\"text\\\"],\\n        input[type=\\\"email\\\"],\\n        input[type=\\\"tel\\\"],\\n        textarea {\\n            width: 100%;\\n            padding: 12px;\\n            border: 1px solid #ccc;\\n            border-radius: 4px;\\n            box-sizing: border-box; \\/* Ensures padding doesn\'t affect width *\\/\\n            font-size: 1em;\\n            transition: border-color 0.3s, box-shadow 0.3s;\\n        }\\n\\n        \\/* Interaction States (The \\\"Fillable\\\" feeling) *\\/\\n        input:focus,\\n        textarea:focus {\\n            border-color: #3498db;\\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\\n            outline: none;\\n        }\\n\\n        input:hover,\\n        textarea:hover {\\n            border-color: #999;\\n        }\\n\\n        \\/* Textarea specific *\\/\\n        textarea {\\n            resize: vertical; \\/* Allow vertical resizing only *\\/\\n            min-height: 100px;\\n        }\\n\\n        \\/* Help Text *\\/\\n        .help-text {\\n            font-size: 0.85em;\\n            color: #7f8c8d;\\n            margin-top: -10px;\\n            margin-bottom: 15px;\\n            display: block;\\n        }\\n\\n        \\/* Submit Button *\\/\\n        .submit-btn {\\n            display: block;\\n            width: 100%;\\n            padding: 15px;\\n            background-color: #27ae60;\\n            color: white;\\n            border: none;\\n            border-radius: 4px;\\n            font-size: 1.2em;\\n            cursor: pointer;\\n            transition: background-color 0.3s;\\n            margin-top: 20px;\\n        }\\n\\n        .submit-btn:hover {\\n            background-color: #219150;\\n        }\\n\\n        \\/* Responsive Design *\\/\\n        @media (max-width: 600px) {\\n            .container {\\n                padding: 20px;\\n            }\\n            .form-row {\\n                grid-template-columns: 1fr;\\n            }\\n        }\\n    <\\/style>\\n<\\/head>\\n<body>\\n\\n<div class=\\\"container\\\">\\n    <h1>Admissions Intake Form<\\/h1>\\n    <p class=\\\"help-text\\\">Please fill out all relevant sections of this fillable form.<\\/p>\\n\\n    <form id=\\\"admissionForm\\\">\\n\\n        <!-- SECTION 1: Submitter Information -->\\n        <fieldset>\\n            <legend>Person Completing Form<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterName\\\">Your Full Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"submitterName\\\" name=\\\"submitterName\\\" required placeholder=\\\"John Doe\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterEmail\\\">Your Email Address<\\/label>\\n                    <input type=\\\"email\\\" id=\\\"submitterEmail\\\" name=\\\"submitterEmail\\\" required placeholder=\\\"john.doe@example.com\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"submitterPhone\\\">Your Contact Number<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"submitterPhone\\\" name=\\\"submitterPhone\\\" required placeholder=\\\"(555) 123-4567\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 2: Potential Resident\\/Youth Information -->\\n        <fieldset>\\n            <legend>Potential Resident \\/ Youth Information<\\/legend>\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentName\\\">Full Name of Youth\\/Resident<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"residentName\\\" name=\\\"residentName\\\" required placeholder=\\\"Jane Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"residentPhone\\\">Resident\'s Phone Number (if applicable)<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"residentPhone\\\" name=\\\"residentPhone\\\" placeholder=\\\"(555) 987-6543\\\">\\n                <\\/div>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"insuranceProvider\\\">Insurance Provider<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"insuranceProvider\\\" name=\\\"insuranceProvider\\\" required placeholder=\\\"BlueCross\\/Aetna etc.\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"policyNumber\\\">Policy Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"policyNumber\\\" name=\\\"policyNumber\\\" required placeholder=\\\"XYZ123456\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"groupNumber\\\">Group Number<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"groupNumber\\\" name=\\\"groupNumber\\\" placeholder=\\\"GR98765\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\\n        <fieldset>\\n            <legend>Patient Details & Emergency Contact<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"patientAddress\\\">Patient\'s Home Address<\\/label>\\n                <textarea id=\\\"patientAddress\\\" name=\\\"patientAddress\\\" required placeholder=\\\"123 Main St, Apt 4B, City, State, Zip\\\"><\\/textarea>\\n            <\\/div>\\n\\n            <div class=\\\"form-row\\\">\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyName\\\">Emergency Contact Name<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyName\\\" name=\\\"emergencyName\\\" required placeholder=\\\"Robert Smith\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyRelationship\\\">Relationship to Patient<\\/label>\\n                    <input type=\\\"text\\\" id=\\\"emergencyRelationship\\\" name=\\\"emergencyRelationship\\\" required placeholder=\\\"Parent \\/ Guardian \\/ Spouse\\\">\\n                <\\/div>\\n                <div class=\\\"form-group\\\">\\n                    <label for=\\\"emergencyPhone\\\">Emergency Contact Phone<\\/label>\\n                    <input type=\\\"tel\\\" id=\\\"emergencyPhone\\\" name=\\\"emergencyPhone\\\" required placeholder=\\\"(555) 000-1111\\\">\\n                <\\/div>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <!-- SECTION 4: Notes and Medications -->\\n        <fieldset>\\n            <legend>Clinical Notes & Medications<\\/legend>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"clinicalNotes\\\">Relevant Clinical Notes \\/ Reason for Admission<\\/label>\\n                <textarea id=\\\"clinicalNotes\\\" name=\\\"clinicalNotes\\\" placeholder=\\\"Briefly describe the situation, relevant history, or current needs...\\\"><\\/textarea>\\n            <\\/div>\\n            <div class=\\\"form-group\\\">\\n                <label for=\\\"medications\\\">Current Medications (Relevant to Client)<\\/label>\\n                <textarea id=\\\"medications\\\" name=\\\"medications\\\" placeholder=\\\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\\\"><\\/textarea>\\n            <\\/div>\\n        <\\/fieldset>\\n\\n        <button type=\\\"submit\\\" class=\\\"submit-btn\\\">Submit Admissions Form<\\/button>\\n    <\\/form>\\n<\\/div>\\n\\n<script>\\n    \\/\\/ Basic JavaScript to handle the dynamic submission\\n    document.getElementById(\'admissionForm\').addEventListener(\'submit\', function(event) {\\n        event.preventDefault(); \\/\\/ Prevents the form from actually refreshing the page\\n\\n        \\/\\/ 1. Gather all the data from the fillable fields\\n        const formData = new FormData(this);\\n        const data = {};\\n        formData.forEach((value, key) => {\\n            data[key] = value;\\n        });\\n\\n        \\/\\/ 2. Demonstration: log the data to the console\\n        console.log(\'Form Submitted with Dynamic Data:\', data);\\n\\n        \\/\\/ 3. (Optional) Provide Feedback to the User\\n        alert(\'Thank you! The Admissions Form for \' + data.residentName + \' has been submitted locally. (Check console for data)\');\\n        \\n        \\/\\/ You could then use fetch() to send this \'data\' object to a server URL.\\n    });\\n<\\/script>\\n\\n<\\/body>\\n<\\/html>\",\"pp_display_conditions\":[{\"_id\":\"78d12ec\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5351, 532, '_elementor_page_settings', 'a:0:{}'),
(5386, 536, '_wp_page_template', 'elementor_header_footer'),
(5364, 534, '_wp_page_template', 'elementor_header_footer'),
(5366, 534, '_elementor_edit_mode', 'builder'),
(5367, 534, '_elementor_template_type', 'wp-page'),
(5368, 534, '_elementor_version', '4.0.6'),
(5369, 534, '_elementor_pro_version', '4.0.4'),
(5370, 534, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5371, 534, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Person Completing Form\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5416, 539, '_wp_page_template', 'elementor_header_footer'),
(5398, 537, '_wp_page_template', 'elementor_header_footer'),
(5400, 537, '_elementor_edit_mode', 'builder'),
(5401, 537, '_elementor_template_type', 'wp-page'),
(5402, 537, '_elementor_version', '4.0.6'),
(5403, 537, '_elementor_pro_version', '4.0.4'),
(5404, 537, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(5405, 537, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Person Completing Form\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5406, 537, '_elementor_page_settings', 'a:0:{}'),
(5407, 538, '_wp_page_template', 'elementor_header_footer'),
(5409, 538, '_elementor_edit_mode', 'builder'),
(5410, 538, '_elementor_template_type', 'wp-page'),
(5411, 538, '_elementor_version', '4.0.6'),
(5412, 538, '_elementor_pro_version', '4.0.4'),
(5413, 538, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5414, 538, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Person Completing Form\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5372, 534, '_elementor_page_settings', 'a:0:{}'),
(5375, 535, '_wp_page_template', 'elementor_header_footer'),
(5377, 535, '_elementor_edit_mode', 'builder'),
(5378, 535, '_elementor_template_type', 'wp-page'),
(5379, 535, '_elementor_version', '4.0.6'),
(5380, 535, '_elementor_pro_version', '4.0.4'),
(5381, 535, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(5382, 535, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInRight\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Person Completing Form\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5383, 535, '_elementor_page_settings', 'a:0:{}'),
(5388, 536, '_elementor_edit_mode', 'builder'),
(5389, 536, '_elementor_template_type', 'wp-page'),
(5390, 536, '_elementor_version', '4.0.6'),
(5391, 536, '_elementor_pro_version', '4.0.4'),
(5392, 536, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5393, 536, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Person Completing Form\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5415, 538, '_elementor_page_settings', 'a:0:{}'),
(5418, 539, '_elementor_edit_mode', 'builder'),
(5419, 539, '_elementor_template_type', 'wp-page'),
(5420, 539, '_elementor_version', '4.0.6'),
(5421, 539, '_elementor_pro_version', '4.0.4'),
(5422, 539, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(5423, 539, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Person Completing Form\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5458, 542, '_wp_page_template', 'elementor_header_footer'),
(5436, 540, '_wp_page_template', 'elementor_header_footer'),
(5438, 540, '_elementor_edit_mode', 'builder'),
(5439, 540, '_elementor_template_type', 'wp-page'),
(5440, 540, '_elementor_version', '4.0.6'),
(5441, 540, '_elementor_pro_version', '4.0.4'),
(5442, 540, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5443, 540, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Person Completing Form\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5708, 564, '_wp_page_template', 'elementor_header_footer'),
(5470, 543, '_wp_page_template', 'elementor_header_footer'),
(5472, 543, '_elementor_edit_mode', 'builder'),
(5473, 543, '_elementor_template_type', 'wp-page'),
(5474, 543, '_elementor_version', '4.0.6'),
(5475, 543, '_elementor_pro_version', '4.0.4'),
(5476, 543, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(5477, 543, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Client Information\",\"field_html\":\"<h6> Client Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5478, 543, '_elementor_page_settings', 'a:0:{}'),
(5479, 544, '_wp_page_template', 'elementor_header_footer'),
(5481, 544, '_elementor_edit_mode', 'builder'),
(5482, 544, '_elementor_template_type', 'wp-page'),
(5483, 544, '_elementor_version', '4.0.6'),
(5484, 544, '_elementor_pro_version', '4.0.4'),
(5485, 544, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5486, 544, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Client Information\",\"field_html\":\"<h6> Client Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5428, 23, '_elementor_edit_mode', 'builder'),
(5429, 23, '_astra_content_layout_flag', 'disabled'),
(5430, 23, 'ast-title-bar-display', 'disabled'),
(5431, 23, '_elementor_template_type', 'wp-page'),
(5432, 23, '_elementor_version', '4.0.6'),
(5433, 23, '_elementor_pro_version', '4.0.4'),
(5516, 23, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"JPG, PNG, GIF, PDF, DOC, DOCX, PPT, PPTX, and ODT\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"field_type\":\"html\",\"field_label\":\"School Information \",\"field_html\":\" <strong> School  Information <\\/strong>\",\"custom_id\":\"field_e6507c2\",\"_id\":\"e6507c2\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"custom_id\":\"field_b6bd2fe\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b6bd2fe\"},{\"custom_id\":\"field_672fdad\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"672fdad\"},{\"field_type\":\"html\",\"field_label\":\"College Information \",\"field_html\":\" <strong> College Information <\\/strong>\",\"custom_id\":\"field_948d462\",\"_id\":\"948d462\"},{\"custom_id\":\"field_bcf15d2\",\"field_label\":\"College Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"bcf15d2\"},{\"custom_id\":\"field_647091c\",\"field_label\":\"Location of College\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"647091c\"},{\"custom_id\":\"field_dce189f\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"dce189f\"},{\"custom_id\":\"field_28f1646\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"28f1646\"},{\"field_type\":\"html\",\"field_label\":\"University Information \",\"field_html\":\" <strong> University Information <\\/strong>\",\"custom_id\":\"field_9faa4b0\",\"_id\":\"9faa4b0\"},{\"custom_id\":\"field_22a7638\",\"field_label\":\"University Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"22a7638\"},{\"custom_id\":\"field_de5f6cb\",\"field_label\":\"Location of University\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"de5f6cb\"},{\"custom_id\":\"field_b435ac0\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b435ac0\"},{\"custom_id\":\"field_8f53e57\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"8f53e57\"},{\"field_type\":\"html\",\"field_label\":\"Work History\",\"field_html\":\"<h6> Work History <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Company Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_6708a0a\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"6708a0a\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Job Title\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"custom_id\":\"field_9a84231\",\"field_label\":\"Employment Start Date\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"date\",\"_id\":\"9a84231\"},{\"custom_id\":\"field_007ce00\",\"field_label\":\"Employment End Date\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"date\",\"_id\":\"007ce00\"},{\"custom_id\":\"field_d80481b\",\"field_label\":\"Skills & Qualifications\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"_id\":\"d80481b\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"sujon.devrivo@gmail.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5435, 23, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(5444, 540, '_elementor_page_settings', 'a:0:{}'),
(5447, 541, '_wp_page_template', 'elementor_header_footer'),
(5449, 541, '_elementor_edit_mode', 'builder'),
(5450, 541, '_elementor_template_type', 'wp-page'),
(5451, 541, '_elementor_version', '4.0.6'),
(5452, 541, '_elementor_pro_version', '4.0.4'),
(5453, 541, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5454, 541, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Person Completing Form\",\"field_html\":\"<h6> Person Completing Form <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5455, 541, '_elementor_page_settings', 'a:0:{}'),
(5460, 542, '_elementor_edit_mode', 'builder'),
(5461, 542, '_elementor_template_type', 'wp-page'),
(5462, 542, '_elementor_version', '4.0.6'),
(5463, 542, '_elementor_pro_version', '4.0.4'),
(5464, 542, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(5465, 542, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}]},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Client Information\",\"field_html\":\"<h6> Client Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5487, 544, '_elementor_page_settings', 'a:0:{}'),
(5488, 545, '_wp_page_template', 'elementor_header_footer'),
(5490, 545, '_elementor_edit_mode', 'builder'),
(5491, 545, '_elementor_template_type', 'wp-page'),
(5492, 545, '_elementor_version', '4.0.6'),
(5493, 545, '_elementor_pro_version', '4.0.4'),
(5494, 545, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5495, 545, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"admissions_form\"},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Client Information\",\"field_html\":\"<h6> Client Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5625, 558, '_wp_page_template', 'elementor_header_footer'),
(5605, 556, '_wp_page_template', 'elementor_header_footer'),
(5607, 556, '_elementor_edit_mode', 'builder'),
(5608, 556, '_elementor_template_type', 'wp-page'),
(5609, 556, '_elementor_version', '4.0.6'),
(5610, 556, '_elementor_pro_version', '4.0.4'),
(5611, 556, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(5612, 556, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"admissions_form\"},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Client Information\",\"field_html\":\"<h6> Client Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5686, 562, '_wp_page_template', 'elementor_header_footer'),
(5688, 562, '_elementor_edit_mode', 'builder'),
(5689, 562, '_elementor_template_type', 'wp-page'),
(5690, 562, '_elementor_version', '4.0.6'),
(5691, 562, '_elementor_pro_version', '4.0.4'),
(5692, 562, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5693, 562, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"admissions_form\"},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Admissions Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Client Information\",\"field_html\":\"<h6> Client Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"sujon.devrivo@gmail.com\",\"email_subject\":\"Admissions -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5757, 568, '_wp_page_template', 'elementor_header_footer'),
(5759, 568, '_elementor_edit_mode', 'builder'),
(5760, 568, '_elementor_template_type', 'wp-page'),
(5761, 568, '_elementor_version', '4.0.6'),
(5762, 568, '_elementor_pro_version', '4.0.4'),
(5763, 568, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(5764, 568, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"admissions_form\"},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Admissions Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Client Information\",\"field_html\":\"<h6> Client Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Admissions -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5765, 568, '_elementor_page_settings', 'a:0:{}'),
(5766, 569, '_wp_page_template', 'elementor_header_footer'),
(5768, 569, '_elementor_edit_mode', 'builder'),
(5769, 569, '_elementor_template_type', 'wp-page'),
(5770, 569, '_elementor_version', '4.0.6'),
(5771, 569, '_elementor_pro_version', '4.0.4'),
(5772, 569, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5773, 569, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"admissions_form\"},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Admissions Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Client Information\",\"field_html\":\"<h6> Client Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Admissions -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5500, 546, '_wp_page_template', 'elementor_header_footer'),
(5502, 546, '_elementor_edit_mode', 'builder'),
(5503, 546, '_elementor_template_type', 'wp-page'),
(5504, 546, '_elementor_version', '4.0.6'),
(5505, 546, '_elementor_pro_version', '4.0.4'),
(5506, 546, '_elementor_page_settings', 'a:0:{}'),
(5507, 546, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(5508, 547, '_wp_page_template', 'elementor_header_footer'),
(5510, 547, '_elementor_edit_mode', 'builder'),
(5511, 547, '_elementor_template_type', 'wp-page'),
(5512, 547, '_elementor_version', '4.0.6'),
(5513, 547, '_elementor_pro_version', '4.0.4'),
(5514, 547, '_elementor_page_settings', 'a:0:{}'),
(5515, 547, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(6098, 599, '_elementor_edit_mode', 'builder'),
(6099, 599, '_elementor_template_type', 'wp-page'),
(5517, 548, '_wp_page_template', 'elementor_header_footer'),
(5519, 548, '_elementor_edit_mode', 'builder'),
(5520, 548, '_elementor_template_type', 'wp-page'),
(5521, 548, '_elementor_version', '4.0.6'),
(5522, 548, '_elementor_pro_version', '4.0.4'),
(5523, 548, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(5524, 548, '_elementor_data', '[{\"id\":\"f1d8d10\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"admissions_form\"},\"elements\":[{\"id\":\"c783968\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"20ca7a8\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"13d7ba9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c565c7\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Client Information\",\"field_html\":\"<h6> Client Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6096, 599, '_wp_page_template', 'elementor_header_footer'),
(5529, 549, '_wp_page_template', 'elementor_header_footer'),
(5531, 549, '_elementor_edit_mode', 'builder'),
(5532, 549, '_elementor_template_type', 'wp-page'),
(5533, 549, '_elementor_version', '4.0.6'),
(5534, 549, '_elementor_pro_version', '4.0.4'),
(5535, 549, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5536, 549, '_elementor_data', '[{\"id\":\"f1d8d10\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"admissions_form\"},\"elements\":[{\"id\":\"c783968\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"20ca7a8\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"13d7ba9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c565c7\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Client Information\",\"field_html\":\"<h6> Client Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5581, 554, '_wp_page_template', 'elementor_header_footer'),
(5563, 552, '_wp_page_template', 'elementor_header_footer'),
(5565, 552, '_elementor_edit_mode', 'builder'),
(5566, 552, '_elementor_template_type', 'wp-page'),
(5567, 552, '_elementor_version', '4.0.6'),
(5568, 552, '_elementor_pro_version', '4.0.4'),
(5569, 552, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(5570, 552, '_elementor_data', '[{\"id\":\"f1d8d10\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"admissions_form\"},\"elements\":[{\"id\":\"c783968\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"20ca7a8\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"13d7ba9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c565c7\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Client Information\",\"field_html\":\"<h6> Client Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"field_border_color\":\"#ECE5F2\",\"pp_display_conditions\":[{\"_id\":\"b2b3b7b\",\"pp_condition_date_time_before_value\":\"2024-07-14 17:49\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"\",\"_border_color\":\"\",\"field_text_color\":\"\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"label_typography_font_weight\":\"500\",\"label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"field_typography_typography\":\"custom\",\"field_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_typography_font_weight\":\"400\",\"field_background_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_background_color\":\"#0d73ca\",\"button_background_hover_color\":\"#772890\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"contact-form-cls\",\"_background_color\":\"#F0F5FA96\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DDDDDD\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5571, 552, '_elementor_page_settings', 'a:0:{}'),
(5572, 553, '_wp_page_template', 'elementor_header_footer'),
(5574, 553, '_elementor_edit_mode', 'builder'),
(5575, 553, '_elementor_template_type', 'wp-page'),
(5576, 553, '_elementor_version', '4.0.6'),
(5577, 553, '_elementor_pro_version', '4.0.4'),
(5578, 553, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5579, 553, '_elementor_data', '[{\"id\":\"f1d8d10\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"admissions_form\"},\"elements\":[{\"id\":\"c783968\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"20ca7a8\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"13d7ba9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c565c7\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Client Information\",\"field_html\":\"<h6> Client Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"field_border_color\":\"#ECE5F2\",\"pp_display_conditions\":[{\"_id\":\"b2b3b7b\",\"pp_condition_date_time_before_value\":\"2024-07-14 17:49\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"\",\"_border_color\":\"\",\"field_text_color\":\"\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"label_typography_font_weight\":\"500\",\"label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"field_typography_typography\":\"custom\",\"field_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_typography_font_weight\":\"400\",\"field_background_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_background_color\":\"#0d73ca\",\"button_background_hover_color\":\"#772890\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"contact-form-cls\",\"_background_color\":\"#F0F5FA96\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DDDDDD\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5537, 549, '_elementor_page_settings', 'a:0:{}'),
(5540, 550, '_wp_page_template', 'elementor_header_footer'),
(5542, 550, '_elementor_edit_mode', 'builder'),
(5543, 550, '_elementor_template_type', 'wp-page'),
(5544, 550, '_elementor_version', '4.0.6'),
(5545, 550, '_elementor_pro_version', '4.0.4'),
(5546, 550, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(5547, 550, '_elementor_data', '[{\"id\":\"f1d8d10\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"admissions_form\"},\"elements\":[{\"id\":\"c783968\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"20ca7a8\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"13d7ba9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c565c7\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Client Information\",\"field_html\":\"<h6> Client Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5548, 550, '_elementor_page_settings', 'a:0:{}'),
(5845, 576, '_wp_page_template', 'elementor_header_footer'),
(5847, 576, '_elementor_edit_mode', 'builder'),
(5848, 576, '_elementor_template_type', 'wp-page'),
(5849, 576, '_elementor_version', '4.0.6'),
(5850, 576, '_elementor_pro_version', '4.0.4'),
(5851, 576, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5852, 576, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Admissions Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Client Information\",\"field_html\":\"<h6> Client Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Admissions -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5551, 551, '_wp_page_template', 'elementor_header_footer'),
(5553, 551, '_elementor_edit_mode', 'builder'),
(5554, 551, '_elementor_template_type', 'wp-page'),
(5555, 551, '_elementor_version', '4.0.6'),
(5556, 551, '_elementor_pro_version', '4.0.4'),
(5557, 551, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(5558, 551, '_elementor_data', '[{\"id\":\"f1d8d10\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"admissions_form\"},\"elements\":[{\"id\":\"c783968\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"20ca7a8\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"13d7ba9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c565c7\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Client Information\",\"field_html\":\"<h6> Client Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"field_border_color\":\"#ECE5F2\",\"pp_display_conditions\":[{\"_id\":\"b2b3b7b\",\"pp_condition_date_time_before_value\":\"2024-07-14 17:49\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"\",\"_border_color\":\"\",\"field_text_color\":\"\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"label_typography_font_weight\":\"500\",\"label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"field_typography_typography\":\"custom\",\"field_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_typography_font_weight\":\"400\",\"field_background_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_background_color\":\"#0d73ca\",\"button_background_hover_color\":\"#772890\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"contact-form-cls\",\"_background_color\":\"#F0F5FA96\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DDDDDD\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5580, 553, '_elementor_page_settings', 'a:0:{}'),
(5583, 554, '_elementor_edit_mode', 'builder'),
(5584, 554, '_elementor_template_type', 'wp-page'),
(5585, 554, '_elementor_version', '4.0.6'),
(5586, 554, '_elementor_pro_version', '4.0.4'),
(5587, 554, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5588, 554, '_elementor_data', '[{\"id\":\"f1d8d10\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"admissions_form\"},\"elements\":[{\"id\":\"c783968\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"20ca7a8\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"13d7ba9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c565c7\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Client Information\",\"field_html\":\"<h6> Client Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"field_border_color\":\"#ECE5F2\",\"pp_display_conditions\":[{\"_id\":\"b2b3b7b\",\"pp_condition_date_time_before_value\":\"2024-07-14 17:49\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"\",\"_border_color\":\"\",\"field_text_color\":\"\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"label_typography_font_weight\":\"500\",\"label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"field_typography_typography\":\"custom\",\"field_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_typography_font_weight\":\"400\",\"field_background_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_background_color\":\"#0d73ca\",\"button_background_hover_color\":\"#772890\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"contact-form-cls\",\"_background_color\":\"#F0F5FA96\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DDDDDD\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5823, 574, '_wp_page_template', 'elementor_header_footer'),
(5825, 574, '_elementor_edit_mode', 'builder'),
(5826, 574, '_elementor_template_type', 'wp-page'),
(5827, 574, '_elementor_version', '4.0.6'),
(5828, 574, '_elementor_pro_version', '4.0.4'),
(5829, 574, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(5830, 574, '_elementor_data', '[{\"id\":\"f1d8d10\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"admissions_form\"},\"elements\":[{\"id\":\"c783968\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"20ca7a8\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"13d7ba9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c565c7\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Client Information\",\"field_html\":\"<h6> Client Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"field_border_color\":\"#ECE5F2\",\"pp_display_conditions\":[{\"_id\":\"b2b3b7b\",\"pp_condition_date_time_before_value\":\"2024-07-14 17:49\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor0\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor1\",\"_background_color\":\"\",\"_border_color\":\"\",\"field_text_color\":\"\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\",\"label_typography_font_weight\":\"500\",\"label_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.1,\"sizes\":[]},\"field_typography_typography\":\"custom\",\"field_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"field_typography_font_weight\":\"400\",\"field_background_color\":\"#FFFFFF\",\"field_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_background_color\":\"#0d73ca\",\"button_background_hover_color\":\"#772890\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_css_classes\":\"contact-form-cls\",\"_background_color\":\"#F0F5FA96\",\"_border_border\":\"none\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#DDDDDD\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5911, 582, '_wp_page_template', 'elementor_header_footer'),
(5889, 580, '_wp_page_template', 'elementor_header_footer'),
(5891, 580, '_elementor_edit_mode', 'builder'),
(5892, 580, '_elementor_template_type', 'wp-page'),
(5893, 580, '_elementor_version', '4.0.6'),
(5894, 580, '_elementor_pro_version', '4.0.4'),
(5895, 580, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5896, 580, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Admissions Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Client Information\",\"field_html\":\"<h6> Client Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Admissions -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5627, 558, '_elementor_edit_mode', 'builder'),
(5628, 558, '_elementor_template_type', 'wp-page'),
(5629, 558, '_elementor_version', '4.0.6'),
(5630, 558, '_elementor_pro_version', '4.0.4'),
(5631, 558, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(5632, 558, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"admissions_form\"},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Admissions Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Client Information\",\"field_html\":\"<h6> Client Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"sujon.devrivo@gmail.com\",\"email_subject\":\"Admissions -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5613, 556, '_elementor_page_settings', 'a:0:{}'),
(5615, 557, '_wp_page_template', 'elementor_header_footer'),
(5617, 557, '_elementor_edit_mode', 'builder'),
(5618, 557, '_elementor_template_type', 'wp-page'),
(5619, 557, '_elementor_version', '4.0.6'),
(5620, 557, '_elementor_pro_version', '4.0.4'),
(5621, 557, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5622, 557, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"admissions_form\"},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"New Form\",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Client Information\",\"field_html\":\"<h6> Client Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"arifwebsols@gmail.com\",\"email_subject\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from\":\"email@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5623, 557, '_elementor_page_settings', 'a:0:{}'),
(5745, 567, '_wp_page_template', 'elementor_header_footer'),
(5723, 565, '_wp_page_template', 'elementor_header_footer'),
(5725, 565, '_elementor_edit_mode', 'builder'),
(5726, 565, '_elementor_template_type', 'wp-page'),
(5727, 565, '_elementor_version', '4.0.6'),
(5728, 565, '_elementor_pro_version', '4.0.4'),
(5729, 565, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(5730, 565, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"admissions_form\"},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Admissions Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Client Information\",\"field_html\":\"<h6> Client Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"sujon.devrivo@gmail.com\",\"email_subject\":\"Admissions -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5646, 559, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(5670, 561, '_elementor_source', 'post'),
(5671, 561, '_elementor_edit_mode', 'builder'),
(5672, 561, '_elementor_template_type', 'header'),
(5673, 561, '_elementor_version', '4.0.6'),
(5674, 561, '_elementor_pro_version', '4.0.4'),
(5675, 561, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(5676, 561, '_wp_page_template', 'default'),
(5677, 561, '_elementor_data', '[{\"id\":\"30391bd6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"unit\":\"px\",\"size\":0,\"column\":\"0\",\"row\":\"0\",\"isLinked\":true},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2e8ba73\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"f52efb8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"717f375\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"394af17\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_wrap_mobile\":\"nowrap\",\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=astglobalcolor6\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":5,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.03)\"},\"sticky\":\"top\",\"sticky_effects_offset\":50,\"css_classes\":\"header-section\"},\"elements\":[{\"id\":\"8de7e45\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":22},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"33df9dc\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"bc7bdec\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"90e6e83\"}],\"pp_display_conditions\":[{\"_id\":\"3e37d22\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"7aecdb07\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":38,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/logo-scaled.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":170,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"ef1f052\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"7043833\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"space_mobile_extra\":{\"unit\":\"px\",\"size\":165,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"497aff94\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":78},\"flex_justify_content\":\"flex-end\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"13efff7\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"4ba59b9\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"a9a413e\"}],\"pp_display_conditions\":[{\"_id\":\"6633050\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"2c1b634c\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"none\",\"toggle_label\":\"Menu\",\"pp_display_conditions\":[{\"_id\":\"6d90ae3\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"menu_type\":\"off-canvas\",\"toggle_align\":\"right\",\"toggle_background_color\":\"#02010100\",\"toggle_background_color_hover\":\"#02010100\",\"offcanvas_position\":\"right\",\"close_icon_background_color\":\"#02010100\",\"close_icon_background_color_hover\":\"#02010100\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_weight\":\"500\",\"__globals__\":{\"toggle_color\":\"globals\\/colors?id=astglobalcolor0\",\"toggle_color_hover\":\"globals\\/colors?id=astglobalcolor3\",\"overlay_bg_color\":\"\",\"mobile_link_color\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_color\":\"globals\\/colors?id=astglobalcolor4\",\"mobile_sub_link_bg_color\":\"\",\"mobile_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"mobile_sub_link_bg_hover\":\"globals\\/colors?id=astglobalcolor0\",\"mobile_sub_link_hover\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color\":\"globals\\/colors?id=astglobalcolor5\",\"close_icon_color_hover\":\"globals\\/colors?id=astglobalcolor5\",\"color_menu_item\":\"globals\\/colors?id=astglobalcolor2\",\"color_menu_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_menu_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item\":\"globals\\/colors?id=astglobalcolor2\",\"background_color_dropdown_item\":\"globals\\/colors?id=astglobalcolor5\",\"color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_hover\":\"globals\\/colors?id=astglobalcolor1\",\"color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor5\",\"background_color_dropdown_item_active\":\"globals\\/colors?id=astglobalcolor1\",\"dropdown_divider_color\":\"\"},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"menu_typography_text_transform\":\"uppercase\",\"menu_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.3,\"sizes\":[]},\"content_width\":\"full\",\"color_menu_item\":\"#434c55\",\"color_menu_item_hover\":\"#13aa65\",\"color_menu_item_active\":\"#13aa65\",\"color_dropdown_item\":\"#434c55\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#FFFFFF\",\"background_color_dropdown_item_hover\":\"rgba(67,76,85,0.83)\",\"color_dropdown_item_active\":\"#FFFFFF\",\"background_color_dropdown_item_active\":\"rgba(67,76,85,0.83)\",\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#434C5529\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"toggle_color\":\"#13aa65\",\"toggle_color_hover\":\"#334155\",\"overlay_bg_color\":\"#222933\",\"mobile_link_color\":\"#FFFFFF\",\"mobile_sub_link_bg_color\":\"#1F252C\",\"mobile_sub_link_color\":\"#F0F5FA\",\"mobile_link_hover\":\"#FFFFFF\",\"mobile_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_bg_hover\":\"#13aa65\",\"mobile_sub_link_hover\":\"#FFFFFF\",\"close_icon_color\":\"#FFFFFF\",\"close_icon_color_hover\":\"#FFFFFF\",\"dropdown_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":9,\"blur\":30,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.11)\"}},\"elements\":[],\"widgetType\":\"pp-advanced-menu\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"77acc13f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"px\",\"size\":300,\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":164,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":134,\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"id\":53,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Banner-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"f25b0fa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"8462f23\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"f25e330\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.7,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pp_display_conditions\":[{\"pp_condition_key\":\"page\",\"pp_condition_operator\":\"not\",\"_id\":\"eda4653\",\"pp_condition_page_value\":[\"10\"],\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"background_overlay_color_b\":\"\"},\"background_overlay_color\":\"#0604AC2E\",\"background_overlay_color_b\":\"#1E293B\",\"css_classes\":\"header-breadcrumbs-section\",\"e_display_conditions\":[\"[[{\\\"condition\\\":\\\"page_title\\\",\\\"comparator\\\":\\\"is_not\\\",\\\"titles\\\":[{\\\"id\\\":13,\\\"text\\\":\\\"Home\\\"}]}]]\"],\"min_height_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]}},\"elements\":[{\"id\":\"7f01ff0b\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"page-title\\\" settings=\\\"%7B%22include_context%22%3A%22%22%2C%22show_home_title%22%3A%22%22%2C%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"3b30e8f\",\"pp_condition_date_time_before_value\":\"2024-02-01 09:53\",\"pp_condition_date_value\":\"2025-08-29 to 2025-09-04\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_animation\":\"zoomIn\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"theme-page-title\"}],\"isInner\":false}]'),
(5662, 560, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(5682, 32, '_elementor_page_settings', 'a:0:{}');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5683, 32, '_elementor_controls_usage', 'a:4:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:7:\"link_to\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:5:\"align\";i:1;s:5:\"space\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:7:{s:14:\"flex_direction\";i:4;s:13:\"content_width\";i:2;s:5:\"width\";i:2;s:20:\"flex_justify_content\";i:2;s:16:\"flex_align_items\";i:1;s:8:\"flex_gap\";i:1;s:10:\"min_height\";i:1;}}s:5:\"style\";a:4:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:4;}s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:4:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;s:24:\"background_overlay_color\";i:1;s:26:\"background_overlay_color_b\";i:1;}}s:8:\"advanced\";a:3:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}s:14:\"section_layout\";a:3:{s:7:\"padding\";i:3;s:11:\"css_classes\";i:2;s:20:\"e_display_conditions\";i:1;}s:15:\"section_effects\";a:2:{s:6:\"sticky\";i:1;s:21:\"sticky_effects_offset\";i:1;}}}}s:16:\"pp-advanced-menu\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_layout\";a:4:{s:11:\"align_items\";i:1;s:7:\"pointer\";i:1;s:9:\"menu_type\";i:1;s:12:\"toggle_align\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}s:5:\"style\";a:5:{s:12:\"style_toggle\";a:4:{s:23:\"toggle_background_color\";i:1;s:29:\"toggle_background_color_hover\";i:1;s:12:\"toggle_color\";i:1;s:18:\"toggle_color_hover\";i:1;}s:16:\"style_responsive\";a:13:{s:18:\"offcanvas_position\";i:1;s:27:\"close_icon_background_color\";i:1;s:33:\"close_icon_background_color_hover\";i:1;s:16:\"overlay_bg_color\";i:1;s:17:\"mobile_link_color\";i:1;s:24:\"mobile_sub_link_bg_color\";i:1;s:21:\"mobile_sub_link_color\";i:1;s:17:\"mobile_link_hover\";i:1;s:20:\"mobile_link_bg_hover\";i:1;s:24:\"mobile_sub_link_bg_hover\";i:1;s:21:\"mobile_sub_link_hover\";i:1;s:16:\"close_icon_color\";i:1;s:22:\"close_icon_color_hover\";i:1;}s:16:\"style_typography\";a:8:{s:26:\"menu_typography_typography\";i:1;s:25:\"menu_typography_font_size\";i:1;s:27:\"menu_typography_font_weight\";i:1;s:30:\"dropdown_typography_typography\";i:1;s:31:\"dropdown_typography_font_weight\";i:1;s:30:\"menu_typography_text_transform\";i:1;s:30:\"menu_typography_letter_spacing\";i:1;s:29:\"dropdown_typography_font_size\";i:1;}s:23:\"section_style_main_menu\";a:4:{s:28:\"padding_horizontal_menu_item\";i:1;s:15:\"color_menu_item\";i:1;s:21:\"color_menu_item_hover\";i:1;s:22:\"color_menu_item_active\";i:1;}s:22:\"section_style_dropdown\";a:11:{s:19:\"color_dropdown_item\";i:1;s:30:\"background_color_dropdown_item\";i:1;s:25:\"color_dropdown_item_hover\";i:1;s:36:\"background_color_dropdown_item_hover\";i:1;s:26:\"color_dropdown_item_active\";i:1;s:37:\"background_color_dropdown_item_active\";i:1;s:23:\"dropdown_divider_border\";i:1;s:22:\"dropdown_divider_color\";i:1;s:22:\"dropdown_divider_width\";i:1;s:35:\"dropdown_box_shadow_box_shadow_type\";i:1;s:30:\"dropdown_box_shadow_box_shadow\";i:1;}}}}s:16:\"theme-page-title\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}}'),
(5678, 561, '_elementor_conditions', 'a:1:{i:0;s:15:\"include/general\";}'),
(5694, 562, '_elementor_page_settings', 'a:0:{}'),
(5697, 563, '_wp_page_template', 'elementor_header_footer'),
(5699, 563, '_elementor_edit_mode', 'builder'),
(5700, 563, '_elementor_template_type', 'wp-page'),
(5701, 563, '_elementor_version', '4.0.6'),
(5702, 563, '_elementor_pro_version', '4.0.4'),
(5703, 563, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(5704, 563, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"admissions_form\"},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Admissions Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Client Information\",\"field_html\":\"<h6> Client Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"sujon.devrivo@gmail.com\",\"email_subject\":\"Admissions -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5705, 563, '_elementor_page_settings', 'a:0:{}'),
(5710, 564, '_elementor_edit_mode', 'builder'),
(5711, 564, '_elementor_template_type', 'wp-page'),
(5712, 564, '_elementor_version', '4.0.6'),
(5713, 564, '_elementor_pro_version', '4.0.4'),
(5714, 564, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(5715, 564, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"admissions_form\"},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Admissions Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Client Information\",\"field_html\":\"<h6> Client Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"sujon.devrivo@gmail.com\",\"email_subject\":\"Admissions -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5722, 21, '__elementor_forms_snapshot', '[{\"id\":\"5953b254\",\"name\":\"Admissions Form \",\"fields\":[{\"id\":\"field_c689835\",\"type\":\"html\",\"label\":\"Client Information\"},{\"id\":\"name\",\"type\":\"text\",\"label\":\"Full Name\"},{\"id\":\"field_cc1facf\",\"type\":\"email\",\"label\":\"Email Address\"},{\"id\":\"email\",\"type\":\"text\",\"label\":\"Street Address\"},{\"id\":\"field_372cef9\",\"type\":\"text\",\"label\":\"City\"},{\"id\":\"field_cb4bcc0\",\"type\":\"text\",\"label\":\"State\"},{\"id\":\"field_c1126e1\",\"type\":\"text\",\"label\":\"ZIP \\/ Postal Code\"},{\"id\":\"field_57f6967\",\"type\":\"tel\",\"label\":\"Phone Number\"},{\"id\":\"field_67b468d\",\"type\":\"text\",\"label\":\"Relationship to Resident\"},{\"id\":\"field_cd897b3\",\"type\":\"html\",\"label\":\"Potential Resident\"},{\"id\":\"field_60124cf\",\"type\":\"text\",\"label\":\"Full Name\"},{\"id\":\"field_821f564\",\"type\":\"tel\",\"label\":\"Phone Number\"},{\"id\":\"field_fbf1081\",\"type\":\"radio\",\"label\":\"Gender\",\"options\":[\"Male\",\"Female \"]},{\"id\":\"field_af1e97a\",\"type\":\"html\",\"label\":\" Insurance Information\"},{\"id\":\"field_2d1e0ff\",\"type\":\"text\",\"label\":\"Insurance Provider Name\"},{\"id\":\"field_865c9bf\",\"type\":\"text\",\"label\":\"Policy Number\"},{\"id\":\"field_b480194\",\"type\":\"text\",\"label\":\"Group Number\"},{\"id\":\"field_1951805\",\"type\":\"tel\",\"label\":\"Phone Number\"},{\"id\":\"field_8ea1a68\",\"type\":\"html\",\"label\":\"Emergency Contact Information\"},{\"id\":\"field_2d768ac\",\"type\":\"text\",\"label\":\"Full Name\"},{\"id\":\"field_5cbb1b6\",\"type\":\"tel\",\"label\":\"Phone Number\"},{\"id\":\"field_13f75f9\",\"type\":\"tel\",\"label\":\"Alternate Phone Number\"},{\"id\":\"field_b4e6cb0\",\"type\":\"tel\",\"label\":\"Relationship to Resident\"},{\"id\":\"field_8ea1a68\",\"type\":\"html\",\"label\":\"Medical Information\"},{\"id\":\"field_69b72a8\",\"type\":\"text\",\"label\":\"Current Diagnoses (if any)\"},{\"id\":\"field_274ace9\",\"type\":\"textarea\",\"label\":\"Current Medications (name, dosage, frequency)\"},{\"id\":\"field_c40b8aa\",\"type\":\"textarea\",\"label\":\"Physician Name & Contact (if available)\"},{\"id\":\"field_e01759a\",\"type\":\"html\",\"label\":\"Additional Notes\"},{\"id\":\"field_75c2fef\",\"type\":\"textarea\",\"label\":\"Special Needs or Requirements\"},{\"id\":\"field_5925714\",\"type\":\"textarea\",\"label\":\"Behavioral Notes (if applicable)\"},{\"id\":\"field_fe9022a\",\"type\":\"textarea\",\"label\":\"Any Important Information for Care Team\"}]}]'),
(5731, 565, '_elementor_page_settings', 'a:0:{}'),
(5734, 566, '_wp_page_template', 'elementor_header_footer'),
(5736, 566, '_elementor_edit_mode', 'builder'),
(5737, 566, '_elementor_template_type', 'wp-page'),
(5738, 566, '_elementor_version', '4.0.6'),
(5739, 566, '_elementor_pro_version', '4.0.4'),
(5740, 566, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5741, 566, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"admissions_form\"},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Admissions Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Client Information\",\"field_html\":\"<h6> Client Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"sujon.devrivo@gmail.com\",\"email_subject\":\"Admissions -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5742, 566, '_elementor_page_settings', 'a:0:{}'),
(5747, 567, '_elementor_edit_mode', 'builder'),
(5748, 567, '_elementor_template_type', 'wp-page'),
(5749, 567, '_elementor_version', '4.0.6'),
(5750, 567, '_elementor_pro_version', '4.0.4'),
(5751, 567, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(5752, 567, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"admissions_form\"},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Admissions Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Client Information\",\"field_html\":\"<h6> Client Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Admissions -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5774, 569, '_elementor_page_settings', 'a:0:{}'),
(5775, 570, '_wp_page_template', 'elementor_header_footer'),
(5777, 570, '_elementor_edit_mode', 'builder'),
(5778, 570, '_elementor_template_type', 'wp-page'),
(5779, 570, '_elementor_version', '4.0.6'),
(5780, 570, '_elementor_pro_version', '4.0.4'),
(5781, 570, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5782, 570, '_elementor_data', '[{\"id\":\"31d60d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"admissions_form\"},\"elements\":[{\"id\":\"1236517\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"61d85a35\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"5f8ac418\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5953b254\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Admissions Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Client Information\",\"field_html\":\"<h6> Client Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Admissions -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5783, 21, '_elementor_page_settings', 'a:0:{}'),
(5784, 21, '_elementor_controls_usage', 'a:3:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:3:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:15:\"_section_border\";a:4:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;s:14:\"_border_radius\";i:1;}}}}s:4:\"form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:19:\"section_form_fields\";a:4:{s:9:\"form_name\";i:1;s:11:\"form_fields\";i:1;s:10:\"input_size\";i:1;s:13:\"mark_required\";i:1;}s:15:\"section_buttons\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_size\";i:1;}s:13:\"section_email\";a:4:{s:8:\"email_to\";i:1;s:13:\"email_subject\";i:1;s:10:\"email_from\";i:1;s:13:\"form_metadata\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_form_style\";a:6:{s:10:\"column_gap\";i:1;s:13:\"label_spacing\";i:1;s:27:\"label_typography_typography\";i:1;s:26:\"label_typography_font_size\";i:1;s:7:\"row_gap\";i:1;s:12:\"html_spacing\";i:1;}s:19:\"section_field_style\";a:1:{s:18:\"field_border_color\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:3:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:2;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:3;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"section_layout\";a:3:{s:7:\"padding\";i:2;s:7:\"z_index\";i:1;s:11:\"css_classes\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:1;}}s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:13:\"content_width\";i:1;s:14:\"flex_direction\";i:2;s:8:\"flex_gap\";i:1;s:11:\"boxed_width\";i:1;}}}}}'),
(5787, 32, '_elementor_screenshot_failed', '2026-05-06 13:43:29'),
(5796, 571, '_elementor_page_settings', 'a:0:{}'),
(5799, 572, '_wp_page_template', 'elementor_header_footer'),
(5801, 572, '_elementor_edit_mode', 'builder'),
(5802, 572, '_elementor_template_type', 'wp-page'),
(5803, 572, '_elementor_version', '4.0.6'),
(5804, 572, '_elementor_pro_version', '4.0.4'),
(5805, 572, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5806, 572, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}]},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2a9be4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4d3fcf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"7d29d75\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7303884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5807, 572, '_elementor_page_settings', 'a:0:{}'),
(6067, 596, '_elementor_edit_mode', 'builder'),
(6068, 596, '_elementor_template_type', 'wp-page'),
(6069, 596, '_elementor_version', '4.0.6'),
(6070, 596, '_elementor_pro_version', '4.0.4'),
(5810, 573, '_wp_page_template', 'elementor_header_footer'),
(5812, 573, '_elementor_edit_mode', 'builder'),
(5813, 573, '_elementor_template_type', 'wp-page'),
(5814, 573, '_elementor_version', '4.0.6'),
(5815, 573, '_elementor_pro_version', '4.0.4'),
(5816, 573, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5817, 573, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2a9be4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4d3fcf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"7d29d75\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7303884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/admissions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/employment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5842, 575, '_elementor_page_settings', 'a:0:{}'),
(5865, 577, '_elementor_page_settings', 'a:0:{}'),
(5866, 578, '_wp_page_template', 'elementor_header_footer'),
(5868, 578, '_elementor_edit_mode', 'builder'),
(5869, 578, '_elementor_template_type', 'wp-page'),
(5870, 578, '_elementor_version', '4.0.6'),
(5871, 578, '_elementor_pro_version', '4.0.4'),
(5872, 578, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5873, 578, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2a9be4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4d3fcf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"7d29d75\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7303884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/admissions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/employment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5874, 578, '_elementor_page_settings', 'a:0:{}'),
(6065, 596, '_wp_page_template', 'elementor_header_footer'),
(5875, 579, '_wp_page_template', 'elementor_header_footer'),
(5877, 579, '_elementor_edit_mode', 'builder'),
(5878, 579, '_elementor_template_type', 'wp-page'),
(5879, 579, '_elementor_version', '4.0.6'),
(5880, 579, '_elementor_pro_version', '4.0.4'),
(5881, 579, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5882, 579, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2a9be4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4d3fcf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"7d29d75\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7303884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/admissions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/employment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6045, 594, '_wp_page_template', 'elementor_header_footer'),
(6047, 594, '_elementor_edit_mode', 'builder'),
(6048, 594, '_elementor_template_type', 'wp-page'),
(6049, 594, '_elementor_version', '4.0.6'),
(6050, 594, '_elementor_pro_version', '4.0.4'),
(6051, 594, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6052, 594, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2a9be4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4d3fcf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"7d29d75\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7303884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/admissions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/employment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5957, 586, '_wp_page_template', 'elementor_header_footer'),
(5935, 584, '_wp_page_template', 'elementor_header_footer'),
(5937, 584, '_elementor_edit_mode', 'builder'),
(5938, 584, '_elementor_template_type', 'wp-page'),
(5939, 584, '_elementor_version', '4.0.6'),
(5940, 584, '_elementor_pro_version', '4.0.4'),
(5941, 584, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(5942, 584, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Admissions Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Client Information\",\"field_html\":\"<h6> Client Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Admissions -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6013, 590, '_elementor_page_settings', 'a:0:{}'),
(6014, 591, '_wp_page_template', 'elementor_header_footer'),
(6016, 591, '_elementor_edit_mode', 'builder'),
(6017, 591, '_elementor_template_type', 'wp-page'),
(6018, 591, '_elementor_version', '4.0.6'),
(6019, 591, '_elementor_pro_version', '4.0.4'),
(6020, 591, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(6021, 591, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5897, 580, '_elementor_page_settings', 'a:0:{}'),
(5900, 581, '_wp_page_template', 'elementor_header_footer'),
(5902, 581, '_elementor_edit_mode', 'builder'),
(5903, 581, '_elementor_template_type', 'wp-page'),
(5904, 581, '_elementor_version', '4.0.6'),
(5905, 581, '_elementor_pro_version', '4.0.4'),
(5906, 581, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5907, 581, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Admissions Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Admissions Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Client Information\",\"field_html\":\"<h6> Client Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Admissions -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5908, 581, '_elementor_page_settings', 'a:0:{}'),
(5913, 582, '_elementor_edit_mode', 'builder'),
(5914, 582, '_elementor_template_type', 'wp-page'),
(5915, 582, '_elementor_version', '4.0.6'),
(5916, 582, '_elementor_pro_version', '4.0.4'),
(5917, 582, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(5918, 582, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Admissions Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Client Information\",\"field_html\":\"<h6> Client Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Admissions -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5993, 589, '_wp_page_template', 'elementor_header_footer'),
(5971, 587, '_wp_page_template', 'elementor_header_footer'),
(5973, 587, '_elementor_edit_mode', 'builder'),
(5974, 587, '_elementor_template_type', 'wp-page'),
(5975, 587, '_elementor_version', '4.0.6'),
(5976, 587, '_elementor_pro_version', '4.0.4'),
(5977, 587, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5978, 587, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Admissions Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Admissions -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6392, 627, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"field_type\":\"html\",\"field_label\":\"School Information \",\"field_html\":\" <strong> School  Information <\\/strong>\",\"custom_id\":\"field_e6507c2\",\"_id\":\"e6507c2\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"custom_id\":\"field_b6bd2fe\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b6bd2fe\"},{\"custom_id\":\"field_672fdad\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"672fdad\"},{\"field_type\":\"html\",\"field_label\":\"College Information \",\"field_html\":\" <strong> College Information <\\/strong>\",\"custom_id\":\"field_948d462\",\"_id\":\"948d462\"},{\"custom_id\":\"field_bcf15d2\",\"field_label\":\"College Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"bcf15d2\"},{\"custom_id\":\"field_647091c\",\"field_label\":\"Location of College\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"647091c\"},{\"custom_id\":\"field_dce189f\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"dce189f\"},{\"custom_id\":\"field_28f1646\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"28f1646\"},{\"field_type\":\"html\",\"field_label\":\"Work History\",\"field_html\":\"<h6> Work History <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Company Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_6708a0a\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"6708a0a\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6106, 600, '_wp_page_template', 'elementor_header_footer'),
(6108, 600, '_elementor_edit_mode', 'builder'),
(6109, 600, '_elementor_template_type', 'wp-page'),
(6110, 600, '_elementor_version', '4.0.6'),
(6111, 600, '_elementor_pro_version', '4.0.4'),
(6112, 600, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6113, 600, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Type of School\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"School\\nCollege\\nUniversity \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5943, 584, '_elementor_page_settings', 'a:0:{}'),
(5946, 585, '_wp_page_template', 'elementor_header_footer'),
(5948, 585, '_elementor_edit_mode', 'builder'),
(5949, 585, '_elementor_template_type', 'wp-page'),
(5950, 585, '_elementor_version', '4.0.6'),
(5951, 585, '_elementor_pro_version', '4.0.4'),
(5952, 585, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(5953, 585, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Admissions Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Client Information\",\"field_html\":\"<h6> Client Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Admissions -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5954, 585, '_elementor_page_settings', 'a:0:{}'),
(5959, 586, '_elementor_edit_mode', 'builder'),
(5960, 586, '_elementor_template_type', 'wp-page'),
(5961, 586, '_elementor_version', '4.0.6'),
(5962, 586, '_elementor_pro_version', '4.0.4'),
(5963, 586, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5964, 586, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Admissions Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Admissions -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6023, 592, '_wp_page_template', 'elementor_header_footer'),
(6005, 590, '_wp_page_template', 'elementor_header_footer'),
(6007, 590, '_elementor_edit_mode', 'builder'),
(6008, 590, '_elementor_template_type', 'wp-page'),
(6009, 590, '_elementor_version', '4.0.6'),
(6010, 590, '_elementor_pro_version', '4.0.4'),
(6011, 590, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(6012, 590, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5979, 587, '_elementor_page_settings', 'a:0:{}'),
(5982, 588, '_wp_page_template', 'elementor_header_footer'),
(5984, 588, '_elementor_edit_mode', 'builder'),
(5985, 588, '_elementor_template_type', 'wp-page'),
(5986, 588, '_elementor_version', '4.0.6'),
(5987, 588, '_elementor_pro_version', '4.0.4'),
(5988, 588, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5989, 588, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Admissions Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Admissions -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5990, 588, '_elementor_page_settings', 'a:0:{}'),
(5995, 589, '_elementor_edit_mode', 'builder'),
(5996, 589, '_elementor_template_type', 'wp-page'),
(5997, 589, '_elementor_version', '4.0.6'),
(5998, 589, '_elementor_pro_version', '4.0.4'),
(5999, 589, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(6000, 589, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_67b468d\",\"required\":\"true\",\"field_label\":\"Relationship to Resident\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"67b468d\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6022, 591, '_elementor_page_settings', 'a:0:{}'),
(6025, 592, '_elementor_edit_mode', 'builder'),
(6026, 592, '_elementor_template_type', 'wp-page'),
(6027, 592, '_elementor_version', '4.0.6'),
(6028, 592, '_elementor_pro_version', '4.0.4'),
(6029, 592, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6030, 592, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6100, 599, '_elementor_version', '4.0.6'),
(6078, 597, '_wp_page_template', 'elementor_header_footer'),
(6080, 597, '_elementor_edit_mode', 'builder'),
(6081, 597, '_elementor_template_type', 'wp-page'),
(6082, 597, '_elementor_version', '4.0.6'),
(6083, 597, '_elementor_pro_version', '4.0.4'),
(6084, 597, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(6085, 597, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6162, 606, '_wp_page_template', 'elementor_header_footer'),
(6164, 606, '_elementor_edit_mode', 'builder'),
(6165, 606, '_elementor_template_type', 'wp-page'),
(6166, 606, '_elementor_version', '4.0.6'),
(6167, 606, '_elementor_pro_version', '4.0.4'),
(6168, 606, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6169, 606, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"size_mobile_extra\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"size_mobile_extra\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2a9be4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4d3fcf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"7d29d75\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7303884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"gap_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/admissions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/employment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6194, 13, '_elementor_page_settings', 'a:0:{}'),
(6195, 13, '_elementor_controls_usage', 'a:9:{s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:3;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;s:20:\"typography_font_size\";i:1;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:16:\"_flex_align_self\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:8;s:4:\"link\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:5;}}s:8:\"advanced\";a:2:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:8;}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:4;s:8:\"_padding\";i:2;s:12:\"_css_classes\";i:3;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:26;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:7:{s:13:\"content_width\";i:21;s:14:\"flex_direction\";i:12;s:10:\"min_height\";i:8;s:20:\"flex_justify_content\";i:23;s:5:\"width\";i:11;s:8:\"flex_gap\";i:20;s:9:\"flex_wrap\";i:6;}}s:5:\"style\";a:5:{s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:26;}s:18:\"section_background\";a:9:{s:21:\"background_background\";i:14;s:16:\"background_image\";i:8;s:19:\"background_position\";i:8;s:21:\"background_attachment\";i:8;s:17:\"background_repeat\";i:8;s:15:\"background_size\";i:8;s:16:\"background_color\";i:3;s:18:\"background_color_b\";i:2;s:19:\"background_bg_width\";i:1;}s:26:\"section_background_overlay\";a:10:{s:29:\"background_overlay_background\";i:7;s:24:\"background_overlay_color\";i:4;s:26:\"background_overlay_color_b\";i:3;s:26:\"background_overlay_opacity\";i:8;s:27:\"background_overlay_position\";i:4;s:29:\"background_overlay_attachment\";i:4;s:25:\"background_overlay_repeat\";i:4;s:23:\"background_overlay_size\";i:4;s:24:\"background_overlay_image\";i:4;s:27:\"background_overlay_bg_width\";i:1;}s:14:\"section_border\";a:5:{s:13:\"border_border\";i:10;s:12:\"border_width\";i:10;s:12:\"border_color\";i:10;s:21:\"box_shadow_box_shadow\";i:8;s:26:\"box_shadow_box_shadow_type\";i:6;}s:21:\"section_shape_divider\";a:2:{s:24:\"shape_divider_top_height\";i:2;s:26:\"shape_divider_top_negative\";i:2;}}s:8:\"advanced\";a:4:{s:14:\"section_layout\";a:3:{s:6:\"margin\";i:4;s:7:\"padding\";i:18;s:11:\"css_classes\";i:17;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:26;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:12;s:18:\"animation_duration\";i:12;}s:19:\"_section_responsive\";a:6:{s:15:\"hide_widescreen\";i:2;s:12:\"hide_desktop\";i:2;s:17:\"hide_tablet_extra\";i:2;s:11:\"hide_tablet\";i:2;s:17:\"hide_mobile_extra\";i:2;s:11:\"hide_mobile\";i:2;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:4;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:2:{s:5:\"align\";i:4;s:4:\"size\";i:4;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:8:\"icon-box\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:4:{s:13:\"selected_icon\";i:8;s:10:\"title_text\";i:8;s:16:\"description_text\";i:8;s:10:\"title_size\";i:8;}}s:5:\"style\";a:2:{s:17:\"section_style_box\";a:2:{s:10:\"text_align\";i:8;s:18:\"title_bottom_space\";i:8;}s:21:\"section_style_content\";a:4:{s:33:\"description_typography_typography\";i:8;s:32:\"description_typography_font_size\";i:8;s:34:\"description_typography_line_height\";i:4;s:17:\"description_color\";i:4;}}s:8:\"advanced\";a:3:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:8;}s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:4;}s:15:\"_section_border\";a:2:{s:14:\"_border_border\";i:2;s:13:\"_border_width\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:4;s:10:\"image_size\";i:4;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:4;}}}}s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:15:\"section_divider\";a:2:{s:5:\"width\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:21:\"section_divider_style\";a:2:{s:5:\"color\";i:1;s:3:\"gap\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:11:\"pp-info-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:12:\"section_icon\";a:2:{s:9:\"icon_type\";i:3;s:5:\"image\";i:3;}s:15:\"section_content\";a:4:{s:7:\"heading\";i:3;s:11:\"sub_heading\";i:3;s:11:\"description\";i:3;s:18:\"sub_title_html_tag\";i:3;}}s:5:\"style\";a:1:{s:30:\"section_info_box_content_style\";a:14:{s:5:\"align\";i:3;s:11:\"title_color\";i:3;s:27:\"title_typography_typography\";i:3;s:26:\"title_typography_font_size\";i:3;s:28:\"title_typography_font_weight\";i:3;s:31:\"title_typography_text_transform\";i:3;s:31:\"title_typography_letter_spacing\";i:3;s:12:\"title_margin\";i:3;s:14:\"subtitle_color\";i:3;s:30:\"subtitle_typography_typography\";i:3;s:29:\"subtitle_typography_font_size\";i:3;s:15:\"subtitle_margin\";i:3;s:31:\"subtitle_typography_font_weight\";i:3;s:17:\"description_color\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:12:\"_css_classes\";i:3;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}}}}}'),
(6101, 599, '_elementor_pro_version', '4.0.4'),
(6102, 599, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(6103, 599, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Type of School\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"School\\nCollege\\nUniversity \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6053, 594, '_elementor_page_settings', 'a:0:{}'),
(6055, 595, '_wp_page_template', 'elementor_header_footer'),
(6057, 595, '_elementor_edit_mode', 'builder'),
(6058, 595, '_elementor_template_type', 'wp-page'),
(6059, 595, '_elementor_version', '4.0.6'),
(6060, 595, '_elementor_pro_version', '4.0.4'),
(6061, 595, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6062, 595, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2a9be4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4d3fcf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"7d29d75\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7303884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"1263f63\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"eba3d86\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"10ae284\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"0f61a65\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"ADMISSIONS\",\"description_text\":\"Basic patient details, contact info, insurance, emergency contact, notes\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"31923bd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"fada0bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"808a7c8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"88f7f80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"CONTACT US\",\"description_text\":\"Name, contact details, message or question, submit your inquiry here\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c31aad7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bb0dbc6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"c6735fe\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"36803a4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"EMPLOYMENT\",\"description_text\":\"Applicant name, work history, education, skills, qualifications, experience\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"d1071a4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/admissions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":340,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/employment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6063, 595, '_elementor_page_settings', 'a:0:{}'),
(6086, 597, '_elementor_page_settings', 'a:0:{}'),
(6087, 598, '_wp_page_template', 'elementor_header_footer'),
(6089, 598, '_elementor_edit_mode', 'builder'),
(6090, 598, '_elementor_template_type', 'wp-page'),
(6091, 598, '_elementor_version', '4.0.6'),
(6092, 598, '_elementor_pro_version', '4.0.4'),
(6093, 598, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(6094, 598, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Potential Resident\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_821f564\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"821f564\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Gender\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"Male\\nFemale \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6095, 598, '_elementor_page_settings', 'a:0:{}'),
(6114, 600, '_elementor_page_settings', 'a:0:{}'),
(6115, 601, '_wp_page_template', 'elementor_header_footer'),
(6117, 601, '_elementor_edit_mode', 'builder'),
(6118, 601, '_elementor_template_type', 'wp-page'),
(6119, 601, '_elementor_version', '4.0.6'),
(6120, 601, '_elementor_pro_version', '4.0.4'),
(6121, 601, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(6122, 601, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Type of School\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"School\\nCollege\\nUniversity \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6123, 601, '_elementor_page_settings', 'a:0:{}'),
(6389, 627, '_elementor_version', '4.0.6'),
(6390, 627, '_elementor_pro_version', '4.0.4'),
(6391, 627, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(6124, 602, '_wp_page_template', 'elementor_header_footer'),
(6126, 602, '_elementor_edit_mode', 'builder'),
(6127, 602, '_elementor_template_type', 'wp-page'),
(6128, 602, '_elementor_version', '4.0.6'),
(6129, 602, '_elementor_pro_version', '4.0.4'),
(6130, 602, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6131, 602, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Type of School\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"School\\nCollege\\nUniversity \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6388, 627, '_elementor_template_type', 'wp-page'),
(6134, 603, '_wp_page_template', 'elementor_header_footer'),
(6136, 603, '_elementor_edit_mode', 'builder'),
(6137, 603, '_elementor_template_type', 'wp-page'),
(6138, 603, '_elementor_version', '4.0.6'),
(6139, 603, '_elementor_pro_version', '4.0.4'),
(6140, 603, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(6141, 603, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Type of School\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"School\\nCollege\\nUniversity \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6142, 603, '_elementor_page_settings', 'a:0:{}'),
(6143, 604, '_wp_page_template', 'elementor_header_footer'),
(6145, 604, '_elementor_edit_mode', 'builder'),
(6146, 604, '_elementor_template_type', 'wp-page'),
(6147, 604, '_elementor_version', '4.0.6'),
(6148, 604, '_elementor_pro_version', '4.0.4'),
(6149, 604, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6150, 604, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Type of School\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"School\\nCollege\\nUniversity \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6151, 604, '_elementor_page_settings', 'a:0:{}'),
(6387, 627, '_elementor_edit_mode', 'builder'),
(6327, 621, '_wp_page_template', 'elementor_header_footer'),
(6329, 621, '_elementor_edit_mode', 'builder'),
(6330, 621, '_elementor_template_type', 'wp-page'),
(6331, 621, '_elementor_version', '4.0.6'),
(6291, 618, '_wp_page_template', 'elementor_header_footer'),
(6293, 618, '_elementor_edit_mode', 'builder'),
(6152, 605, '_wp_page_template', 'elementor_header_footer'),
(6154, 605, '_elementor_edit_mode', 'builder'),
(6155, 605, '_elementor_template_type', 'wp-page'),
(6156, 605, '_elementor_version', '4.0.6'),
(6157, 605, '_elementor_pro_version', '4.0.4'),
(6158, 605, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(6159, 605, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Type of School\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"School\\nCollege\\nUniversity \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"custom_id\":\"field_b6bd2fe\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b6bd2fe\"},{\"custom_id\":\"field_984e339\",\"field_label\":\"Major\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"984e339\"},{\"custom_id\":\"field_672fdad\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"672fdad\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6216, 611, '_wp_page_template', 'elementor_header_footer'),
(6198, 609, '_wp_page_template', 'elementor_header_footer'),
(6200, 609, '_elementor_edit_mode', 'builder'),
(6201, 609, '_elementor_template_type', 'wp-page'),
(6202, 609, '_elementor_version', '4.0.6'),
(6203, 609, '_elementor_pro_version', '4.0.4'),
(6204, 609, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6205, 609, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Type of School\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"School\\nCollege\\nUniversity \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"custom_id\":\"field_b6bd2fe\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b6bd2fe\"},{\"custom_id\":\"field_984e339\",\"field_label\":\"Major\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"984e339\"},{\"custom_id\":\"field_672fdad\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"672fdad\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6170, 606, '_elementor_page_settings', 'a:0:{}'),
(6173, 607, '_wp_page_template', 'elementor_header_footer'),
(6175, 607, '_elementor_edit_mode', 'builder'),
(6176, 607, '_elementor_template_type', 'wp-page'),
(6177, 607, '_elementor_version', '4.0.6'),
(6178, 607, '_elementor_pro_version', '4.0.4'),
(6179, 607, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6180, 607, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"size_mobile_extra\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"size_mobile_extra\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2a9be4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4d3fcf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"7d29d75\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7303884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"gap_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/admissions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/employment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6181, 607, '_elementor_page_settings', 'a:0:{}'),
(6184, 608, '_wp_page_template', 'elementor_header_footer'),
(6186, 608, '_elementor_edit_mode', 'builder'),
(6187, 608, '_elementor_template_type', 'wp-page'),
(6188, 608, '_elementor_version', '4.0.6'),
(6189, 608, '_elementor_pro_version', '4.0.4'),
(6190, 608, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6191, 608, '_elementor_data', '[{\"id\":\"11a048a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"px\",\"size\":710,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-ung.jpg\",\"id\":69,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1eff652\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"1fe711d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"94156ad\"}],\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_color_b\":\"#01005A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.66,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"2a41569\"}],\"__globals__\":{\"background_overlay_color_b\":\"\"}},\"elements\":[{\"id\":\"8698aa1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2242184\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d4c5fd\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2379b64\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"3e371b0\"}],\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"5178870\",\"elType\":\"widget\",\"settings\":{\"title\":\"Casa bloom LLC\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":85,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":4,\"blur\":10,\"color\":\"rgba(0,0,0,0.3)\"},\"pp_display_conditions\":[{\"_id\":\"f45a834\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8925c50\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":427,\"sizes\":[]},\"_flex_align_self\":\"center\",\"pp_display_conditions\":[{\"_id\":\"5016ece\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor4\"},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cb8260e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Programs >\",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"ce2efc6\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"c0bdb75\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom right\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-3.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/shape-2.png\",\"id\":171,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_bg_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[{\"id\":\"b133417\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20}},\"elements\":[{\"id\":\"64a6a65\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"e768928\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"size_mobile_extra\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cf7242c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"ec8037f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"abf5b89\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"},\"size_mobile_extra\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"0f49d62\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"69be17d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\",\"background_color\":\"globals\\/colors?id=astglobalcolor4\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"css_classes\":\"program-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"8bfc633\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b3a3172\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"087aabb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":true,\"unit\":\"px\",\"size\":40},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c89d2f1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"cb8c7a0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f2a9be4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"8f6d33d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"60fde6c\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/about-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d765501\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"css_classes\":\"program-main-col\"},\"elements\":[{\"id\":\"c241f72\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"e4d3fcf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"ad96d07\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"7b9e4c8\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e72a6bd\"}],\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"sub-col\",\"pp_display_conditions\":[{\"_id\":\"f0bd351\"}]},\"elements\":[{\"id\":\"7d29d75\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"__globals__\":{\"_border_color\":\"globals\\/colors?id=astglobalcolor1\"},\"description_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"7303884\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"de84f42\",\"elType\":\"widget\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"align\":\"center\",\"text\":\"Divider\",\"color\":\"#00000017\",\"gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"06845a5\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"gap_mobile_extra\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"4479aaf\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"5c69eaf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"0ba1f0d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"428a9aa\"}],\"pp_display_conditions\":[{\"_id\":\"e5f53ca\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"flex_gap_tablet\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap_tablet_extra\":\"wrap\"},\"elements\":[{\"id\":\"fac4901\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":244,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Admission-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"849cc49\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"ADMISSIONS\",\"description\":\"<p>Basic patient details, contact info, insurance, emergency contact, notes<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"317d7ad\",\"elType\":\"widget\",\"settings\":{\"text\":\"Inquire Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/admissions\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"d7a32e3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":252,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Contact-Us-Image.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"8a726c9\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Contact Us\",\"description\":\"Name, contact details, message or question, submit your inquiry here\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"edef598\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us Today >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/contact-us\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"dfd9055\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"flex_justify_content\":\"flex-end\",\"background_background\":\"classic\",\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/EMPLOYMENT-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"1f0ef67\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"ba3148b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"314150a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"css_classes\":\"program-col\",\"pp_display_conditions\":[{\"_id\":\"ff89f8e\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#02010100\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"__globals__\":{\"background_overlay_color_b\":\"globals\\/colors?id=astglobalcolor6\"},\"width_tablet_extra\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"b14f1da\",\"elType\":\"widget\",\"settings\":{\"icon_type\":\"none\",\"icon_text\":\"1\",\"heading\":\"\",\"sub_heading\":\"Employment\",\"description\":\"<p>Applicant name, work history, education, skills, qualifications, experience<\\/p>\",\"sub_title_html_tag\":\"h4\",\"button_text\":\"Get Started\",\"align\":\"left\",\"title_color\":\"#DFDFDF\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"title_typography_text_transform\":\"uppercase\",\"title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"title_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"subtitle_color\":\"#FFFFFF\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"subtitle_margin\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_css_classes\":\"project-content\",\"pp_display_conditions\":[{\"_id\":\"15928d5\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"title_color\":\"\",\"subtitle_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"\"},\"subtitle_typography_font_size_mobile_extra\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"subtitle_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"image\":{\"id\":281,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/placeholder.png\"},\"subtitle_typography_font_weight\":\"700\",\"description_color\":\"#E6E1E1\"},\"elements\":[],\"widgetType\":\"pp-info-box\"},{\"id\":\"4b8b4f0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Apply Here >\",\"_css_classes\":\"project-btn\",\"pp_display_conditions\":[{\"_id\":\"f4f4e0b\",\"pp_condition_date_time_before_value\":\"2026-05-09 09:29\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"link\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/employment\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e6f0ea2\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"2a12386\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"b5eba5f\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"e1ca4f2\"}],\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#000000\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.55,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D6D6D612\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"5a08f39\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"__globals__\":{\"background_overlay_color\":\"\",\"border_color\":\"\"},\"background_overlay_image\":{\"id\":198,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/apartment-three-shape-1.webp\"},\"background_overlay_position\":\"top left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_background\":\"classic\",\"background_color\":\"#FDFDFD\",\"css_classes\":\"services-section\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"15\",\"bottom\":\"60\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"40\",\"left\":\"15\",\"isLinked\":false},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"af6d48d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf46c7f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services & \\n\\n <span style=\\\"font-weight:200\\\">Programs<\\/span> \",\"pp_display_conditions\":[{\"_id\":\"e1d64e7\",\"pp_condition_date_time_before_value\":\"2026-05-09 07:33\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1fbcbc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"flex_gap_tablet_extra\":{\"column\":\"16\",\"row\":\"16\",\"isLinked\":true,\"unit\":\"px\",\"size\":16},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3a59ee2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"3503c1f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":202,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/about-us-img.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a30130f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"About Us\",\"description_text\":\"Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"b5fc06e\",\"elType\":\"widget\",\"settings\":{\"text\":\"View Who We Are >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"0dd6e80\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=701fbe7\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"9a359b3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":203,\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/Services-With-Care.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"pp_display_conditions\":[{\"_id\":\"ee9e9d2\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41436c8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Services to Be Provided\",\"description_text\":\"Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.\",\"title_size\":\"h4\",\"text_align\":\"center\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"description_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"description_color\":\"#858585\",\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"1d04aae\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More >\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a1e2d7c\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"561ccbe3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"62ac55f\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"6d26a08\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"7b83676\"}],\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"a9359eb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"\",\"background_color_b\":\"\"},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"40\",\"left\":\"10\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#FBF6FC\",\"background_color_b\":\"#2582c6\",\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_repeat\":\"no-repeat\",\"background_size\":\"initial\",\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"shape_divider_top_negative\":\"yes\",\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"10\",\"bottom\":\"60\",\"left\":\"10\",\"isLinked\":false},\"background_overlay_position\":\"bottom left\",\"background_overlay_attachment\":\"scroll\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"initial\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.13,\"sizes\":[]},\"css_classes\":\"services-section\",\"background_background\":\"classic\",\"min_height\":{\"unit\":\"vh\",\"size\":80,\"sizes\":[]},\"min_height_widescreen\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/banner-shape.png\",\"id\":185,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"hide_widescreen\":\"hidden-widescreen\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet_extra\":\"hidden-tablet_extra\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"23dd0b3d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"flex_wrap\":\"wrap\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"84d5792\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"9346598\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"858ef4d\"}],\"pp_display_conditions\":[{\"_id\":\"9192ceb\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}]},\"elements\":[{\"id\":\"6eeb23ee\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"29657842\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/flag_3271630.svg\",\"id\":123},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6f0d4a9d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Mission\",\"description_text\":\"At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true},{\"id\":\"20985f75\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"c893efa\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"2f6124d\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"43744d8\"}],\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"40\",\"left\":\"30\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"d12f297\",\"pp_condition_date_time_before_value\":\"2026-04-05 09:51\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor4\",\"border_color\":\"\"},\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#DFDFDF\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":3,\"color\":\"rgba(0, 0, 0, 0.04)\"},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"width_mobile_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"background_background\":\"classic\",\"width_tablet\":{\"unit\":\"%\",\"size\":48,\"sizes\":[]},\"box_shadow_box_shadow_type\":\"yes\",\"css_classes\":\"services-col\"},\"elements\":[{\"id\":\"662ade22\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":{\"url\":\"https:\\/\\/mrarif.me\\/casabloomllc\\/wp-content\\/uploads\\/2026\\/05\\/assistance_18125060-1.svg\",\"id\":126},\"library\":\"svg\"},\"align\":\"start\",\"size\":{\"unit\":\"px\",\"size\":90,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"c8cd326\",\"pp_condition_date_time_before_value\":\"2026-05-02 14:59\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=astglobalcolor1\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7e617ba0\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"title_text\":\"Vision\",\"description_text\":\"Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.\\u201d\",\"title_size\":\"h4\",\"text_align\":\"start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"pp_display_conditions\":[{\"_id\":\"d10a000\",\"pp_condition_date_time_before_value\":\"2026-05-06 10:27\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6206, 609, '_elementor_page_settings', 'a:0:{}'),
(6207, 610, '_wp_page_template', 'elementor_header_footer'),
(6209, 610, '_elementor_edit_mode', 'builder'),
(6210, 610, '_elementor_template_type', 'wp-page'),
(6211, 610, '_elementor_version', '4.0.6'),
(6212, 610, '_elementor_pro_version', '4.0.4'),
(6213, 610, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(6214, 610, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Type of School\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"School\\nCollege\\nUniversity \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"custom_id\":\"field_b6bd2fe\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b6bd2fe\"},{\"custom_id\":\"field_984e339\",\"field_label\":\"Major\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"984e339\"},{\"custom_id\":\"field_672fdad\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"672fdad\"},{\"field_type\":\"html\",\"field_label\":\" Insurance Information\",\"field_html\":\"<h6> Potential Resident <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Insurance Provider Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6215, 610, '_elementor_page_settings', 'a:0:{}'),
(6218, 611, '_elementor_edit_mode', 'builder'),
(6219, 611, '_elementor_template_type', 'wp-page'),
(6220, 611, '_elementor_version', '4.0.6'),
(6221, 611, '_elementor_pro_version', '4.0.4'),
(6222, 611, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(6223, 611, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Type of School\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"School\\nCollege\\nUniversity \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"custom_id\":\"field_b6bd2fe\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b6bd2fe\"},{\"custom_id\":\"field_984e339\",\"field_label\":\"Major\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"984e339\"},{\"custom_id\":\"field_672fdad\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"672fdad\"},{\"field_type\":\"html\",\"field_label\":\"Work History\",\"field_html\":\"<h6> Work History <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Company Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6244, 614, '_wp_page_template', 'elementor_header_footer'),
(6226, 612, '_wp_page_template', 'elementor_header_footer'),
(6228, 612, '_elementor_edit_mode', 'builder'),
(6229, 612, '_elementor_template_type', 'wp-page'),
(6230, 612, '_elementor_version', '4.0.6'),
(6231, 612, '_elementor_pro_version', '4.0.4'),
(6232, 612, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6233, 612, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Type of School\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"School\\nCollege\\nUniversity \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"custom_id\":\"field_b6bd2fe\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b6bd2fe\"},{\"custom_id\":\"field_984e339\",\"field_label\":\"Major\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"984e339\"},{\"custom_id\":\"field_672fdad\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"672fdad\"},{\"field_type\":\"html\",\"field_label\":\"Work History\",\"field_html\":\"<h6> Work History <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Company Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6234, 612, '_elementor_page_settings', 'a:0:{}'),
(6235, 613, '_wp_page_template', 'elementor_header_footer'),
(6237, 613, '_elementor_edit_mode', 'builder'),
(6238, 613, '_elementor_template_type', 'wp-page'),
(6239, 613, '_elementor_version', '4.0.6'),
(6240, 613, '_elementor_pro_version', '4.0.4'),
(6241, 613, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(6242, 613, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Type of School\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"School\\nCollege\\nUniversity \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"custom_id\":\"field_b6bd2fe\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b6bd2fe\"},{\"custom_id\":\"field_984e339\",\"field_label\":\"Major\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"984e339\"},{\"custom_id\":\"field_672fdad\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"672fdad\"},{\"field_type\":\"html\",\"field_label\":\"Work History\",\"field_html\":\"<h6> Work History <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Company Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_865c9bf\",\"field_label\":\"Policy Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"865c9bf\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6243, 613, '_elementor_page_settings', 'a:0:{}'),
(6246, 614, '_elementor_edit_mode', 'builder'),
(6247, 614, '_elementor_template_type', 'wp-page'),
(6248, 614, '_elementor_version', '4.0.6'),
(6249, 614, '_elementor_pro_version', '4.0.4'),
(6250, 614, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6251, 614, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Type of School\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"School\\nCollege\\nUniversity \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"custom_id\":\"field_b6bd2fe\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b6bd2fe\"},{\"custom_id\":\"field_984e339\",\"field_label\":\"Major\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"984e339\"},{\"custom_id\":\"field_672fdad\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"672fdad\"},{\"field_type\":\"html\",\"field_label\":\"Work History\",\"field_html\":\"<h6> Work History <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Company Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_6708a0a\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"6708a0a\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6294, 618, '_elementor_template_type', 'wp-page'),
(6269, 616, '_wp_page_template', 'elementor_header_footer'),
(6271, 616, '_elementor_edit_mode', 'builder'),
(6272, 616, '_elementor_template_type', 'wp-page'),
(6273, 616, '_elementor_version', '4.0.6'),
(6274, 616, '_elementor_pro_version', '4.0.4'),
(6275, 616, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(6276, 616, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Type of School\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"School\\nCollege\\nUniversity \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"custom_id\":\"field_b6bd2fe\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b6bd2fe\"},{\"custom_id\":\"field_984e339\",\"field_label\":\"Major\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"984e339\"},{\"custom_id\":\"field_672fdad\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"672fdad\"},{\"field_type\":\"html\",\"field_label\":\"Work History\",\"field_html\":\"<h6> Work History <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Company Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_6708a0a\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"6708a0a\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6332, 621, '_elementor_pro_version', '4.0.4'),
(6305, 619, '_wp_page_template', 'elementor_header_footer'),
(6307, 619, '_elementor_edit_mode', 'builder'),
(6308, 619, '_elementor_template_type', 'wp-page'),
(6309, 619, '_elementor_version', '4.0.6'),
(6310, 619, '_elementor_pro_version', '4.0.4'),
(6311, 619, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6312, 619, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Type of School\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"School\\nCollege\\nUniversity \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"custom_id\":\"field_b6bd2fe\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b6bd2fe\"},{\"custom_id\":\"field_672fdad\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"672fdad\"},{\"field_type\":\"html\",\"field_label\":\"Work History\",\"field_html\":\"<h6> Work History <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Company Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_6708a0a\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"6708a0a\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6339, 622, '_wp_page_template', 'elementor_header_footer'),
(6341, 622, '_elementor_edit_mode', 'builder'),
(6342, 622, '_elementor_template_type', 'wp-page'),
(6343, 622, '_elementor_version', '4.0.6'),
(6344, 622, '_elementor_pro_version', '4.0.4'),
(6345, 622, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(6346, 622, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"custom_id\":\"field_b6bd2fe\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b6bd2fe\"},{\"custom_id\":\"field_672fdad\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"672fdad\"},{\"field_type\":\"html\",\"field_label\":\"Work History\",\"field_html\":\"<h6> Work History <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Company Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_6708a0a\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"6708a0a\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6347, 622, '_elementor_page_settings', 'a:0:{}'),
(6348, 623, '_wp_page_template', 'elementor_header_footer'),
(6350, 623, '_elementor_edit_mode', 'builder'),
(6351, 623, '_elementor_template_type', 'wp-page'),
(6352, 623, '_elementor_version', '4.0.6'),
(6353, 623, '_elementor_pro_version', '4.0.4'),
(6354, 623, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6355, 623, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"custom_id\":\"field_b6bd2fe\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b6bd2fe\"},{\"custom_id\":\"field_672fdad\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"672fdad\"},{\"field_type\":\"html\",\"field_label\":\"Work History\",\"field_html\":\"<h6> Work History <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Company Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_6708a0a\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"6708a0a\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6297, 618, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(6298, 618, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Type of School\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"School\\nCollege\\nUniversity \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"custom_id\":\"field_b6bd2fe\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b6bd2fe\"},{\"custom_id\":\"field_672fdad\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"672fdad\"},{\"field_type\":\"html\",\"field_label\":\"Work History\",\"field_html\":\"<h6> Work History <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Company Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_6708a0a\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"6708a0a\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6295, 618, '_elementor_version', '4.0.6'),
(6296, 618, '_elementor_pro_version', '4.0.4'),
(6277, 616, '_elementor_page_settings', 'a:0:{}'),
(6280, 617, '_wp_page_template', 'elementor_header_footer'),
(6282, 617, '_elementor_edit_mode', 'builder'),
(6283, 617, '_elementor_template_type', 'wp-page'),
(6284, 617, '_elementor_version', '4.0.6'),
(6285, 617, '_elementor_pro_version', '4.0.4'),
(6286, 617, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6287, 617, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Type of School\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"School\\nCollege\\nUniversity \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"custom_id\":\"field_b6bd2fe\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b6bd2fe\"},{\"custom_id\":\"field_984e339\",\"field_label\":\"Major\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"984e339\"},{\"custom_id\":\"field_672fdad\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"672fdad\"},{\"field_type\":\"html\",\"field_label\":\"Work History\",\"field_html\":\"<h6> Work History <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Company Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_6708a0a\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"6708a0a\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Group Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6288, 617, '_elementor_page_settings', 'a:0:{}'),
(6313, 619, '_elementor_page_settings', 'a:0:{}'),
(6316, 620, '_wp_page_template', 'elementor_header_footer'),
(6318, 620, '_elementor_edit_mode', 'builder'),
(6319, 620, '_elementor_template_type', 'wp-page'),
(6320, 620, '_elementor_version', '4.0.6'),
(6321, 620, '_elementor_pro_version', '4.0.4'),
(6322, 620, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(6323, 620, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_fbf1081\",\"field_label\":\"Type of School\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"radio\",\"field_options\":\"School\\nCollege\\nUniversity \",\"inline_list\":\"elementor-subgroup-inline\",\"_id\":\"fbf1081\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"custom_id\":\"field_b6bd2fe\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b6bd2fe\"},{\"custom_id\":\"field_672fdad\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"672fdad\"},{\"field_type\":\"html\",\"field_label\":\"Work History\",\"field_html\":\"<h6> Work History <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Company Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_6708a0a\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"6708a0a\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6324, 620, '_elementor_page_settings', 'a:0:{}'),
(6333, 621, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6334, 621, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"custom_id\":\"field_b6bd2fe\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b6bd2fe\"},{\"custom_id\":\"field_672fdad\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"672fdad\"},{\"field_type\":\"html\",\"field_label\":\"Work History\",\"field_html\":\"<h6> Work History <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Company Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_6708a0a\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"6708a0a\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6356, 623, '_elementor_page_settings', 'a:0:{}'),
(6385, 627, '_wp_page_template', 'elementor_header_footer'),
(6357, 624, '_wp_page_template', 'elementor_header_footer'),
(6359, 624, '_elementor_edit_mode', 'builder'),
(6360, 624, '_elementor_template_type', 'wp-page'),
(6361, 624, '_elementor_version', '4.0.6'),
(6362, 624, '_elementor_pro_version', '4.0.4'),
(6363, 624, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(6364, 624, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"field_type\":\"html\",\"field_label\":\"School Information \",\"field_html\":\" <strong> School  Information <\\/strong>\",\"custom_id\":\"field_e6507c2\",\"_id\":\"e6507c2\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"custom_id\":\"field_b6bd2fe\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b6bd2fe\"},{\"custom_id\":\"field_672fdad\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"672fdad\"},{\"field_type\":\"html\",\"field_label\":\"Work History\",\"field_html\":\"<h6> Work History <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Company Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_6708a0a\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"6708a0a\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6367, 625, '_wp_page_template', 'elementor_header_footer'),
(6369, 625, '_elementor_edit_mode', 'builder'),
(6370, 625, '_elementor_template_type', 'wp-page'),
(6371, 625, '_elementor_version', '4.0.6'),
(6372, 625, '_elementor_pro_version', '4.0.4'),
(6373, 625, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6374, 625, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"field_type\":\"html\",\"field_label\":\"School Information \",\"field_html\":\" <strong> School  Information <\\/strong>\",\"custom_id\":\"field_e6507c2\",\"_id\":\"e6507c2\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"custom_id\":\"field_b6bd2fe\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b6bd2fe\"},{\"custom_id\":\"field_672fdad\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"672fdad\"},{\"field_type\":\"html\",\"field_label\":\"Work History\",\"field_html\":\"<h6> Work History <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Company Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_6708a0a\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"6708a0a\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6375, 625, '_elementor_page_settings', 'a:0:{}'),
(6376, 626, '_wp_page_template', 'elementor_header_footer'),
(6378, 626, '_elementor_edit_mode', 'builder'),
(6379, 626, '_elementor_template_type', 'wp-page'),
(6380, 626, '_elementor_version', '4.0.6'),
(6381, 626, '_elementor_pro_version', '4.0.4'),
(6382, 626, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(6383, 626, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"field_type\":\"html\",\"field_label\":\"School Information \",\"field_html\":\" <strong> School  Information <\\/strong>\",\"custom_id\":\"field_e6507c2\",\"_id\":\"e6507c2\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"custom_id\":\"field_b6bd2fe\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b6bd2fe\"},{\"custom_id\":\"field_672fdad\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"672fdad\"},{\"field_type\":\"html\",\"field_label\":\"Work History\",\"field_html\":\"<h6> Work History <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Company Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_6708a0a\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"6708a0a\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"field_type\":\"html\",\"field_label\":\"Emergency Contact Information\",\"field_html\":\"<h6> Emergency Contact Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"8ea1a68\"},{\"custom_id\":\"field_2d768ac\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d768ac\"},{\"custom_id\":\"field_5cbb1b6\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"5cbb1b6\"},{\"custom_id\":\"field_13f75f9\",\"field_label\":\"Alternate Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"13f75f9\"},{\"custom_id\":\"field_b4e6cb0\",\"field_label\":\"Relationship to Resident\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"b4e6cb0\"},{\"field_type\":\"html\",\"field_label\":\"Medical Information\",\"field_html\":\"<h6> Medical Information<\\/h6>\",\"custom_id\":\"field_8ea1a68\",\"_id\":\"7a08cad\"},{\"custom_id\":\"field_69b72a8\",\"field_label\":\"Current Diagnoses (if any)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"69b72a8\"},{\"custom_id\":\"field_274ace9\",\"field_label\":\"Current Medications (name, dosage, frequency)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"274ace9\"},{\"custom_id\":\"field_c40b8aa\",\"field_label\":\"Physician Name & Contact (if available)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"c40b8aa\"},{\"field_type\":\"html\",\"field_label\":\"Additional Notes\",\"field_html\":\"<h6> Additional Notes <\\/h6>\",\"custom_id\":\"field_e01759a\",\"_id\":\"e01759a\"},{\"custom_id\":\"field_75c2fef\",\"field_label\":\"Special Needs or Requirements\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"75c2fef\"},{\"custom_id\":\"field_5925714\",\"field_label\":\"Behavioral Notes (if applicable)\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"5925714\"},{\"custom_id\":\"field_fe9022a\",\"field_label\":\"Any Important Information for Care Team\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"rows\":3,\"_id\":\"fe9022a\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6384, 626, '_elementor_page_settings', 'a:0:{}'),
(6395, 628, '_wp_page_template', 'elementor_header_footer'),
(6397, 628, '_elementor_edit_mode', 'builder'),
(6398, 628, '_elementor_template_type', 'wp-page'),
(6399, 628, '_elementor_version', '4.0.6'),
(6400, 628, '_elementor_pro_version', '4.0.4'),
(6401, 628, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6402, 628, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"field_type\":\"html\",\"field_label\":\"School Information \",\"field_html\":\" <strong> School  Information <\\/strong>\",\"custom_id\":\"field_e6507c2\",\"_id\":\"e6507c2\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"custom_id\":\"field_b6bd2fe\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b6bd2fe\"},{\"custom_id\":\"field_672fdad\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"672fdad\"},{\"field_type\":\"html\",\"field_label\":\"College Information \",\"field_html\":\" <strong> College Information <\\/strong>\",\"custom_id\":\"field_948d462\",\"_id\":\"948d462\"},{\"custom_id\":\"field_bcf15d2\",\"field_label\":\"College Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"bcf15d2\"},{\"custom_id\":\"field_647091c\",\"field_label\":\"Location of College\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"647091c\"},{\"custom_id\":\"field_dce189f\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"dce189f\"},{\"custom_id\":\"field_28f1646\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"28f1646\"},{\"field_type\":\"html\",\"field_label\":\"Work History\",\"field_html\":\"<h6> Work History <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Company Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_6708a0a\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"6708a0a\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6403, 628, '_elementor_page_settings', 'a:0:{}'),
(6404, 629, '_wp_page_template', 'elementor_header_footer'),
(6406, 629, '_elementor_edit_mode', 'builder'),
(6407, 629, '_elementor_template_type', 'wp-page'),
(6408, 629, '_elementor_version', '4.0.6'),
(6409, 629, '_elementor_pro_version', '4.0.4'),
(6410, 629, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(6411, 629, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"field_type\":\"html\",\"field_label\":\"School Information \",\"field_html\":\" <strong> School  Information <\\/strong>\",\"custom_id\":\"field_e6507c2\",\"_id\":\"e6507c2\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"custom_id\":\"field_b6bd2fe\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b6bd2fe\"},{\"custom_id\":\"field_672fdad\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"672fdad\"},{\"field_type\":\"html\",\"field_label\":\"College Information \",\"field_html\":\" <strong> College Information <\\/strong>\",\"custom_id\":\"field_948d462\",\"_id\":\"948d462\"},{\"custom_id\":\"field_bcf15d2\",\"field_label\":\"College Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"bcf15d2\"},{\"custom_id\":\"field_647091c\",\"field_label\":\"Location of College\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"647091c\"},{\"custom_id\":\"field_dce189f\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"dce189f\"},{\"custom_id\":\"field_28f1646\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"28f1646\"},{\"field_type\":\"html\",\"field_label\":\"Work History\",\"field_html\":\"<h6> Work History <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Company Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_6708a0a\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"6708a0a\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6412, 629, '_elementor_page_settings', 'a:0:{}'),
(6413, 630, '_wp_page_template', 'elementor_header_footer'),
(6415, 630, '_elementor_edit_mode', 'builder'),
(6416, 630, '_elementor_template_type', 'wp-page'),
(6417, 630, '_elementor_version', '4.0.6'),
(6418, 630, '_elementor_pro_version', '4.0.4'),
(6419, 630, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(6420, 630, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"field_type\":\"html\",\"field_label\":\"School Information \",\"field_html\":\" <strong> School  Information <\\/strong>\",\"custom_id\":\"field_e6507c2\",\"_id\":\"e6507c2\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"custom_id\":\"field_b6bd2fe\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b6bd2fe\"},{\"custom_id\":\"field_672fdad\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"672fdad\"},{\"field_type\":\"html\",\"field_label\":\"College Information \",\"field_html\":\" <strong> College Information <\\/strong>\",\"custom_id\":\"field_948d462\",\"_id\":\"948d462\"},{\"custom_id\":\"field_bcf15d2\",\"field_label\":\"College Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"bcf15d2\"},{\"custom_id\":\"field_647091c\",\"field_label\":\"Location of College\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"647091c\"},{\"custom_id\":\"field_dce189f\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"dce189f\"},{\"custom_id\":\"field_28f1646\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"28f1646\"},{\"field_type\":\"html\",\"field_label\":\"University Information \",\"field_html\":\" <strong> University Information <\\/strong>\",\"custom_id\":\"field_9faa4b0\",\"_id\":\"9faa4b0\"},{\"custom_id\":\"field_22a7638\",\"field_label\":\"University Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"22a7638\"},{\"custom_id\":\"field_de5f6cb\",\"field_label\":\"Location of University\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"de5f6cb\"},{\"custom_id\":\"field_b435ac0\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b435ac0\"},{\"custom_id\":\"field_8f53e57\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"8f53e57\"},{\"field_type\":\"html\",\"field_label\":\"Work History\",\"field_html\":\"<h6> Work History <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Company Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_6708a0a\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"6708a0a\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6425, 631, '_wp_page_template', 'elementor_header_footer'),
(6427, 631, '_elementor_edit_mode', 'builder'),
(6428, 631, '_elementor_template_type', 'wp-page'),
(6429, 631, '_elementor_version', '4.0.6'),
(6430, 631, '_elementor_pro_version', '4.0.4'),
(6431, 631, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6432, 631, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"field_type\":\"html\",\"field_label\":\"School Information \",\"field_html\":\" <strong> School  Information <\\/strong>\",\"custom_id\":\"field_e6507c2\",\"_id\":\"e6507c2\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"custom_id\":\"field_b6bd2fe\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b6bd2fe\"},{\"custom_id\":\"field_672fdad\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"672fdad\"},{\"field_type\":\"html\",\"field_label\":\"College Information \",\"field_html\":\" <strong> College Information <\\/strong>\",\"custom_id\":\"field_948d462\",\"_id\":\"948d462\"},{\"custom_id\":\"field_bcf15d2\",\"field_label\":\"College Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"bcf15d2\"},{\"custom_id\":\"field_647091c\",\"field_label\":\"Location of College\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"647091c\"},{\"custom_id\":\"field_dce189f\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"dce189f\"},{\"custom_id\":\"field_28f1646\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"28f1646\"},{\"field_type\":\"html\",\"field_label\":\"University Information \",\"field_html\":\" <strong> University Information <\\/strong>\",\"custom_id\":\"field_9faa4b0\",\"_id\":\"9faa4b0\"},{\"custom_id\":\"field_22a7638\",\"field_label\":\"University Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"22a7638\"},{\"custom_id\":\"field_de5f6cb\",\"field_label\":\"Location of University\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"de5f6cb\"},{\"custom_id\":\"field_b435ac0\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b435ac0\"},{\"custom_id\":\"field_8f53e57\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"8f53e57\"},{\"field_type\":\"html\",\"field_label\":\"Work History\",\"field_html\":\"<h6> Work History <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Company Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_6708a0a\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"6708a0a\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6459, 634, '_wp_page_template', 'elementor_header_footer'),
(6461, 634, '_elementor_edit_mode', 'builder'),
(6462, 634, '_elementor_template_type', 'wp-page'),
(6463, 634, '_elementor_version', '4.0.6'),
(6464, 634, '_elementor_pro_version', '4.0.4'),
(6465, 634, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(6466, 634, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"field_type\":\"html\",\"field_label\":\"School Information \",\"field_html\":\" <strong> School  Information <\\/strong>\",\"custom_id\":\"field_e6507c2\",\"_id\":\"e6507c2\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"custom_id\":\"field_b6bd2fe\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b6bd2fe\"},{\"custom_id\":\"field_672fdad\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"672fdad\"},{\"field_type\":\"html\",\"field_label\":\"College Information \",\"field_html\":\" <strong> College Information <\\/strong>\",\"custom_id\":\"field_948d462\",\"_id\":\"948d462\"},{\"custom_id\":\"field_bcf15d2\",\"field_label\":\"College Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"bcf15d2\"},{\"custom_id\":\"field_647091c\",\"field_label\":\"Location of College\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"647091c\"},{\"custom_id\":\"field_dce189f\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"dce189f\"},{\"custom_id\":\"field_28f1646\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"28f1646\"},{\"field_type\":\"html\",\"field_label\":\"University Information \",\"field_html\":\" <strong> University Information <\\/strong>\",\"custom_id\":\"field_9faa4b0\",\"_id\":\"9faa4b0\"},{\"custom_id\":\"field_22a7638\",\"field_label\":\"University Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"22a7638\"},{\"custom_id\":\"field_de5f6cb\",\"field_label\":\"Location of University\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"de5f6cb\"},{\"custom_id\":\"field_b435ac0\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b435ac0\"},{\"custom_id\":\"field_8f53e57\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"8f53e57\"},{\"field_type\":\"html\",\"field_label\":\"Work History\",\"field_html\":\"<h6> Work History <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Company Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_6708a0a\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"6708a0a\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Job Title\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"custom_id\":\"field_9a84231\",\"field_label\":\"Employment Start Date\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"date\",\"_id\":\"9a84231\"},{\"custom_id\":\"field_007ce00\",\"field_label\":\"Employment End Date\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"date\",\"_id\":\"007ce00\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6467, 634, '_elementor_page_settings', 'a:0:{}'),
(6468, 635, '_wp_page_template', 'elementor_header_footer'),
(6470, 635, '_elementor_edit_mode', 'builder'),
(6471, 635, '_elementor_template_type', 'wp-page'),
(6472, 635, '_elementor_version', '4.0.6'),
(6473, 635, '_elementor_pro_version', '4.0.4'),
(6474, 635, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6475, 635, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"field_type\":\"html\",\"field_label\":\"School Information \",\"field_html\":\" <strong> School  Information <\\/strong>\",\"custom_id\":\"field_e6507c2\",\"_id\":\"e6507c2\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"custom_id\":\"field_b6bd2fe\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b6bd2fe\"},{\"custom_id\":\"field_672fdad\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"672fdad\"},{\"field_type\":\"html\",\"field_label\":\"College Information \",\"field_html\":\" <strong> College Information <\\/strong>\",\"custom_id\":\"field_948d462\",\"_id\":\"948d462\"},{\"custom_id\":\"field_bcf15d2\",\"field_label\":\"College Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"bcf15d2\"},{\"custom_id\":\"field_647091c\",\"field_label\":\"Location of College\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"647091c\"},{\"custom_id\":\"field_dce189f\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"dce189f\"},{\"custom_id\":\"field_28f1646\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"28f1646\"},{\"field_type\":\"html\",\"field_label\":\"University Information \",\"field_html\":\" <strong> University Information <\\/strong>\",\"custom_id\":\"field_9faa4b0\",\"_id\":\"9faa4b0\"},{\"custom_id\":\"field_22a7638\",\"field_label\":\"University Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"22a7638\"},{\"custom_id\":\"field_de5f6cb\",\"field_label\":\"Location of University\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"de5f6cb\"},{\"custom_id\":\"field_b435ac0\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b435ac0\"},{\"custom_id\":\"field_8f53e57\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"8f53e57\"},{\"field_type\":\"html\",\"field_label\":\"Work History\",\"field_html\":\"<h6> Work History <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Company Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_6708a0a\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"6708a0a\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Job Title\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"custom_id\":\"field_9a84231\",\"field_label\":\"Employment Start Date\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"date\",\"_id\":\"9a84231\"},{\"custom_id\":\"field_007ce00\",\"field_label\":\"Employment End Date\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"date\",\"_id\":\"007ce00\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6433, 631, '_elementor_page_settings', 'a:0:{}'),
(6436, 632, '_wp_page_template', 'elementor_header_footer'),
(6438, 632, '_elementor_edit_mode', 'builder'),
(6439, 632, '_elementor_template_type', 'wp-page'),
(6440, 632, '_elementor_version', '4.0.6'),
(6441, 632, '_elementor_pro_version', '4.0.4'),
(6442, 632, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(6443, 632, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"field_type\":\"html\",\"field_label\":\"School Information \",\"field_html\":\" <strong> School  Information <\\/strong>\",\"custom_id\":\"field_e6507c2\",\"_id\":\"e6507c2\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"custom_id\":\"field_b6bd2fe\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b6bd2fe\"},{\"custom_id\":\"field_672fdad\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"672fdad\"},{\"field_type\":\"html\",\"field_label\":\"College Information \",\"field_html\":\" <strong> College Information <\\/strong>\",\"custom_id\":\"field_948d462\",\"_id\":\"948d462\"},{\"custom_id\":\"field_bcf15d2\",\"field_label\":\"College Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"bcf15d2\"},{\"custom_id\":\"field_647091c\",\"field_label\":\"Location of College\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"647091c\"},{\"custom_id\":\"field_dce189f\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"dce189f\"},{\"custom_id\":\"field_28f1646\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"28f1646\"},{\"field_type\":\"html\",\"field_label\":\"University Information \",\"field_html\":\" <strong> University Information <\\/strong>\",\"custom_id\":\"field_9faa4b0\",\"_id\":\"9faa4b0\"},{\"custom_id\":\"field_22a7638\",\"field_label\":\"University Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"22a7638\"},{\"custom_id\":\"field_de5f6cb\",\"field_label\":\"Location of University\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"de5f6cb\"},{\"custom_id\":\"field_b435ac0\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b435ac0\"},{\"custom_id\":\"field_8f53e57\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"8f53e57\"},{\"field_type\":\"html\",\"field_label\":\"Work History\",\"field_html\":\"<h6> Work History <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Company Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_6708a0a\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"6708a0a\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6444, 632, '_elementor_page_settings', 'a:0:{}'),
(6447, 633, '_wp_page_template', 'elementor_header_footer'),
(6449, 633, '_elementor_edit_mode', 'builder'),
(6450, 633, '_elementor_template_type', 'wp-page'),
(6451, 633, '_elementor_version', '4.0.6'),
(6452, 633, '_elementor_pro_version', '4.0.4'),
(6453, 633, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6454, 633, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"field_type\":\"html\",\"field_label\":\"School Information \",\"field_html\":\" <strong> School  Information <\\/strong>\",\"custom_id\":\"field_e6507c2\",\"_id\":\"e6507c2\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"custom_id\":\"field_b6bd2fe\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b6bd2fe\"},{\"custom_id\":\"field_672fdad\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"672fdad\"},{\"field_type\":\"html\",\"field_label\":\"College Information \",\"field_html\":\" <strong> College Information <\\/strong>\",\"custom_id\":\"field_948d462\",\"_id\":\"948d462\"},{\"custom_id\":\"field_bcf15d2\",\"field_label\":\"College Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"bcf15d2\"},{\"custom_id\":\"field_647091c\",\"field_label\":\"Location of College\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"647091c\"},{\"custom_id\":\"field_dce189f\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"dce189f\"},{\"custom_id\":\"field_28f1646\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"28f1646\"},{\"field_type\":\"html\",\"field_label\":\"University Information \",\"field_html\":\" <strong> University Information <\\/strong>\",\"custom_id\":\"field_9faa4b0\",\"_id\":\"9faa4b0\"},{\"custom_id\":\"field_22a7638\",\"field_label\":\"University Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"22a7638\"},{\"custom_id\":\"field_de5f6cb\",\"field_label\":\"Location of University\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"de5f6cb\"},{\"custom_id\":\"field_b435ac0\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b435ac0\"},{\"custom_id\":\"field_8f53e57\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"8f53e57\"},{\"field_type\":\"html\",\"field_label\":\"Work History\",\"field_html\":\"<h6> Work History <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Company Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_6708a0a\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"6708a0a\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Job Title\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"custom_id\":\"field_9a84231\",\"field_label\":\"Employment Start Date\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"date\",\"_id\":\"9a84231\"},{\"custom_id\":\"field_007ce00\",\"field_label\":\"Employment End Date\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"date\",\"_id\":\"007ce00\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6476, 635, '_elementor_page_settings', 'a:0:{}'),
(6515, 639, '_wp_page_template', 'elementor_header_footer'),
(6493, 637, '_wp_page_template', 'elementor_header_footer'),
(6495, 637, '_elementor_edit_mode', 'builder'),
(6496, 637, '_elementor_template_type', 'wp-page'),
(6497, 637, '_elementor_version', '4.0.6'),
(6498, 637, '_elementor_pro_version', '4.0.4'),
(6499, 637, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(6500, 637, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"field_type\":\"html\",\"field_label\":\"School Information \",\"field_html\":\" <strong> School  Information <\\/strong>\",\"custom_id\":\"field_e6507c2\",\"_id\":\"e6507c2\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"custom_id\":\"field_b6bd2fe\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b6bd2fe\"},{\"custom_id\":\"field_672fdad\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"672fdad\"},{\"field_type\":\"html\",\"field_label\":\"College Information \",\"field_html\":\" <strong> College Information <\\/strong>\",\"custom_id\":\"field_948d462\",\"_id\":\"948d462\"},{\"custom_id\":\"field_bcf15d2\",\"field_label\":\"College Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"bcf15d2\"},{\"custom_id\":\"field_647091c\",\"field_label\":\"Location of College\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"647091c\"},{\"custom_id\":\"field_dce189f\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"dce189f\"},{\"custom_id\":\"field_28f1646\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"28f1646\"},{\"field_type\":\"html\",\"field_label\":\"University Information \",\"field_html\":\" <strong> University Information <\\/strong>\",\"custom_id\":\"field_9faa4b0\",\"_id\":\"9faa4b0\"},{\"custom_id\":\"field_22a7638\",\"field_label\":\"University Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"22a7638\"},{\"custom_id\":\"field_de5f6cb\",\"field_label\":\"Location of University\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"de5f6cb\"},{\"custom_id\":\"field_b435ac0\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b435ac0\"},{\"custom_id\":\"field_8f53e57\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"8f53e57\"},{\"field_type\":\"html\",\"field_label\":\"Work History\",\"field_html\":\"<h6> Work History <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Company Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_6708a0a\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"6708a0a\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Job Title\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"custom_id\":\"field_9a84231\",\"field_label\":\"Employment Start Date\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"date\",\"_id\":\"9a84231\"},{\"custom_id\":\"field_007ce00\",\"field_label\":\"Employment End Date\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"date\",\"_id\":\"007ce00\"},{\"custom_id\":\"field_d80481b\",\"field_label\":\"Skills & Qualifications\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"_id\":\"d80481b\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6572, 643, '_elementor_page_settings', 'a:0:{}'),
(6573, 644, '_wp_page_template', 'elementor_header_footer'),
(6575, 644, '_elementor_edit_mode', 'builder'),
(6576, 644, '_elementor_template_type', 'wp-page'),
(6577, 644, '_elementor_version', '4.0.6'),
(6578, 644, '_elementor_pro_version', '4.0.4'),
(6579, 644, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6580, 644, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"yes\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"field_type\":\"html\",\"field_label\":\"School Information \",\"field_html\":\" <strong> School  Information <\\/strong>\",\"custom_id\":\"field_e6507c2\",\"_id\":\"e6507c2\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"custom_id\":\"field_b6bd2fe\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b6bd2fe\"},{\"custom_id\":\"field_672fdad\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"672fdad\"},{\"field_type\":\"html\",\"field_label\":\"College Information \",\"field_html\":\" <strong> College Information <\\/strong>\",\"custom_id\":\"field_948d462\",\"_id\":\"948d462\"},{\"custom_id\":\"field_bcf15d2\",\"field_label\":\"College Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"bcf15d2\"},{\"custom_id\":\"field_647091c\",\"field_label\":\"Location of College\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"647091c\"},{\"custom_id\":\"field_dce189f\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"dce189f\"},{\"custom_id\":\"field_28f1646\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"28f1646\"},{\"field_type\":\"html\",\"field_label\":\"University Information \",\"field_html\":\" <strong> University Information <\\/strong>\",\"custom_id\":\"field_9faa4b0\",\"_id\":\"9faa4b0\"},{\"custom_id\":\"field_22a7638\",\"field_label\":\"University Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"22a7638\"},{\"custom_id\":\"field_de5f6cb\",\"field_label\":\"Location of University\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"de5f6cb\"},{\"custom_id\":\"field_b435ac0\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b435ac0\"},{\"custom_id\":\"field_8f53e57\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"8f53e57\"},{\"field_type\":\"html\",\"field_label\":\"Work History\",\"field_html\":\"<h6> Work History <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Company Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_6708a0a\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"6708a0a\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Job Title\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"custom_id\":\"field_9a84231\",\"field_label\":\"Employment Start Date\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"date\",\"_id\":\"9a84231\"},{\"custom_id\":\"field_007ce00\",\"field_label\":\"Employment End Date\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"date\",\"_id\":\"007ce00\"},{\"custom_id\":\"field_d80481b\",\"field_label\":\"Skills & Qualifications\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"_id\":\"d80481b\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"sujon.devrivo@gmail.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6479, 636, '_wp_page_template', 'elementor_header_footer'),
(6481, 636, '_elementor_edit_mode', 'builder'),
(6482, 636, '_elementor_template_type', 'wp-page'),
(6483, 636, '_elementor_version', '4.0.6'),
(6484, 636, '_elementor_pro_version', '4.0.4'),
(6485, 636, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(6486, 636, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"field_type\":\"html\",\"field_label\":\"School Information \",\"field_html\":\" <strong> School  Information <\\/strong>\",\"custom_id\":\"field_e6507c2\",\"_id\":\"e6507c2\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"custom_id\":\"field_b6bd2fe\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b6bd2fe\"},{\"custom_id\":\"field_672fdad\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"672fdad\"},{\"field_type\":\"html\",\"field_label\":\"College Information \",\"field_html\":\" <strong> College Information <\\/strong>\",\"custom_id\":\"field_948d462\",\"_id\":\"948d462\"},{\"custom_id\":\"field_bcf15d2\",\"field_label\":\"College Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"bcf15d2\"},{\"custom_id\":\"field_647091c\",\"field_label\":\"Location of College\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"647091c\"},{\"custom_id\":\"field_dce189f\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"dce189f\"},{\"custom_id\":\"field_28f1646\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"28f1646\"},{\"field_type\":\"html\",\"field_label\":\"University Information \",\"field_html\":\" <strong> University Information <\\/strong>\",\"custom_id\":\"field_9faa4b0\",\"_id\":\"9faa4b0\"},{\"custom_id\":\"field_22a7638\",\"field_label\":\"University Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"22a7638\"},{\"custom_id\":\"field_de5f6cb\",\"field_label\":\"Location of University\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"de5f6cb\"},{\"custom_id\":\"field_b435ac0\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b435ac0\"},{\"custom_id\":\"field_8f53e57\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"8f53e57\"},{\"field_type\":\"html\",\"field_label\":\"Work History\",\"field_html\":\"<h6> Work History <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Company Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_6708a0a\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"6708a0a\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Job Title\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"custom_id\":\"field_9a84231\",\"field_label\":\"Employment Start Date\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"date\",\"_id\":\"9a84231\"},{\"custom_id\":\"field_007ce00\",\"field_label\":\"Employment End Date\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"date\",\"_id\":\"007ce00\"},{\"custom_id\":\"field_d80481b\",\"field_label\":\"Skills & Qualifications\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"_id\":\"d80481b\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6552, 642, '_wp_page_template', 'elementor_header_footer'),
(6530, 640, '_wp_page_template', 'elementor_header_footer'),
(6532, 640, '_elementor_edit_mode', 'builder'),
(6533, 640, '_elementor_template_type', 'wp-page'),
(6534, 640, '_elementor_version', '4.0.6'),
(6535, 640, '_elementor_pro_version', '4.0.4'),
(6536, 640, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6537, 640, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"field_type\":\"html\",\"field_label\":\"School Information \",\"field_html\":\" <strong> School  Information <\\/strong>\",\"custom_id\":\"field_e6507c2\",\"_id\":\"e6507c2\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"custom_id\":\"field_b6bd2fe\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b6bd2fe\"},{\"custom_id\":\"field_672fdad\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"672fdad\"},{\"field_type\":\"html\",\"field_label\":\"College Information \",\"field_html\":\" <strong> College Information <\\/strong>\",\"custom_id\":\"field_948d462\",\"_id\":\"948d462\"},{\"custom_id\":\"field_bcf15d2\",\"field_label\":\"College Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"bcf15d2\"},{\"custom_id\":\"field_647091c\",\"field_label\":\"Location of College\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"647091c\"},{\"custom_id\":\"field_dce189f\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"dce189f\"},{\"custom_id\":\"field_28f1646\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"28f1646\"},{\"field_type\":\"html\",\"field_label\":\"University Information \",\"field_html\":\" <strong> University Information <\\/strong>\",\"custom_id\":\"field_9faa4b0\",\"_id\":\"9faa4b0\"},{\"custom_id\":\"field_22a7638\",\"field_label\":\"University Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"22a7638\"},{\"custom_id\":\"field_de5f6cb\",\"field_label\":\"Location of University\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"de5f6cb\"},{\"custom_id\":\"field_b435ac0\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b435ac0\"},{\"custom_id\":\"field_8f53e57\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"8f53e57\"},{\"field_type\":\"html\",\"field_label\":\"Work History\",\"field_html\":\"<h6> Work History <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Company Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_6708a0a\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"6708a0a\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Job Title\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"custom_id\":\"field_9a84231\",\"field_label\":\"Employment Start Date\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"date\",\"_id\":\"9a84231\"},{\"custom_id\":\"field_007ce00\",\"field_label\":\"Employment End Date\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"date\",\"_id\":\"007ce00\"},{\"custom_id\":\"field_d80481b\",\"field_label\":\"Skills & Qualifications\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"_id\":\"d80481b\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"sujon.devrivo@gmail.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6501, 637, '_elementor_page_settings', 'a:0:{}'),
(6504, 638, '_wp_page_template', 'elementor_header_footer'),
(6506, 638, '_elementor_edit_mode', 'builder'),
(6507, 638, '_elementor_template_type', 'wp-page'),
(6508, 638, '_elementor_version', '4.0.6'),
(6509, 638, '_elementor_pro_version', '4.0.4'),
(6510, 638, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(6511, 638, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"field_type\":\"html\",\"field_label\":\"School Information \",\"field_html\":\" <strong> School  Information <\\/strong>\",\"custom_id\":\"field_e6507c2\",\"_id\":\"e6507c2\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"custom_id\":\"field_b6bd2fe\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b6bd2fe\"},{\"custom_id\":\"field_672fdad\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"672fdad\"},{\"field_type\":\"html\",\"field_label\":\"College Information \",\"field_html\":\" <strong> College Information <\\/strong>\",\"custom_id\":\"field_948d462\",\"_id\":\"948d462\"},{\"custom_id\":\"field_bcf15d2\",\"field_label\":\"College Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"bcf15d2\"},{\"custom_id\":\"field_647091c\",\"field_label\":\"Location of College\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"647091c\"},{\"custom_id\":\"field_dce189f\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"dce189f\"},{\"custom_id\":\"field_28f1646\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"28f1646\"},{\"field_type\":\"html\",\"field_label\":\"University Information \",\"field_html\":\" <strong> University Information <\\/strong>\",\"custom_id\":\"field_9faa4b0\",\"_id\":\"9faa4b0\"},{\"custom_id\":\"field_22a7638\",\"field_label\":\"University Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"22a7638\"},{\"custom_id\":\"field_de5f6cb\",\"field_label\":\"Location of University\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"de5f6cb\"},{\"custom_id\":\"field_b435ac0\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b435ac0\"},{\"custom_id\":\"field_8f53e57\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"8f53e57\"},{\"field_type\":\"html\",\"field_label\":\"Work History\",\"field_html\":\"<h6> Work History <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Company Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_6708a0a\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"6708a0a\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Job Title\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"custom_id\":\"field_9a84231\",\"field_label\":\"Employment Start Date\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"date\",\"_id\":\"9a84231\"},{\"custom_id\":\"field_007ce00\",\"field_label\":\"Employment End Date\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"date\",\"_id\":\"007ce00\"},{\"custom_id\":\"field_d80481b\",\"field_label\":\"Skills & Qualifications\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"_id\":\"d80481b\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"info@casabloomllc.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6512, 638, '_elementor_page_settings', 'a:0:{}'),
(6517, 639, '_elementor_edit_mode', 'builder'),
(6518, 639, '_elementor_template_type', 'wp-page'),
(6519, 639, '_elementor_version', '4.0.6'),
(6520, 639, '_elementor_pro_version', '4.0.4'),
(6521, 639, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6522, 639, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"field_type\":\"html\",\"field_label\":\"School Information \",\"field_html\":\" <strong> School  Information <\\/strong>\",\"custom_id\":\"field_e6507c2\",\"_id\":\"e6507c2\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"custom_id\":\"field_b6bd2fe\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b6bd2fe\"},{\"custom_id\":\"field_672fdad\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"672fdad\"},{\"field_type\":\"html\",\"field_label\":\"College Information \",\"field_html\":\" <strong> College Information <\\/strong>\",\"custom_id\":\"field_948d462\",\"_id\":\"948d462\"},{\"custom_id\":\"field_bcf15d2\",\"field_label\":\"College Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"bcf15d2\"},{\"custom_id\":\"field_647091c\",\"field_label\":\"Location of College\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"647091c\"},{\"custom_id\":\"field_dce189f\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"dce189f\"},{\"custom_id\":\"field_28f1646\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"28f1646\"},{\"field_type\":\"html\",\"field_label\":\"University Information \",\"field_html\":\" <strong> University Information <\\/strong>\",\"custom_id\":\"field_9faa4b0\",\"_id\":\"9faa4b0\"},{\"custom_id\":\"field_22a7638\",\"field_label\":\"University Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"22a7638\"},{\"custom_id\":\"field_de5f6cb\",\"field_label\":\"Location of University\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"de5f6cb\"},{\"custom_id\":\"field_b435ac0\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b435ac0\"},{\"custom_id\":\"field_8f53e57\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"8f53e57\"},{\"field_type\":\"html\",\"field_label\":\"Work History\",\"field_html\":\"<h6> Work History <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Company Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_6708a0a\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"6708a0a\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Job Title\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"custom_id\":\"field_9a84231\",\"field_label\":\"Employment Start Date\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"date\",\"_id\":\"9a84231\"},{\"custom_id\":\"field_007ce00\",\"field_label\":\"Employment End Date\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"date\",\"_id\":\"007ce00\"},{\"custom_id\":\"field_d80481b\",\"field_label\":\"Skills & Qualifications\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"_id\":\"d80481b\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"sujon.devrivo@gmail.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6564, 643, '_wp_page_template', 'elementor_header_footer'),
(6566, 643, '_elementor_edit_mode', 'builder'),
(6567, 643, '_elementor_template_type', 'wp-page'),
(6568, 643, '_elementor_version', '4.0.6'),
(6569, 643, '_elementor_pro_version', '4.0.4'),
(6570, 643, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(6571, 643, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"yes\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"field_type\":\"html\",\"field_label\":\"School Information \",\"field_html\":\" <strong> School  Information <\\/strong>\",\"custom_id\":\"field_e6507c2\",\"_id\":\"e6507c2\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"custom_id\":\"field_b6bd2fe\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b6bd2fe\"},{\"custom_id\":\"field_672fdad\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"672fdad\"},{\"field_type\":\"html\",\"field_label\":\"College Information \",\"field_html\":\" <strong> College Information <\\/strong>\",\"custom_id\":\"field_948d462\",\"_id\":\"948d462\"},{\"custom_id\":\"field_bcf15d2\",\"field_label\":\"College Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"bcf15d2\"},{\"custom_id\":\"field_647091c\",\"field_label\":\"Location of College\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"647091c\"},{\"custom_id\":\"field_dce189f\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"dce189f\"},{\"custom_id\":\"field_28f1646\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"28f1646\"},{\"field_type\":\"html\",\"field_label\":\"University Information \",\"field_html\":\" <strong> University Information <\\/strong>\",\"custom_id\":\"field_9faa4b0\",\"_id\":\"9faa4b0\"},{\"custom_id\":\"field_22a7638\",\"field_label\":\"University Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"22a7638\"},{\"custom_id\":\"field_de5f6cb\",\"field_label\":\"Location of University\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"de5f6cb\"},{\"custom_id\":\"field_b435ac0\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b435ac0\"},{\"custom_id\":\"field_8f53e57\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"8f53e57\"},{\"field_type\":\"html\",\"field_label\":\"Work History\",\"field_html\":\"<h6> Work History <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Company Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_6708a0a\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"6708a0a\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Job Title\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"custom_id\":\"field_9a84231\",\"field_label\":\"Employment Start Date\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"date\",\"_id\":\"9a84231\"},{\"custom_id\":\"field_007ce00\",\"field_label\":\"Employment End Date\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"date\",\"_id\":\"007ce00\"},{\"custom_id\":\"field_d80481b\",\"field_label\":\"Skills & Qualifications\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"_id\":\"d80481b\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"sujon.devrivo@gmail.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6529, 23, '__elementor_forms_snapshot', '[{\"id\":\"1c5c6d2\",\"name\":\"Employment Form \",\"fields\":[{\"id\":\"field_c689835\",\"type\":\"html\",\"label\":\"Personal Information\"},{\"id\":\"name\",\"type\":\"text\",\"label\":\"Full Name\"},{\"id\":\"field_cc1facf\",\"type\":\"email\",\"label\":\"Email Address\"},{\"id\":\"email\",\"type\":\"text\",\"label\":\"Street Address\"},{\"id\":\"field_372cef9\",\"type\":\"text\",\"label\":\"City\"},{\"id\":\"field_cb4bcc0\",\"type\":\"text\",\"label\":\"State\"},{\"id\":\"field_c1126e1\",\"type\":\"text\",\"label\":\"ZIP \\/ Postal Code\"},{\"id\":\"field_57f6967\",\"type\":\"tel\",\"label\":\"Phone Number\"},{\"id\":\"field_78190a6\",\"type\":\"upload\",\"label\":\"Resume\"},{\"id\":\"field_cd897b3\",\"type\":\"html\",\"label\":\"Education\"},{\"id\":\"field_e6507c2\",\"type\":\"html\",\"label\":\"School Information \"},{\"id\":\"field_60124cf\",\"type\":\"text\",\"label\":\"School Name\"},{\"id\":\"field_485d0ab\",\"type\":\"text\",\"label\":\"Location of School\"},{\"id\":\"field_b6bd2fe\",\"type\":\"text\",\"label\":\"Degree Received\"},{\"id\":\"field_672fdad\",\"type\":\"text\",\"label\":\" Number of Years Completed\"},{\"id\":\"field_948d462\",\"type\":\"html\",\"label\":\"College Information \"},{\"id\":\"field_bcf15d2\",\"type\":\"text\",\"label\":\"College Name\"},{\"id\":\"field_647091c\",\"type\":\"text\",\"label\":\"Location of College\"},{\"id\":\"field_dce189f\",\"type\":\"text\",\"label\":\"Degree Received\"},{\"id\":\"field_28f1646\",\"type\":\"text\",\"label\":\" Number of Years Completed\"},{\"id\":\"field_9faa4b0\",\"type\":\"html\",\"label\":\"University Information \"},{\"id\":\"field_22a7638\",\"type\":\"text\",\"label\":\"University Name\"},{\"id\":\"field_de5f6cb\",\"type\":\"text\",\"label\":\"Location of University\"},{\"id\":\"field_b435ac0\",\"type\":\"text\",\"label\":\"Degree Received\"},{\"id\":\"field_8f53e57\",\"type\":\"text\",\"label\":\" Number of Years Completed\"},{\"id\":\"field_af1e97a\",\"type\":\"html\",\"label\":\"Work History\"},{\"id\":\"field_2d1e0ff\",\"type\":\"text\",\"label\":\"Company Name\"},{\"id\":\"field_6708a0a\",\"type\":\"text\",\"label\":\"Company Address\"},{\"id\":\"field_b480194\",\"type\":\"text\",\"label\":\"Job Title\"},{\"id\":\"field_1951805\",\"type\":\"tel\",\"label\":\"Phone Number\"},{\"id\":\"field_9a84231\",\"type\":\"date\",\"label\":\"Employment Start Date\"},{\"id\":\"field_007ce00\",\"type\":\"date\",\"label\":\"Employment End Date\"},{\"id\":\"field_d80481b\",\"type\":\"textarea\",\"label\":\"Skills & Qualifications\"}]}]'),
(6538, 640, '_elementor_page_settings', 'a:0:{}'),
(6541, 641, '_wp_page_template', 'elementor_header_footer'),
(6543, 641, '_elementor_edit_mode', 'builder'),
(6544, 641, '_elementor_template_type', 'wp-page'),
(6545, 641, '_elementor_version', '4.0.6'),
(6546, 641, '_elementor_pro_version', '4.0.4'),
(6547, 641, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6548, 641, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"field_type\":\"html\",\"field_label\":\"School Information \",\"field_html\":\" <strong> School  Information <\\/strong>\",\"custom_id\":\"field_e6507c2\",\"_id\":\"e6507c2\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"custom_id\":\"field_b6bd2fe\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b6bd2fe\"},{\"custom_id\":\"field_672fdad\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"672fdad\"},{\"field_type\":\"html\",\"field_label\":\"College Information \",\"field_html\":\" <strong> College Information <\\/strong>\",\"custom_id\":\"field_948d462\",\"_id\":\"948d462\"},{\"custom_id\":\"field_bcf15d2\",\"field_label\":\"College Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"bcf15d2\"},{\"custom_id\":\"field_647091c\",\"field_label\":\"Location of College\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"647091c\"},{\"custom_id\":\"field_dce189f\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"dce189f\"},{\"custom_id\":\"field_28f1646\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"28f1646\"},{\"field_type\":\"html\",\"field_label\":\"University Information \",\"field_html\":\" <strong> University Information <\\/strong>\",\"custom_id\":\"field_9faa4b0\",\"_id\":\"9faa4b0\"},{\"custom_id\":\"field_22a7638\",\"field_label\":\"University Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"22a7638\"},{\"custom_id\":\"field_de5f6cb\",\"field_label\":\"Location of University\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"de5f6cb\"},{\"custom_id\":\"field_b435ac0\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b435ac0\"},{\"custom_id\":\"field_8f53e57\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"8f53e57\"},{\"field_type\":\"html\",\"field_label\":\"Work History\",\"field_html\":\"<h6> Work History <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Company Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_6708a0a\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"6708a0a\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Job Title\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"custom_id\":\"field_9a84231\",\"field_label\":\"Employment Start Date\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"date\",\"_id\":\"9a84231\"},{\"custom_id\":\"field_007ce00\",\"field_label\":\"Employment End Date\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"date\",\"_id\":\"007ce00\"},{\"custom_id\":\"field_d80481b\",\"field_label\":\"Skills & Qualifications\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"_id\":\"d80481b\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"sujon.devrivo@gmail.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6549, 641, '_elementor_page_settings', 'a:0:{}'),
(6554, 642, '_elementor_edit_mode', 'builder'),
(6555, 642, '_elementor_template_type', 'wp-page'),
(6556, 642, '_elementor_version', '4.0.6'),
(6557, 642, '_elementor_pro_version', '4.0.4'),
(6558, 642, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d'),
(6559, 642, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"yes\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"field_type\":\"html\",\"field_label\":\"School Information \",\"field_html\":\" <strong> School  Information <\\/strong>\",\"custom_id\":\"field_e6507c2\",\"_id\":\"e6507c2\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"custom_id\":\"field_b6bd2fe\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b6bd2fe\"},{\"custom_id\":\"field_672fdad\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"672fdad\"},{\"field_type\":\"html\",\"field_label\":\"College Information \",\"field_html\":\" <strong> College Information <\\/strong>\",\"custom_id\":\"field_948d462\",\"_id\":\"948d462\"},{\"custom_id\":\"field_bcf15d2\",\"field_label\":\"College Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"bcf15d2\"},{\"custom_id\":\"field_647091c\",\"field_label\":\"Location of College\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"647091c\"},{\"custom_id\":\"field_dce189f\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"dce189f\"},{\"custom_id\":\"field_28f1646\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"28f1646\"},{\"field_type\":\"html\",\"field_label\":\"University Information \",\"field_html\":\" <strong> University Information <\\/strong>\",\"custom_id\":\"field_9faa4b0\",\"_id\":\"9faa4b0\"},{\"custom_id\":\"field_22a7638\",\"field_label\":\"University Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"22a7638\"},{\"custom_id\":\"field_de5f6cb\",\"field_label\":\"Location of University\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"de5f6cb\"},{\"custom_id\":\"field_b435ac0\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b435ac0\"},{\"custom_id\":\"field_8f53e57\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"8f53e57\"},{\"field_type\":\"html\",\"field_label\":\"Work History\",\"field_html\":\"<h6> Work History <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Company Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_6708a0a\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"6708a0a\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Job Title\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"custom_id\":\"field_9a84231\",\"field_label\":\"Employment Start Date\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"date\",\"_id\":\"9a84231\"},{\"custom_id\":\"field_007ce00\",\"field_label\":\"Employment End Date\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"date\",\"_id\":\"007ce00\"},{\"custom_id\":\"field_d80481b\",\"field_label\":\"Skills & Qualifications\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"_id\":\"d80481b\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"sujon.devrivo@gmail.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6581, 644, '_elementor_page_settings', 'a:0:{}'),
(6582, 645, '_wp_page_template', 'elementor_header_footer'),
(6584, 645, '_elementor_edit_mode', 'builder'),
(6585, 645, '_elementor_template_type', 'wp-page'),
(6586, 645, '_elementor_version', '4.0.6'),
(6587, 645, '_elementor_pro_version', '4.0.4'),
(6588, 645, '_elementor_migrations_state_d2a1', '4.0.6:4.0.4:9fb84a4d2e603d44034b0c574ad7574d');
INSERT INTO `wpcb_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6589, 645, '_elementor_data', '[{\"id\":\"caf6bd8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#FBFCFC\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"3194fbf\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"615404b\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"2fc720f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"pp_display_conditions\":[{\"_id\":\"dd6e8d2\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"css_classes\":\"employment_form\"},\"elements\":[{\"id\":\"3c26c24\",\"elType\":\"container\",\"settings\":{\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"881c232\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"599ff0c\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"09abc3b\"}],\"pp_display_conditions\":[{\"_id\":\"d2c06f0\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"flex_direction\":\"row\",\"flex_direction_tablet\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"boxed_width\":{\"unit\":\"px\",\"size\":767,\"sizes\":[]}},\"elements\":[{\"id\":\"6aa8580\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pp_animated_gradient_bg_color_list\":[{\"pp_animated_gradient_bg_color\":\"#F6AD1F\",\"_id\":\"7aae957\"},{\"pp_animated_gradient_bg_color\":\"#F7496A\",\"_id\":\"108b7fe\"},{\"pp_animated_gradient_bg_color\":\"#565AD8\",\"_id\":\"6aafb20\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.13)\"},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"pp_display_conditions\":[{\"_id\":\"a142c7b\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"animation\":\"fadeInUp\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"z_index\":1},\"elements\":[{\"id\":\"fa80c6e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Employment Form \",\"align\":\"center\",\"pp_display_conditions\":[{\"_id\":\"dc5abbd\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#F1F1F1\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c5c6d2\",\"elType\":\"widget\",\"settings\":{\"form_name\":\"Employment Form \",\"form_fields\":[{\"_id\":\"c689835\",\"field_type\":\"html\",\"field_label\":\"Personal Information\",\"field_html\":\"<h6> Personal Information <\\/h6>\",\"custom_id\":\"field_c689835\"},{\"custom_id\":\"name\",\"field_label\":\"Full Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"_id\":\"fcfbacc\",\"required\":\"true\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\"},{\"custom_id\":\"field_cc1facf\",\"field_type\":\"email\",\"required\":\"true\",\"field_label\":\"Email Address\",\"_id\":\"cc1facf\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"email\",\"required\":\"true\",\"field_label\":\"Street Address\",\"_id\":\"07b5815\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\"},{\"custom_id\":\"field_372cef9\",\"required\":\"true\",\"field_label\":\"City\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"372cef9\"},{\"custom_id\":\"field_cb4bcc0\",\"required\":\"true\",\"field_label\":\"State\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"cb4bcc0\"},{\"custom_id\":\"field_c1126e1\",\"required\":\"true\",\"field_label\":\"ZIP \\/ Postal Code\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"width\":\"50\",\"_id\":\"c1126e1\"},{\"custom_id\":\"field_57f6967\",\"field_type\":\"tel\",\"required\":\"true\",\"field_label\":\"Phone Number\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"57f6967\"},{\"custom_id\":\"field_78190a6\",\"required\":\"true\",\"field_label\":\"Resume\",\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"JPG, PNG, GIF, PDF, DOC, DOCX, PPT, PPTX, and ODT\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"upload\",\"_id\":\"78190a6\"},{\"field_type\":\"html\",\"field_label\":\"Education\",\"field_html\":\"<h6> Education<\\/h6>\",\"custom_id\":\"field_cd897b3\",\"_id\":\"cd897b3\"},{\"field_type\":\"html\",\"field_label\":\"School Information \",\"field_html\":\" <strong> School  Information <\\/strong>\",\"custom_id\":\"field_e6507c2\",\"_id\":\"e6507c2\"},{\"custom_id\":\"field_60124cf\",\"field_label\":\"School Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"60124cf\"},{\"custom_id\":\"field_485d0ab\",\"field_label\":\"Location of School\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"485d0ab\"},{\"custom_id\":\"field_b6bd2fe\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b6bd2fe\"},{\"custom_id\":\"field_672fdad\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"672fdad\"},{\"field_type\":\"html\",\"field_label\":\"College Information \",\"field_html\":\" <strong> College Information <\\/strong>\",\"custom_id\":\"field_948d462\",\"_id\":\"948d462\"},{\"custom_id\":\"field_bcf15d2\",\"field_label\":\"College Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"bcf15d2\"},{\"custom_id\":\"field_647091c\",\"field_label\":\"Location of College\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"647091c\"},{\"custom_id\":\"field_dce189f\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"dce189f\"},{\"custom_id\":\"field_28f1646\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"28f1646\"},{\"field_type\":\"html\",\"field_label\":\"University Information \",\"field_html\":\" <strong> University Information <\\/strong>\",\"custom_id\":\"field_9faa4b0\",\"_id\":\"9faa4b0\"},{\"custom_id\":\"field_22a7638\",\"field_label\":\"University Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"22a7638\"},{\"custom_id\":\"field_de5f6cb\",\"field_label\":\"Location of University\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"de5f6cb\"},{\"custom_id\":\"field_b435ac0\",\"field_label\":\"Degree Received\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b435ac0\"},{\"custom_id\":\"field_8f53e57\",\"field_label\":\" Number of Years Completed\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"8f53e57\"},{\"field_type\":\"html\",\"field_label\":\"Work History\",\"field_html\":\"<h6> Work History <\\/h6>\",\"custom_id\":\"field_af1e97a\",\"_id\":\"af1e97a\"},{\"custom_id\":\"field_2d1e0ff\",\"field_label\":\"Company Name\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"2d1e0ff\"},{\"custom_id\":\"field_6708a0a\",\"field_label\":\"Company Address\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"6708a0a\"},{\"custom_id\":\"field_b480194\",\"field_label\":\"Job Title\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"_id\":\"b480194\"},{\"custom_id\":\"field_1951805\",\"field_label\":\"Phone Number\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"\",\"use_native_time\":\"\",\"field_type\":\"tel\",\"_id\":\"1951805\"},{\"custom_id\":\"field_9a84231\",\"field_label\":\"Employment Start Date\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"date\",\"_id\":\"9a84231\"},{\"custom_id\":\"field_007ce00\",\"field_label\":\"Employment End Date\",\"width\":\"50\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"date\",\"_id\":\"007ce00\"},{\"custom_id\":\"field_d80481b\",\"field_label\":\"Skills & Qualifications\",\"dynamic\":{\"active\":true},\"previous_button\":\"\",\"next_button\":\"\",\"file_sizes\":\"\",\"file_types\":\"\",\"allow_multiple_upload\":\"\",\"max_files\":\"\",\"acceptance_text\":\"\",\"checked_by_default\":\"\",\"field_min\":\"\",\"field_max\":\"\",\"min_date\":\"\",\"max_date\":\"\",\"use_native_date\":\"yes\",\"use_native_time\":\"\",\"field_type\":\"textarea\",\"_id\":\"d80481b\"}],\"input_size\":\"md\",\"step_next_label\":\"Next\",\"step_previous_label\":\"Previous\",\"button_text\":\"Submit\",\"email_content\":\"[all-fields]\",\"email_content_2\":\"[all-fields]\",\"success_message\":\"Your submission was successful.\",\"error_message\":\"Your submission failed because of an error.\",\"server_message\":\"Your submission failed because of a server error.\",\"invalid_message\":\"Your submission failed because the form is invalid.\",\"required_field_message\":\"This field is required.\",\"column_gap\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"label_spacing\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"label_typography_typography\":\"custom\",\"label_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"field_border_color\":\"#D1D1D1\",\"pp_display_conditions\":[{\"_id\":\"09292a9\",\"pp_condition_date_time_before_value\":\"2024-04-25 11:28\"}],\"pp_elements_tooltip_content\":\"Tooltip Content\",\"__globals__\":{\"field_border_color\":\"\",\"button_background_color\":\"globals\\/colors?id=astglobalcolor1\",\"button_background_hover_color\":\"globals\\/colors?id=astglobalcolor0\"},\"button_size\":\"md\",\"mark_required\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"html_spacing\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"activecampaign_fields_map\":[],\"convertkit_fields_map\":[],\"drip_fields_map\":[],\"getresponse_fields_map\":[],\"mailchimp_fields_map\":[],\"mailerlite_fields_map\":[],\"email_to\":\"sujon.devrivo@gmail.com\",\"email_subject\":\"Employment -  Casa Bloom LLC\",\"email_from\":\"noreply@mrarif.me\",\"email_from_name\":\"Casa Bloom LLC\",\"form_metadata\":[\"date\",\"time\",\"page_url\"],\"email_to_2\":\"arifwebsols@gmail.com\",\"email_subject_2\":\"New message from \\\"Casa Bloom LLC\\\"\",\"email_from_2\":\"email@mrarif.me\",\"email_from_name_2\":\"Casa Bloom LLC\",\"email_reply_to_2\":\"arifwebsols@gmail.com\"},\"elements\":[],\"widgetType\":\"form\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(6590, 23, '_elementor_page_settings', 'a:0:{}'),
(6591, 23, '_elementor_controls_usage', 'a:3:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:3:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}s:15:\"_section_border\";a:4:{s:14:\"_border_border\";i:1;s:13:\"_border_width\";i:1;s:13:\"_border_color\";i:1;s:14:\"_border_radius\";i:1;}}}}s:4:\"form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:3:{s:19:\"section_form_fields\";a:4:{s:9:\"form_name\";i:1;s:11:\"form_fields\";i:1;s:10:\"input_size\";i:1;s:13:\"mark_required\";i:1;}s:15:\"section_buttons\";a:2:{s:11:\"button_text\";i:1;s:11:\"button_size\";i:1;}s:13:\"section_email\";a:4:{s:8:\"email_to\";i:1;s:13:\"email_subject\";i:1;s:10:\"email_from\";i:1;s:13:\"form_metadata\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_form_style\";a:6:{s:10:\"column_gap\";i:1;s:13:\"label_spacing\";i:1;s:27:\"label_typography_typography\";i:1;s:26:\"label_typography_font_size\";i:1;s:7:\"row_gap\";i:1;s:12:\"html_spacing\";i:1;}s:19:\"section_field_style\";a:1:{s:18:\"field_border_color\";i:1;}}s:8:\"advanced\";a:1:{s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:3:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:2;}s:45:\"section_powerpack_elements_background_effects\";a:1:{s:34:\"pp_animated_gradient_bg_color_list\";i:3;}s:14:\"section_border\";a:3:{s:13:\"border_radius\";i:1;s:26:\"box_shadow_box_shadow_type\";i:1;s:21:\"box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"section_layout\";a:3:{s:7:\"padding\";i:2;s:7:\"z_index\";i:1;s:11:\"css_classes\";i:1;}s:35:\"section_powerpack_elements_advanced\";a:1:{s:21:\"pp_display_conditions\";i:3;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:1;}}s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:13:\"content_width\";i:1;s:14:\"flex_direction\";i:2;s:8:\"flex_gap\";i:1;s:11:\"boxed_width\";i:1;}}}}}');

-- --------------------------------------------------------

--
-- Table structure for table `wpcb_posts`
--

CREATE TABLE `wpcb_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `post_author` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpcb_posts`
--

INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(23, 1, '2026-05-06 06:13:09', '2026-05-06 06:13:09', '<h2>Employment Form </h2>', 'Employment', '', 'publish', 'closed', 'closed', '', 'employment', '', '', '2026-05-06 14:29:47', '2026-05-06 14:29:47', '', 0, 'https://mrarif.me/casabloomllc/?page_id=23', 0, 'page', '', 0),
(24, 1, '2026-05-06 06:13:09', '2026-05-06 06:13:09', '', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 06:13:09', '2026-05-06 06:13:09', '', 23, 'https://mrarif.me/casabloomllc/?p=24', 0, 'revision', '', 0),
(25, 1, '2026-05-06 06:14:32', '0000-00-00 00:00:00', '', 'Home', '', 'draft', 'closed', 'closed', '', '', '', '', '2026-05-06 06:14:32', '0000-00-00 00:00:00', '', 0, 'https://mrarif.me/casabloomllc/?p=25', 1, 'nav_menu_item', '', 0),
(26, 1, '2026-05-06 06:15:39', '2026-05-06 06:14:55', ' ', '', '', 'publish', 'closed', 'closed', '', '26', '', '', '2026-05-06 06:15:39', '2026-05-06 06:15:39', '', 0, 'https://mrarif.me/casabloomllc/?p=26', 2, 'nav_menu_item', '', 0),
(27, 1, '2026-05-06 06:15:39', '2026-05-06 06:14:55', ' ', '', '', 'publish', 'closed', 'closed', '', '27', '', '', '2026-05-06 06:15:39', '2026-05-06 06:15:39', '', 0, 'https://mrarif.me/casabloomllc/?p=27', 5, 'nav_menu_item', '', 0),
(28, 1, '2026-05-06 06:15:39', '2026-05-06 06:14:55', ' ', '', '', 'publish', 'closed', 'closed', '', '28', '', '', '2026-05-06 06:15:39', '2026-05-06 06:15:39', '', 0, 'https://mrarif.me/casabloomllc/?p=28', 6, 'nav_menu_item', '', 0),
(29, 1, '2026-05-06 06:15:39', '2026-05-06 06:14:55', ' ', '', '', 'publish', 'closed', 'closed', '', '29', '', '', '2026-05-06 06:15:39', '2026-05-06 06:15:39', '', 0, 'https://mrarif.me/casabloomllc/?p=29', 4, 'nav_menu_item', '', 0),
(30, 1, '2026-05-06 06:15:39', '2026-05-06 06:14:55', ' ', '', '', 'publish', 'closed', 'closed', '', '30', '', '', '2026-05-06 06:15:39', '2026-05-06 06:15:39', '', 0, 'https://mrarif.me/casabloomllc/?p=30', 1, 'nav_menu_item', '', 0),
(31, 1, '2026-05-06 06:15:39', '2026-05-06 06:14:55', ' ', '', '', 'publish', 'closed', 'closed', '', '31', '', '', '2026-05-06 06:15:39', '2026-05-06 06:15:39', '', 0, 'https://mrarif.me/casabloomllc/?p=31', 3, 'nav_menu_item', '', 0),
(32, 1, '2026-05-06 06:17:39', '2026-05-06 06:17:39', '<img width=\"2560\" height=\"942\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/logo-scaled.png\" alt=\"\" />', 'Header', '', 'publish', 'closed', 'closed', '', 'header', '', '', '2026-05-06 13:39:22', '2026-05-06 13:39:22', '', 0, 'https://mrarif.me/casabloomllc/?post_type=elementor_library&#038;p=32', 0, 'elementor_library', '', 0),
(33, 1, '2026-05-06 06:18:46', '2026-05-06 06:18:46', '<ul>\n							<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										XXX-XXX-XXX\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										info@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/modernhomecarehh/\" target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a href=\"https://www.instagram.com/modernhomecarellc?fbclid=IwZXh0bgNhZW0CMTAAAR2vcF8ghFhyPcka4WAqv2s18S8Bmgs7v24ryKWPZSfs1S7ukdm-Tlgyn2Y_aem_wYugYGBVO_28k3uF4EikcA\" target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a href=\"https://www.youtube.com/@modernhomecare\" target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n																	<img src=\"https://mrarif.me/casabloomllc/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />																		<ul>\n							<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										XXX-XXX-XXX\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										info@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a href=\"https://www.instagram.com/cffhealthcare/\" target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a href=\"https://twitter.com/cffhealthcare\" target=\"_blank\">\n						X-twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z\"></path></svg>					</a>\n					<a href=\"https://www.linkedin.com/cffhealthcare?_l=en_US\" target=\"_blank\">\n						Linkedin-in\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>					</a>\n					<a href=\"https://www.facebook.com/cffhealthcare\" target=\"_blank\">\n						Facebook\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n																	<img src=\"https://mrarif.me/casabloomllc/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />																					<a role=\"button\">\n									Book Now \n					</a>\n						<p>Pharmaceutical, Medical Device, and Biotech life sciences consulting firm.</p>			<h5>Quick Links</h5>							<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										About Us\n									</li>\n								<li>\n										Our Approach\n									</li>\n								<li>\n										Industries\n									</li>\n								<li>\n										Practice Areas\n									</li>\n								<li>\n										Resources\n									</li>\n								<li>\n										Free Checklists\n									</li>\n								<li>\n										Blog\n									</li>\n								<li>\n										Press\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Location Here\n									</li>\n								<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Direct:  XXX-XXX-XXX\n											</a>\n									</li>\n						</ul>\n					<a target=\"_blank\">\n						Linkedin-in\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n									<ul>\n							<li>\n										© Copyright 2024 all rights reserved\n									</li>\n						</ul>\n									<ul>\n							<li>\n										Privacy Statement\n									</li>\n								<li>\n										Accessibility Statement\n									</li>\n						</ul>', 'Common-Template-Update', '', 'publish', 'closed', 'closed', '', 'common-template-update', '', '', '2026-05-06 06:18:47', '2026-05-06 06:18:47', '', 0, 'https://mrarif.me/casabloomllc/?elementor_library=common-template-update', 0, 'elementor_library', '', 0),
(4, 0, '2026-05-05 14:16:23', '2026-05-05 14:16:23', '<!-- wp:page-list /-->', 'Navigation', '', 'publish', 'closed', 'closed', '', 'navigation', '', '', '2026-05-05 14:16:23', '2026-05-05 14:16:23', '', 0, 'https://mrarif.me/casabloomllc/index.php/2026/05/05/navigation/', 0, 'wp_navigation', '', 0),
(6, 1, '2026-05-05 14:17:11', '2026-05-05 14:17:11', '', 'Default Kit', '', 'publish', 'closed', 'closed', '', 'default-kit', '', '', '2026-05-06 12:34:57', '2026-05-06 12:34:57', '', 0, 'https://mrarif.me/casabloomllc/?p=6', 0, 'elementor_library', '', 0),
(13, 1, '2026-05-06 05:46:53', '2026-05-06 05:46:53', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"https://mrarif.me/casabloomllc/services/\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"https://mrarif.me/casabloomllc/about-us/\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"https://mrarif.me/casabloomllc/services/\">\n									Learn More &gt;\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"https://mrarif.me/casabloomllc/admissions/\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"https://mrarif.me/casabloomllc/contact-us/\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"https://mrarif.me/casabloomllc/employment/\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2026-05-06 14:03:33', '2026-05-06 14:03:33', '', 0, 'https://mrarif.me/casabloomllc/?page_id=13', 0, 'page', '', 0),
(14, 1, '2026-05-06 05:46:53', '2026-05-06 05:46:53', '', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 05:46:53', '2026-05-06 05:46:53', '', 13, 'https://mrarif.me/casabloomllc/?p=14', 0, 'revision', '', 0),
(15, 1, '2026-05-06 06:04:01', '2026-05-06 06:04:01', '<img width=\"1000\" height=\"1500\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-ab.jpg\" alt=\"\" />																<h2>About Us</h2>		Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>				\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>				\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n				<p>We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.</p>', 'About Us', '', 'publish', 'closed', 'closed', '', 'about-us', '', '', '2026-05-06 10:53:52', '2026-05-06 10:53:52', '', 0, 'https://mrarif.me/casabloomllc/?page_id=15', 0, 'page', '', 0),
(16, 1, '2026-05-06 06:04:01', '2026-05-06 06:04:01', '', 'About Us', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-05-06 06:04:01', '2026-05-06 06:04:01', '', 15, 'https://mrarif.me/casabloomllc/?p=16', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(17, 1, '2026-05-06 06:04:23', '2026-05-06 06:04:23', '<h2>Services to Be Provided</h2>		Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including					\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Individual Therapy					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Group Therapy					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Medication Management					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Daily Living Skills Training					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						24/7 Supervision					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Behavior Support Plans					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Care Coordination					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Community integration 					</h6>', 'Services', '', 'publish', 'closed', 'closed', '', 'services', '', '', '2026-05-06 11:09:53', '2026-05-06 11:09:53', '', 0, 'https://mrarif.me/casabloomllc/?page_id=17', 0, 'page', '', 0),
(18, 1, '2026-05-06 06:04:23', '2026-05-06 06:04:23', '', 'Services', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-05-06 06:04:23', '2026-05-06 06:04:23', '', 17, 'https://mrarif.me/casabloomllc/?p=18', 0, 'revision', '', 0),
(19, 1, '2026-05-06 06:12:29', '2026-05-06 06:12:29', '<h2>Contact   Info \n</h2>							\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\" data-name=\"Layer 1\"><path d=\"m301 146.36a45 45 0 1 0 -45 45 45.05 45.05 0 0 0 45-45zm-45 34.64a34.61 34.61 0 1 1 34.62-34.61 34.64 34.64 0 0 1 -34.62 34.61z\"></path><path d=\"m414 449.22-56.84-100.67a5.21 5.21 0 0 0 -4.53-2.64h-27.73a5.2 5.2 0 1 0 0 10.39h24.7l16.23 28.7h-99.11c25.35-32.53 112.65-148.71 112.65-206.65 0-67.98-55.37-123.35-123.37-123.35a123.5 123.5 0 0 0 -123.37 123.38c0 57.94 87.28 174.12 112.63 206.65h-99.09l16.23-28.73h24.7a5.2 5.2 0 1 0 0-10.39h-27.73a5.21 5.21 0 0 0 -4.53 2.64l-56.84 100.67a5.19 5.19 0 0 0 4.52 7.75h307a5.19 5.19 0 0 0 4.52-7.75zm-158-383.8a113.1 113.1 0 0 1 113 113c0 56-92.36 177.11-113 203.46-20.63-26.35-113-147.48-113-203.46a113.09 113.09 0 0 1 113-113zm-144.61 381.16 28.91-51.16h231.4l28.91 51.16z\"></path></svg>			\n							<h5>Office Address</h5>							<ul>\n							<li>\n										Hickory, NC 28601\n									</li>\n						</ul>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"Layer_1\"><path d=\"m29.04 43.94c.69-.69 1.07-1.6 1.07-2.57s-.38-1.89-1.07-2.57l-6.81-6.81c-1.37-1.38-3.77-1.38-5.15 0l-3.76 3.76c-5.5 5.5-5.78 14.19-.61 19.35l32.18 32.18c2.48 2.48 5.76 3.7 9.11 3.7 3.64 0 7.37-1.45 10.24-4.31l3.76-3.76c1.42-1.42 1.42-3.73 0-5.15l-6.81-6.81c-1.42-1.42-3.73-1.42-5.15 0l-3.76 3.76c-.54.54-1.25.86-1.99.88-.71.01-1.36-.23-1.84-.7l-23.35-23.36c-1-1.01-.92-2.72.18-3.83zm-10.54-10.54c.62-.62 1.7-.62 2.32 0l6.81 6.81c.31.31.48.72.48 1.16s-.17.85-.48 1.16l-3.06 3.06-9.13-9.13zm38.97 38.96c.64-.64 1.68-.64 2.32 0l6.81 6.81c.64.64.64 1.68 0 2.32l-3.06 3.06-9.13-9.13zm-10.42 3.95c.87.88 2.06 1.34 3.32 1.29.91-.03 1.79-.32 2.55-.83l9.17 9.17c-2.18 1.88-4.88 2.95-7.69 3.05-3.08.12-5.99-1-8.1-3.12l-32.18-32.18c-4.16-4.17-4.12-11.07-.07-15.8l9.17 9.17c-1.24 1.86-1.1 4.32.46 5.88z\"></path><path d=\"m38.54 23.67c-.12.54.21 1.08.75 1.2 8.73 2.01 16.7 6.44 23.07 12.8 6.33 6.33 10.75 14.27 12.78 22.96.11.46.52.77.97.77.08 0 .15-.01.23-.03.54-.13.87-.66.75-1.2-2.12-9.05-6.72-17.32-13.32-23.92-6.63-6.63-14.95-11.25-24.04-13.34-.54-.12-1.07.22-1.19.76z\"></path><path d=\"m72.4 27.63c8.87 8.87 14.62 20.07 16.62 32.38.08.49.5.84.99.84.05 0 .11 0 .16-.01.54-.09.92-.6.83-1.15-2.06-12.73-8-24.3-17.18-33.47-9.17-9.17-20.76-15.12-33.53-17.2-.55-.09-1.06.28-1.15.83s.28 1.06.83 1.15c12.34 2.01 23.55 7.76 32.43 16.63z\"></path><path d=\"m37.95 37.23c-.18.52.1 1.09.62 1.27 5.36 1.84 10.11 4.81 14.13 8.83 3.98 3.98 6.93 8.69 8.77 13.98.14.41.53.67.94.67.11 0 .22-.02.33-.06.52-.18.8-.75.62-1.27-1.94-5.58-5.05-10.54-9.25-14.74-4.24-4.24-9.25-7.37-14.9-9.31-.51-.17-1.08.11-1.26.63z\"></path></g></svg>			\n							<h5>Phone </h5>							<ul>\n							<li>\n											<a href=\"tel:9802721717\">\n											980-272-1717\n											</a>\n									</li>\n						</ul>\n							<h2>Contact Us</h2>', 'Contact Us', '', 'publish', 'closed', 'closed', '', 'contact-us', '', '', '2026-05-06 13:21:00', '2026-05-06 13:21:00', '', 0, 'https://mrarif.me/casabloomllc/?page_id=19', 0, 'page', '', 0),
(20, 1, '2026-05-06 06:12:29', '2026-05-06 06:12:29', '', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-05-06 06:12:29', '2026-05-06 06:12:29', '', 19, 'https://mrarif.me/casabloomllc/?p=20', 0, 'revision', '', 0),
(21, 1, '2026-05-06 06:12:53', '2026-05-06 06:12:53', '<h2>Admissions Form </h2>', 'Admissions', '', 'publish', 'closed', 'closed', '', 'admissions', '', '', '2026-05-06 13:42:47', '2026-05-06 13:42:47', '', 0, 'https://mrarif.me/casabloomllc/?page_id=21', 0, 'page', '', 0),
(22, 1, '2026-05-06 06:12:53', '2026-05-06 06:12:53', '', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 06:12:53', '2026-05-06 06:12:53', '', 21, 'https://mrarif.me/casabloomllc/?p=22', 0, 'revision', '', 0),
(34, 1, '2026-05-06 06:18:47', '2026-05-06 06:18:47', '<ul>\n							<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										XXX-XXX-XXX\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										info@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a href=\"https://www.facebook.com/modernhomecarehh/\" target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a href=\"https://www.instagram.com/modernhomecarellc?fbclid=IwZXh0bgNhZW0CMTAAAR2vcF8ghFhyPcka4WAqv2s18S8Bmgs7v24ryKWPZSfs1S7ukdm-Tlgyn2Y_aem_wYugYGBVO_28k3uF4EikcA\" target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a href=\"https://www.youtube.com/@modernhomecare\" target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n																	<img src=\"https://mrarif.me/casabloomllc/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />																		<ul>\n							<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										XXX-XXX-XXX\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@gmail.com\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										info@gmail.com\n											</a>\n									</li>\n						</ul>\n					<a href=\"https://www.instagram.com/cffhealthcare/\" target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a href=\"https://twitter.com/cffhealthcare\" target=\"_blank\">\n						X-twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z\"></path></svg>					</a>\n					<a href=\"https://www.linkedin.com/cffhealthcare?_l=en_US\" target=\"_blank\">\n						Linkedin-in\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>					</a>\n					<a href=\"https://www.facebook.com/cffhealthcare\" target=\"_blank\">\n						Facebook\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n																	<img src=\"https://mrarif.me/casabloomllc/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />																					<a role=\"button\">\n									Book Now \n					</a>\n						<p>Pharmaceutical, Medical Device, and Biotech life sciences consulting firm.</p>			<h5>Quick Links</h5>							<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										About Us\n									</li>\n								<li>\n										Our Approach\n									</li>\n								<li>\n										Industries\n									</li>\n								<li>\n										Practice Areas\n									</li>\n								<li>\n										Resources\n									</li>\n								<li>\n										Free Checklists\n									</li>\n								<li>\n										Blog\n									</li>\n								<li>\n										Press\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Location Here\n									</li>\n								<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Direct:  XXX-XXX-XXX\n											</a>\n									</li>\n						</ul>\n					<a target=\"_blank\">\n						Linkedin-in\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n									<ul>\n							<li>\n										© Copyright 2024 all rights reserved\n									</li>\n						</ul>\n									<ul>\n							<li>\n										Privacy Statement\n									</li>\n								<li>\n										Accessibility Statement\n									</li>\n						</ul>', 'Common-Template-Update', '', 'inherit', 'closed', 'closed', '', '33-revision-v1', '', '', '2026-05-06 06:18:47', '2026-05-06 06:18:47', '', 33, 'https://mrarif.me/casabloomllc/?p=34', 0, 'revision', '', 0),
(35, 1, '2026-05-06 06:19:23', '2026-05-06 06:19:23', '', 'Header', '', 'inherit', 'closed', 'closed', '', '32-revision-v1', '', '', '2026-05-06 06:19:23', '2026-05-06 06:19:23', '', 32, 'https://mrarif.me/casabloomllc/?p=35', 0, 'revision', '', 0),
(36, 1, '2026-05-06 06:19:24', '2026-05-06 06:19:24', '<img src=\"https://mrarif.me/casabloomllc/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />', 'Header', '', 'inherit', 'closed', 'closed', '', '32-revision-v1', '', '', '2026-05-06 06:19:24', '2026-05-06 06:19:24', '', 32, 'https://mrarif.me/casabloomllc/?p=36', 0, 'revision', '', 0),
(37, 1, '2026-05-06 06:23:14', '2026-05-06 06:23:14', '<img src=\"https://mrarif.me/casabloomllc/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />', 'Header', '', 'inherit', 'closed', 'closed', '', '32-revision-v1', '', '', '2026-05-06 06:23:14', '2026-05-06 06:23:14', '', 32, 'https://mrarif.me/casabloomllc/?p=37', 0, 'revision', '', 0),
(38, 1, '2026-05-06 06:24:08', '2026-05-06 06:24:08', '', 'logo', '', 'inherit', 'closed', 'closed', '', 'logo', '', '', '2026-05-06 06:24:08', '2026-05-06 06:24:08', '', 32, 'https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/logo.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(39, 1, '2026-05-06 06:24:32', '2026-05-06 06:24:32', '<img width=\"2560\" height=\"942\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/logo-scaled.png\" alt=\"\" />', 'Header', '', 'inherit', 'closed', 'closed', '', '32-revision-v1', '', '', '2026-05-06 06:24:32', '2026-05-06 06:24:32', '', 32, 'https://mrarif.me/casabloomllc/?p=39', 0, 'revision', '', 0),
(40, 1, '2026-05-06 06:25:30', '2026-05-06 06:25:30', '{\n    \"astra-settings[site-layout-outside-bg-obj-responsive]\": {\n        \"value\": {\n            \"desktop\": {\n                \"background-color\": \"var(--ast-global-color-5)\",\n                \"background-image\": \"\",\n                \"background-repeat\": \"repeat\",\n                \"background-position\": \"center center\",\n                \"background-size\": \"auto\",\n                \"background-attachment\": \"scroll\",\n                \"background-type\": \"color\",\n                \"background-media\": \"\",\n                \"overlay-type\": \"\",\n                \"overlay-color\": \"\",\n                \"overlay-opacity\": \"\",\n                \"overlay-gradient\": \"\"\n            },\n            \"tablet\": {\n                \"background-color\": \"\",\n                \"background-image\": \"\",\n                \"background-repeat\": \"repeat\",\n                \"background-position\": \"center center\",\n                \"background-size\": \"auto\",\n                \"background-attachment\": \"scroll\",\n                \"background-type\": \"\",\n                \"background-media\": \"\",\n                \"overlay-type\": \"\",\n                \"overlay-color\": \"\",\n                \"overlay-opacity\": \"\",\n                \"overlay-gradient\": \"\"\n            },\n            \"mobile\": {\n                \"background-color\": \"\",\n                \"background-image\": \"\",\n                \"background-repeat\": \"repeat\",\n                \"background-position\": \"center center\",\n                \"background-size\": \"auto\",\n                \"background-attachment\": \"scroll\",\n                \"background-type\": \"\",\n                \"background-media\": \"\",\n                \"overlay-type\": \"\",\n                \"overlay-color\": \"\",\n                \"overlay-opacity\": \"\",\n                \"overlay-gradient\": \"\"\n            }\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-05-06 06:25:30\"\n    },\n    \"astra-settings[content-bg-obj-responsive]\": {\n        \"value\": {\n            \"desktop\": {\n                \"background-color\": \"var(--ast-global-color-4)\",\n                \"background-image\": \"\",\n                \"background-repeat\": \"repeat\",\n                \"background-position\": \"center center\",\n                \"background-size\": \"auto\",\n                \"background-attachment\": \"scroll\",\n                \"background-type\": \"color\",\n                \"background-media\": \"\",\n                \"overlay-type\": \"\",\n                \"overlay-color\": \"\",\n                \"overlay-opacity\": \"\",\n                \"overlay-gradient\": \"\"\n            },\n            \"tablet\": {\n                \"background-color\": \"var(--ast-global-color-4)\",\n                \"background-image\": \"\",\n                \"background-repeat\": \"repeat\",\n                \"background-position\": \"center center\",\n                \"background-size\": \"auto\",\n                \"background-attachment\": \"scroll\",\n                \"background-type\": \"color\",\n                \"background-media\": \"\",\n                \"overlay-type\": \"\",\n                \"overlay-color\": \"\",\n                \"overlay-opacity\": \"\",\n                \"overlay-gradient\": \"\"\n            },\n            \"mobile\": {\n                \"background-color\": \"var(--ast-global-color-4)\",\n                \"background-image\": \"\",\n                \"background-repeat\": \"repeat\",\n                \"background-position\": \"center center\",\n                \"background-size\": \"auto\",\n                \"background-attachment\": \"scroll\",\n                \"background-type\": \"color\",\n                \"background-media\": \"\",\n                \"overlay-type\": \"\",\n                \"overlay-color\": \"\",\n                \"overlay-opacity\": \"\",\n                \"overlay-gradient\": \"\"\n            }\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-05-06 06:25:30\"\n    },\n    \"astra-settings[global-color-palette]\": {\n        \"value\": {\n            \"palette\": [\n                \"#0604ac\",\n                \"#045cb4\",\n                \"#1e293b\",\n                \"#334155\",\n                \"#FFFFFF\",\n                \"#F0F5FA\",\n                \"#111111\",\n                \"#D1D5DB\",\n                \"#111111\"\n            ],\n            \"flag\": true\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-05-06 06:25:30\"\n    },\n    \"astra-color-palettes\": {\n        \"value\": {\n            \"currentPalette\": \"palette_1\",\n            \"palettes\": {\n                \"palette_1\": [\n                    \"#0604ac\",\n                    \"#045cb4\",\n                    \"#1e293b\",\n                    \"#334155\",\n                    \"#FFFFFF\",\n                    \"#F0F5FA\",\n                    \"#111111\",\n                    \"#D1D5DB\",\n                    \"#111111\"\n                ],\n                \"palette_2\": [\n                    \"#0067FF\",\n                    \"#005EE9\",\n                    \"#0F172A\",\n                    \"#364151\",\n                    \"#FFFFFF\",\n                    \"#E7F6FF\",\n                    \"#070614\",\n                    \"#D1DAE5\",\n                    \"#222222\"\n                ],\n                \"palette_3\": [\n                    \"#6528F7\",\n                    \"#5511F8\",\n                    \"#0F172A\",\n                    \"#454F5E\",\n                    \"#FFFFFF\",\n                    \"#F2F0FE\",\n                    \"#0D0614\",\n                    \"#D8D8F5\",\n                    \"#222222\"\n                ],\n                \"palette_4\": [\n                    \"#0085FF\",\n                    \"#0177E3\",\n                    \"#FFFFFF\",\n                    \"#E7F6FF\",\n                    \"#212A37\",\n                    \"#0F172A\",\n                    \"#4F5B62\",\n                    \"#070614\",\n                    \"#222222\"\n                ]\n            },\n            \"presets\": {\n                \"Oak\": [\n                    \"#0067FF\",\n                    \"#005EE9\",\n                    \"#0F172A\",\n                    \"#364151\",\n                    \"#FFFFFF\",\n                    \"#E7F6FF\",\n                    \"#070614\",\n                    \"#D1DAE5\",\n                    \"#222222\"\n                ],\n                \"Viola\": [\n                    \"#6528F7\",\n                    \"#5511F8\",\n                    \"#0F172A\",\n                    \"#454F5E\",\n                    \"#FFFFFF\",\n                    \"#F2F0FE\",\n                    \"#0D0614\",\n                    \"#D8D8F5\",\n                    \"#222222\"\n                ],\n                \"Cedar\": [\n                    \"#DD183B\",\n                    \"#CC1939\",\n                    \"#0F172A\",\n                    \"#3A3A3A\",\n                    \"#FFFFFF\",\n                    \"#FFEDE6\",\n                    \"#140609\",\n                    \"#FFD1BF\",\n                    \"#222222\"\n                ],\n                \"Willow\": [\n                    \"#54B435\",\n                    \"#379237\",\n                    \"#0F172A\",\n                    \"#2F3B40\",\n                    \"#FFFFFF\",\n                    \"#EDFBE2\",\n                    \"#0C1406\",\n                    \"#D5EAD8\",\n                    \"#222222\"\n                ],\n                \"Lily\": [\n                    \"#DCA54A\",\n                    \"#D09A40\",\n                    \"#0F172A\",\n                    \"#4A4A4A\",\n                    \"#FFFFFF\",\n                    \"#FAF5E5\",\n                    \"#141004\",\n                    \"#F0E6C5\",\n                    \"#222222\"\n                ],\n                \"Rose\": [\n                    \"#FB5FAB\",\n                    \"#EA559D\",\n                    \"#0F172A\",\n                    \"#454F5E\",\n                    \"#FFFFFF\",\n                    \"#FCEEF5\",\n                    \"#140610\",\n                    \"#FAD8E9\",\n                    \"#222222\"\n                ],\n                \"Sage\": [\n                    \"#1B9C85\",\n                    \"#178E79\",\n                    \"#0F172A\",\n                    \"#454F5E\",\n                    \"#FFFFFF\",\n                    \"#EDF6EE\",\n                    \"#06140C\",\n                    \"#D4F3D7\",\n                    \"#222222\"\n                ],\n                \"Flare\": [\n                    \"#FD9800\",\n                    \"#E98C00\",\n                    \"#0F172A\",\n                    \"#454F5E\",\n                    \"#FFFFFF\",\n                    \"#FEF9E1\",\n                    \"#141006\",\n                    \"#F9F0C8\",\n                    \"#222222\"\n                ],\n                \"Maple\": [\n                    \"#FF6210\",\n                    \"#F15808\",\n                    \"#1C0D0A\",\n                    \"#353535\",\n                    \"#FFFFFF\",\n                    \"#FEF1E4\",\n                    \"#140B06\",\n                    \"#E5D7D1\",\n                    \"#222222\"\n                ],\n                \"Birch\": [\n                    \"#737880\",\n                    \"#65696F\",\n                    \"#151616\",\n                    \"#393C40\",\n                    \"#FFFFFF\",\n                    \"#F6F6F6\",\n                    \"#232529\",\n                    \"#F1F0F0\",\n                    \"#222222\"\n                ],\n                \"Dark\": [\n                    \"#0085FF\",\n                    \"#0177E3\",\n                    \"#FFFFFF\",\n                    \"#E7F6FF\",\n                    \"#212A37\",\n                    \"#0F172A\",\n                    \"#4F5B62\",\n                    \"#070614\",\n                    \"#222222\"\n                ]\n            },\n            \"presetNames\": {\n                \"palette_1\": null,\n                \"palette_2\": \"Oak\",\n                \"palette_3\": \"Viola\",\n                \"palette_4\": \"Dark\"\n            },\n            \"flag\": true\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-05-06 06:25:30\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '2e46e03a-cbf6-418b-937b-4c40cdcad789', '', '', '2026-05-06 06:25:30', '2026-05-06 06:25:30', '', 0, 'https://mrarif.me/casabloomllc/2e46e03a-cbf6-418b-937b-4c40cdcad789/', 0, 'customize_changeset', '', 0),
(41, 1, '2026-05-06 06:25:39', '2026-05-06 06:25:39', '{\n    \"astra-settings[global-color-palette]\": {\n        \"value\": {\n            \"palette\": [\n                \"#0604ac\",\n                \"#29af4c\",\n                \"#1e293b\",\n                \"#334155\",\n                \"#FFFFFF\",\n                \"#F0F5FA\",\n                \"#111111\",\n                \"#D1D5DB\",\n                \"#111111\"\n            ],\n            \"flag\": false\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-05-06 06:25:39\"\n    },\n    \"astra-color-palettes\": {\n        \"value\": {\n            \"currentPalette\": \"palette_1\",\n            \"palettes\": {\n                \"palette_1\": [\n                    \"#0604ac\",\n                    \"#29af4c\",\n                    \"#1e293b\",\n                    \"#334155\",\n                    \"#FFFFFF\",\n                    \"#F0F5FA\",\n                    \"#111111\",\n                    \"#D1D5DB\",\n                    \"#111111\"\n                ],\n                \"palette_2\": [\n                    \"#0067FF\",\n                    \"#005EE9\",\n                    \"#0F172A\",\n                    \"#364151\",\n                    \"#FFFFFF\",\n                    \"#E7F6FF\",\n                    \"#070614\",\n                    \"#D1DAE5\",\n                    \"#222222\"\n                ],\n                \"palette_3\": [\n                    \"#6528F7\",\n                    \"#5511F8\",\n                    \"#0F172A\",\n                    \"#454F5E\",\n                    \"#FFFFFF\",\n                    \"#F2F0FE\",\n                    \"#0D0614\",\n                    \"#D8D8F5\",\n                    \"#222222\"\n                ],\n                \"palette_4\": [\n                    \"#0085FF\",\n                    \"#0177E3\",\n                    \"#FFFFFF\",\n                    \"#E7F6FF\",\n                    \"#212A37\",\n                    \"#0F172A\",\n                    \"#4F5B62\",\n                    \"#070614\",\n                    \"#222222\"\n                ]\n            },\n            \"presets\": {\n                \"Oak\": [\n                    \"#0067FF\",\n                    \"#005EE9\",\n                    \"#0F172A\",\n                    \"#364151\",\n                    \"#FFFFFF\",\n                    \"#E7F6FF\",\n                    \"#070614\",\n                    \"#D1DAE5\",\n                    \"#222222\"\n                ],\n                \"Viola\": [\n                    \"#6528F7\",\n                    \"#5511F8\",\n                    \"#0F172A\",\n                    \"#454F5E\",\n                    \"#FFFFFF\",\n                    \"#F2F0FE\",\n                    \"#0D0614\",\n                    \"#D8D8F5\",\n                    \"#222222\"\n                ],\n                \"Cedar\": [\n                    \"#DD183B\",\n                    \"#CC1939\",\n                    \"#0F172A\",\n                    \"#3A3A3A\",\n                    \"#FFFFFF\",\n                    \"#FFEDE6\",\n                    \"#140609\",\n                    \"#FFD1BF\",\n                    \"#222222\"\n                ],\n                \"Willow\": [\n                    \"#54B435\",\n                    \"#379237\",\n                    \"#0F172A\",\n                    \"#2F3B40\",\n                    \"#FFFFFF\",\n                    \"#EDFBE2\",\n                    \"#0C1406\",\n                    \"#D5EAD8\",\n                    \"#222222\"\n                ],\n                \"Lily\": [\n                    \"#DCA54A\",\n                    \"#D09A40\",\n                    \"#0F172A\",\n                    \"#4A4A4A\",\n                    \"#FFFFFF\",\n                    \"#FAF5E5\",\n                    \"#141004\",\n                    \"#F0E6C5\",\n                    \"#222222\"\n                ],\n                \"Rose\": [\n                    \"#FB5FAB\",\n                    \"#EA559D\",\n                    \"#0F172A\",\n                    \"#454F5E\",\n                    \"#FFFFFF\",\n                    \"#FCEEF5\",\n                    \"#140610\",\n                    \"#FAD8E9\",\n                    \"#222222\"\n                ],\n                \"Sage\": [\n                    \"#1B9C85\",\n                    \"#178E79\",\n                    \"#0F172A\",\n                    \"#454F5E\",\n                    \"#FFFFFF\",\n                    \"#EDF6EE\",\n                    \"#06140C\",\n                    \"#D4F3D7\",\n                    \"#222222\"\n                ],\n                \"Flare\": [\n                    \"#FD9800\",\n                    \"#E98C00\",\n                    \"#0F172A\",\n                    \"#454F5E\",\n                    \"#FFFFFF\",\n                    \"#FEF9E1\",\n                    \"#141006\",\n                    \"#F9F0C8\",\n                    \"#222222\"\n                ],\n                \"Maple\": [\n                    \"#FF6210\",\n                    \"#F15808\",\n                    \"#1C0D0A\",\n                    \"#353535\",\n                    \"#FFFFFF\",\n                    \"#FEF1E4\",\n                    \"#140B06\",\n                    \"#E5D7D1\",\n                    \"#222222\"\n                ],\n                \"Birch\": [\n                    \"#737880\",\n                    \"#65696F\",\n                    \"#151616\",\n                    \"#393C40\",\n                    \"#FFFFFF\",\n                    \"#F6F6F6\",\n                    \"#232529\",\n                    \"#F1F0F0\",\n                    \"#222222\"\n                ],\n                \"Dark\": [\n                    \"#0085FF\",\n                    \"#0177E3\",\n                    \"#FFFFFF\",\n                    \"#E7F6FF\",\n                    \"#212A37\",\n                    \"#0F172A\",\n                    \"#4F5B62\",\n                    \"#070614\",\n                    \"#222222\"\n                ]\n            },\n            \"presetNames\": {\n                \"palette_1\": null,\n                \"palette_2\": \"Oak\",\n                \"palette_3\": \"Viola\",\n                \"palette_4\": \"Dark\"\n            },\n            \"flag\": false\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-05-06 06:25:39\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'ba21403a-c121-4e0c-be32-dc4b3871ac97', '', '', '2026-05-06 06:25:39', '2026-05-06 06:25:39', '', 0, 'https://mrarif.me/casabloomllc/ba21403a-c121-4e0c-be32-dc4b3871ac97/', 0, 'customize_changeset', '', 0),
(42, 1, '2026-05-06 06:27:39', '2026-05-06 06:27:39', '', 'Default Kit', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2026-05-06 06:27:39', '2026-05-06 06:27:39', '', 6, 'https://mrarif.me/casabloomllc/?p=42', 0, 'revision', '', 0),
(43, 1, '2026-05-06 06:27:39', '2026-05-06 06:27:39', '', 'Default Kit', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2026-05-06 06:27:39', '2026-05-06 06:27:39', '', 6, 'https://mrarif.me/casabloomllc/?p=43', 0, 'revision', '', 0),
(44, 1, '2026-05-06 06:28:25', '2026-05-06 06:28:25', '{\n    \"astra-settings[site-content-width]\": {\n        \"value\": 1240,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-05-06 06:28:25\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '41083fdc-2aef-482d-b627-ec448295875c', '', '', '2026-05-06 06:28:25', '2026-05-06 06:28:25', '', 0, 'https://mrarif.me/casabloomllc/41083fdc-2aef-482d-b627-ec448295875c/', 0, 'customize_changeset', '', 0),
(45, 1, '2026-05-06 06:31:11', '2026-05-06 06:31:11', '<img width=\"2560\" height=\"942\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/logo-scaled.png\" alt=\"\" />', 'Header', '', 'inherit', 'closed', 'closed', '', '32-revision-v1', '', '', '2026-05-06 06:31:11', '2026-05-06 06:31:11', '', 32, 'https://mrarif.me/casabloomllc/?p=45', 0, 'revision', '', 0),
(46, 1, '2026-05-06 06:32:29', '2026-05-06 06:32:29', '', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 06:32:29', '2026-05-06 06:32:29', '', 13, 'https://mrarif.me/casabloomllc/?p=46', 0, 'revision', '', 0),
(47, 1, '2026-05-06 06:32:29', '2026-05-06 06:32:29', '', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 06:32:29', '2026-05-06 06:32:29', '', 13, 'https://mrarif.me/casabloomllc/?p=47', 0, 'revision', '', 0),
(48, 1, '2026-05-06 06:32:29', '2026-05-06 06:32:29', '<h1>Add Your Heading Text Here</h1>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 06:32:29', '2026-05-06 06:32:29', '', 13, 'https://mrarif.me/casabloomllc/?p=48', 0, 'revision', '', 0),
(49, 1, '2026-05-06 06:34:47', '2026-05-06 06:34:47', '{\n    \"astra-settings[headings-font-family]\": {\n        \"value\": \"\'Poppins\', sans-serif\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-05-06 06:33:51\"\n    },\n    \"astra-settings[headings-font-variant]\": {\n        \"value\": \"100,100italic,200,200italic,300,300italic,400,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-05-06 06:33:51\"\n    },\n    \"astra-settings[font-family-h1]\": {\n        \"value\": \"\'Playfair Display\', serif\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-05-06 06:33:51\"\n    },\n    \"astra-settings[font-weight-h1]\": {\n        \"value\": \"400\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-05-06 06:33:51\"\n    },\n    \"astra-settings[font-size-h1]\": {\n        \"value\": {\n            \"desktop\": 55,\n            \"tablet\": 30,\n            \"mobile\": 30,\n            \"desktop-unit\": \"px\",\n            \"tablet-unit\": \"px\",\n            \"mobile-unit\": \"px\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-05-06 06:34:04\"\n    },\n    \"astra-settings[para-margin-bottom]\": {\n        \"value\": 0.8,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-05-06 06:34:47\"\n    },\n    \"astra-settings[font-size-h2]\": {\n        \"value\": {\n            \"desktop\": 40,\n            \"tablet\": 25,\n            \"mobile\": 25,\n            \"desktop-unit\": \"px\",\n            \"tablet-unit\": \"px\",\n            \"mobile-unit\": \"px\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-05-06 06:34:47\"\n    },\n    \"astra-settings[font-size-h3]\": {\n        \"value\": {\n            \"desktop\": 30,\n            \"tablet\": 20,\n            \"mobile\": 20,\n            \"desktop-unit\": \"px\",\n            \"tablet-unit\": \"px\",\n            \"mobile-unit\": \"px\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-05-06 06:34:47\"\n    },\n    \"astra-settings[font-size-h4]\": {\n        \"value\": {\n            \"desktop\": 24,\n            \"tablet\": \"\",\n            \"mobile\": \"\",\n            \"desktop-unit\": \"px\",\n            \"tablet-unit\": \"px\",\n            \"mobile-unit\": \"px\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-05-06 06:34:47\"\n    },\n    \"astra-settings[font-size-h5]\": {\n        \"value\": {\n            \"desktop\": 22,\n            \"tablet\": \"\",\n            \"mobile\": \"\",\n            \"desktop-unit\": \"px\",\n            \"tablet-unit\": \"px\",\n            \"mobile-unit\": \"px\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-05-06 06:34:47\"\n    },\n    \"astra-settings[font-size-h6]\": {\n        \"value\": {\n            \"desktop\": 18,\n            \"tablet\": \"\",\n            \"mobile\": \"\",\n            \"desktop-unit\": \"px\",\n            \"tablet-unit\": \"px\",\n            \"mobile-unit\": \"px\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-05-06 06:34:47\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '35fbaaf4-8a7e-4fa4-a854-bcad3748c8ad', '', '', '2026-05-06 06:34:47', '2026-05-06 06:34:47', '', 0, 'https://mrarif.me/casabloomllc/?p=49', 0, 'customize_changeset', '', 0),
(50, 1, '2026-05-06 06:35:14', '2026-05-06 06:35:14', '{\n    \"astra-settings[body-font-family]\": {\n        \"value\": \"\'Lato\', sans-serif\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-05-06 06:35:06\"\n    },\n    \"astra-settings[font-size-body]\": {\n        \"value\": {\n            \"desktop\": 17,\n            \"tablet\": \"\",\n            \"mobile\": \"\",\n            \"desktop-unit\": \"px\",\n            \"tablet-unit\": \"px\",\n            \"mobile-unit\": \"px\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-05-06 06:35:06\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'debb75b1-5cf5-427c-bfaf-8f09e7ce2b82', '', '', '2026-05-06 06:35:14', '2026-05-06 06:35:14', '', 0, 'https://mrarif.me/casabloomllc/?p=50', 0, 'customize_changeset', '', 0),
(51, 1, '2026-05-06 06:36:07', '2026-05-06 06:36:07', '{\n    \"astra-settings[button-color]\": {\n        \"value\": \"var(--ast-global-color-4)\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-05-06 06:36:07\"\n    },\n    \"astra-settings[button-h-color]\": {\n        \"value\": \"var(--ast-global-color-4)\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-05-06 06:36:07\"\n    },\n    \"astra-settings[button-bg-color]\": {\n        \"value\": \"var(--ast-global-color-1)\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-05-06 06:36:07\"\n    },\n    \"astra-settings[button-bg-h-color]\": {\n        \"value\": \"var(--ast-global-color-0)\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-05-06 06:36:07\"\n    },\n    \"astra-settings[theme-button-border-group-border-size]\": {\n        \"value\": {\n            \"top\": \"0\",\n            \"right\": \"0\",\n            \"bottom\": \"0\",\n            \"left\": \"0\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-05-06 06:36:07\"\n    },\n    \"astra-settings[button-radius-fields]\": {\n        \"value\": {\n            \"desktop\": {\n                \"top\": \"0\",\n                \"right\": \"0\",\n                \"bottom\": \"0\",\n                \"left\": \"0\"\n            },\n            \"tablet\": {\n                \"top\": \"\",\n                \"right\": \"\",\n                \"bottom\": \"\",\n                \"left\": \"\"\n            },\n            \"mobile\": {\n                \"top\": \"\",\n                \"right\": \"\",\n                \"bottom\": \"\",\n                \"left\": \"\"\n            },\n            \"desktop-unit\": \"px\",\n            \"tablet-unit\": \"px\",\n            \"mobile-unit\": \"px\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-05-06 06:36:07\"\n    },\n    \"astra-settings[font-family-button]\": {\n        \"value\": \"\'Lato\', sans-serif\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-05-06 06:36:07\"\n    },\n    \"astra-settings[font-weight-button]\": {\n        \"value\": \"inherit\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-05-06 06:36:07\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'f1731bce-14a5-44fb-a8bc-5898cf59d2d5', '', '', '2026-05-06 06:36:07', '2026-05-06 06:36:07', '', 0, 'https://mrarif.me/casabloomllc/f1731bce-14a5-44fb-a8bc-5898cf59d2d5/', 0, 'customize_changeset', '', 0),
(52, 1, '2026-05-06 06:36:22', '2026-05-06 06:36:22', '{\n    \"astra-settings[theme-button-padding]\": {\n        \"value\": {\n            \"desktop\": {\n                \"top\": \"18\",\n                \"right\": 30,\n                \"bottom\": \"18\",\n                \"left\": 30\n            },\n            \"tablet\": {\n                \"top\": 14,\n                \"right\": 28,\n                \"bottom\": 14,\n                \"left\": 28\n            },\n            \"mobile\": {\n                \"top\": 12,\n                \"right\": 24,\n                \"bottom\": 12,\n                \"left\": 24\n            },\n            \"desktop-unit\": \"px\",\n            \"tablet-unit\": \"px\",\n            \"mobile-unit\": \"px\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-05-06 06:36:22\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '66d9896c-cf8f-488b-9cfa-e93c88c4ad92', '', '', '2026-05-06 06:36:22', '2026-05-06 06:36:22', '', 0, 'https://mrarif.me/casabloomllc/66d9896c-cf8f-488b-9cfa-e93c88c4ad92/', 0, 'customize_changeset', '', 0),
(53, 1, '2026-05-06 07:05:11', '2026-05-06 07:05:11', '', 'Banner-img', '', 'inherit', 'closed', 'closed', '', 'banner-img', '', '', '2026-05-06 07:05:11', '2026-05-06 07:05:11', '', 13, 'https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Banner-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(54, 1, '2026-05-06 07:06:28', '2026-05-06 07:06:28', '<h1>Add Your Heading Text Here</h1>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:06:28', '2026-05-06 07:06:28', '', 13, 'https://mrarif.me/casabloomllc/?p=54', 0, 'revision', '', 0),
(55, 1, '2026-05-06 07:06:28', '2026-05-06 07:06:28', '<h1>Add Your Heading Text Here</h1>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:06:28', '2026-05-06 07:06:28', '', 13, 'https://mrarif.me/casabloomllc/?p=55', 0, 'revision', '', 0),
(56, 1, '2026-05-06 07:06:29', '2026-05-06 07:06:29', '<h1>Add Your Heading Text Here</h1>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:06:29', '2026-05-06 07:06:29', '', 13, 'https://mrarif.me/casabloomllc/?p=56', 0, 'revision', '', 0),
(57, 1, '2026-05-06 07:12:03', '2026-05-06 07:12:03', '', 'banner-img-1', '', 'inherit', 'closed', 'closed', '', 'banner-img-1', '', '', '2026-05-06 07:12:03', '2026-05-06 07:12:03', '', 13, 'https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/banner-img-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(58, 1, '2026-05-06 07:12:15', '2026-05-06 07:12:15', '<h1>Add Your Heading Text Here</h1>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:12:15', '2026-05-06 07:12:15', '', 13, 'https://mrarif.me/casabloomllc/?p=58', 0, 'revision', '', 0),
(59, 1, '2026-05-06 07:12:16', '2026-05-06 07:12:16', '<h1>Add Your Heading Text Here</h1>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:12:16', '2026-05-06 07:12:16', '', 13, 'https://mrarif.me/casabloomllc/?p=59', 0, 'revision', '', 0),
(60, 1, '2026-05-06 07:12:16', '2026-05-06 07:12:16', '<h1>Add Your Heading Text Here</h1>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:12:16', '2026-05-06 07:12:16', '', 13, 'https://mrarif.me/casabloomllc/?p=60', 0, 'revision', '', 0),
(61, 1, '2026-05-06 07:12:44', '2026-05-06 07:12:44', '<h1>Add Your Heading Text Here</h1>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:12:44', '2026-05-06 07:12:44', '', 13, 'https://mrarif.me/casabloomllc/?p=61', 0, 'revision', '', 0),
(62, 1, '2026-05-06 07:12:45', '2026-05-06 07:12:45', '<h1>Add Your Heading Text Here</h1>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:12:45', '2026-05-06 07:12:45', '', 13, 'https://mrarif.me/casabloomllc/?p=62', 0, 'revision', '', 0),
(63, 1, '2026-05-06 07:12:45', '2026-05-06 07:12:45', '<h1>Add Your Heading Text Here</h1>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:12:45', '2026-05-06 07:12:45', '', 13, 'https://mrarif.me/casabloomllc/?p=63', 0, 'revision', '', 0),
(64, 1, '2026-05-06 07:14:51', '2026-05-06 07:14:51', '', 'image', '', 'inherit', 'closed', 'closed', '', 'image', '', '', '2026-05-06 07:14:51', '2026-05-06 07:14:51', '', 13, 'https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/image.jpg', 0, 'attachment', 'image/jpeg', 0),
(65, 1, '2026-05-06 07:15:20', '2026-05-06 07:15:20', '<h1>Add Your Heading Text Here</h1>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:15:20', '2026-05-06 07:15:20', '', 13, 'https://mrarif.me/casabloomllc/?p=65', 0, 'revision', '', 0),
(66, 1, '2026-05-06 07:15:20', '2026-05-06 07:15:20', '<h1>Add Your Heading Text Here</h1>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:15:20', '2026-05-06 07:15:20', '', 13, 'https://mrarif.me/casabloomllc/?p=66', 0, 'revision', '', 0),
(67, 1, '2026-05-06 07:15:20', '2026-05-06 07:15:20', '<h1>Add Your Heading Text Here</h1>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:15:20', '2026-05-06 07:15:20', '', 13, 'https://mrarif.me/casabloomllc/?p=67', 0, 'revision', '', 0),
(72, 1, '2026-05-06 07:17:54', '2026-05-06 07:17:54', '<h1>Add Your Heading Text Here</h1>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:17:54', '2026-05-06 07:17:54', '', 13, 'https://mrarif.me/casabloomllc/?p=72', 0, 'revision', '', 0),
(69, 1, '2026-05-06 07:17:42', '2026-05-06 07:17:42', '', 'banner-ung', '', 'inherit', 'closed', 'closed', '', 'banner-ung', '', '', '2026-05-06 07:17:42', '2026-05-06 07:17:42', '', 13, 'https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/banner-ung.jpg', 0, 'attachment', 'image/jpeg', 0),
(70, 1, '2026-05-06 07:17:53', '2026-05-06 07:17:53', '<h1>Add Your Heading Text Here</h1>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:17:53', '2026-05-06 07:17:53', '', 13, 'https://mrarif.me/casabloomllc/?p=70', 0, 'revision', '', 0),
(71, 1, '2026-05-06 07:17:53', '2026-05-06 07:17:53', '<h1>Add Your Heading Text Here</h1>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:17:53', '2026-05-06 07:17:53', '', 13, 'https://mrarif.me/casabloomllc/?p=71', 0, 'revision', '', 0),
(73, 1, '2026-05-06 07:17:59', '2026-05-06 07:17:59', '<h1>Add Your Heading Text Here</h1>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:17:59', '2026-05-06 07:17:59', '', 13, 'https://mrarif.me/casabloomllc/?p=73', 0, 'revision', '', 0),
(74, 1, '2026-05-06 07:17:59', '2026-05-06 07:17:59', '<h1>Add Your Heading Text Here</h1>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:17:59', '2026-05-06 07:17:59', '', 13, 'https://mrarif.me/casabloomllc/?p=74', 0, 'revision', '', 0),
(75, 1, '2026-05-06 07:18:00', '2026-05-06 07:18:00', '<h1>Add Your Heading Text Here</h1>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:18:00', '2026-05-06 07:18:00', '', 13, 'https://mrarif.me/casabloomllc/?p=75', 0, 'revision', '', 0),
(76, 1, '2026-05-06 07:18:15', '2026-05-06 07:18:15', '<h1>Add Your Heading Text Here</h1>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:18:15', '2026-05-06 07:18:15', '', 13, 'https://mrarif.me/casabloomllc/?p=76', 0, 'revision', '', 0),
(77, 1, '2026-05-06 07:18:16', '2026-05-06 07:18:16', '<h1>Add Your Heading Text Here</h1>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:18:16', '2026-05-06 07:18:16', '', 13, 'https://mrarif.me/casabloomllc/?p=77', 0, 'revision', '', 0),
(78, 1, '2026-05-06 07:18:16', '2026-05-06 07:18:16', '<h1>Add Your Heading Text Here</h1>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:18:16', '2026-05-06 07:18:16', '', 13, 'https://mrarif.me/casabloomllc/?p=78', 0, 'revision', '', 0),
(79, 1, '2026-05-06 07:19:41', '2026-05-06 07:19:41', '<h1>Add Your Heading Text Here</h1>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:19:41', '2026-05-06 07:19:41', '', 13, 'https://mrarif.me/casabloomllc/?p=79', 0, 'revision', '', 0),
(80, 1, '2026-05-06 07:19:42', '2026-05-06 07:19:42', '<h1>Add Your Heading Text Here</h1>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:19:42', '2026-05-06 07:19:42', '', 13, 'https://mrarif.me/casabloomllc/?p=80', 0, 'revision', '', 0),
(81, 1, '2026-05-06 07:19:42', '2026-05-06 07:19:42', '<h1>Casa bloom LLC</h1>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:19:42', '2026-05-06 07:19:42', '', 13, 'https://mrarif.me/casabloomllc/?p=81', 0, 'revision', '', 0),
(82, 1, '2026-05-06 07:19:59', '2026-05-06 07:19:59', '<h1>Casa bloom LLC</h1>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:19:59', '2026-05-06 07:19:59', '', 13, 'https://mrarif.me/casabloomllc/?p=82', 0, 'revision', '', 0),
(83, 1, '2026-05-06 07:19:59', '2026-05-06 07:19:59', '<h1>Casa bloom LLC</h1>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:19:59', '2026-05-06 07:19:59', '', 13, 'https://mrarif.me/casabloomllc/?p=83', 0, 'revision', '', 0),
(84, 1, '2026-05-06 07:19:59', '2026-05-06 07:19:59', '<h1>Casa bloom LLC</h1>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:19:59', '2026-05-06 07:19:59', '', 13, 'https://mrarif.me/casabloomllc/?p=84', 0, 'revision', '', 0),
(85, 1, '2026-05-06 07:21:11', '2026-05-06 07:21:11', '<h1>Casa bloom LLC</h1>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:21:11', '2026-05-06 07:21:11', '', 13, 'https://mrarif.me/casabloomllc/?p=85', 0, 'revision', '', 0),
(86, 1, '2026-05-06 07:21:11', '2026-05-06 07:21:11', '<h1>Casa bloom LLC</h1>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:21:11', '2026-05-06 07:21:11', '', 13, 'https://mrarif.me/casabloomllc/?p=86', 0, 'revision', '', 0),
(87, 1, '2026-05-06 07:21:11', '2026-05-06 07:21:11', '<h1>Casa bloom LLC</h1>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:21:11', '2026-05-06 07:21:11', '', 13, 'https://mrarif.me/casabloomllc/?p=87', 0, 'revision', '', 0),
(88, 1, '2026-05-06 07:21:45', '2026-05-06 07:21:45', '<h1>Casa bloom LLC</h1>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:21:45', '2026-05-06 07:21:45', '', 13, 'https://mrarif.me/casabloomllc/?p=88', 0, 'revision', '', 0),
(89, 1, '2026-05-06 07:21:45', '2026-05-06 07:21:45', '<h1>Casa bloom LLC</h1>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:21:45', '2026-05-06 07:21:45', '', 13, 'https://mrarif.me/casabloomllc/?p=89', 0, 'revision', '', 0),
(90, 1, '2026-05-06 07:21:46', '2026-05-06 07:21:46', '<h1>Casa bloom LLC</h1>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:21:46', '2026-05-06 07:21:46', '', 13, 'https://mrarif.me/casabloomllc/?p=90', 0, 'revision', '', 0),
(91, 1, '2026-05-06 07:23:12', '2026-05-06 07:23:12', '<h1>Casa bloom LLC</h1>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:23:12', '2026-05-06 07:23:12', '', 13, 'https://mrarif.me/casabloomllc/?p=91', 0, 'revision', '', 0),
(92, 1, '2026-05-06 07:23:12', '2026-05-06 07:23:12', '<h1>Casa bloom LLC</h1>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:23:12', '2026-05-06 07:23:12', '', 13, 'https://mrarif.me/casabloomllc/?p=92', 0, 'revision', '', 0),
(93, 1, '2026-05-06 07:23:13', '2026-05-06 07:23:13', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:23:13', '2026-05-06 07:23:13', '', 13, 'https://mrarif.me/casabloomllc/?p=93', 0, 'revision', '', 0),
(94, 1, '2026-05-06 07:25:32', '2026-05-06 07:25:32', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:25:32', '2026-05-06 07:25:32', '', 13, 'https://mrarif.me/casabloomllc/?p=94', 0, 'revision', '', 0),
(95, 1, '2026-05-06 07:25:32', '2026-05-06 07:25:32', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:25:32', '2026-05-06 07:25:32', '', 13, 'https://mrarif.me/casabloomllc/?p=95', 0, 'revision', '', 0),
(96, 1, '2026-05-06 07:25:32', '2026-05-06 07:25:32', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:25:32', '2026-05-06 07:25:32', '', 13, 'https://mrarif.me/casabloomllc/?p=96', 0, 'revision', '', 0),
(97, 1, '2026-05-06 07:26:18', '2026-05-06 07:26:18', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:26:18', '2026-05-06 07:26:18', '', 13, 'https://mrarif.me/casabloomllc/?p=97', 0, 'revision', '', 0),
(98, 1, '2026-05-06 07:26:18', '2026-05-06 07:26:18', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:26:18', '2026-05-06 07:26:18', '', 13, 'https://mrarif.me/casabloomllc/?p=98', 0, 'revision', '', 0),
(99, 1, '2026-05-06 07:26:18', '2026-05-06 07:26:18', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:26:18', '2026-05-06 07:26:18', '', 13, 'https://mrarif.me/casabloomllc/?p=99', 0, 'revision', '', 0),
(100, 1, '2026-05-06 07:27:05', '2026-05-06 07:27:05', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:27:05', '2026-05-06 07:27:05', '', 13, 'https://mrarif.me/casabloomllc/?p=100', 0, 'revision', '', 0),
(101, 1, '2026-05-06 07:27:05', '2026-05-06 07:27:05', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:27:05', '2026-05-06 07:27:05', '', 13, 'https://mrarif.me/casabloomllc/?p=101', 0, 'revision', '', 0),
(102, 1, '2026-05-06 07:27:05', '2026-05-06 07:27:05', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:27:05', '2026-05-06 07:27:05', '', 13, 'https://mrarif.me/casabloomllc/?p=102', 0, 'revision', '', 0),
(103, 1, '2026-05-06 07:27:19', '2026-05-06 07:27:19', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:27:19', '2026-05-06 07:27:19', '', 13, 'https://mrarif.me/casabloomllc/?p=103', 0, 'revision', '', 0),
(104, 1, '2026-05-06 07:27:20', '2026-05-06 07:27:20', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:27:20', '2026-05-06 07:27:20', '', 13, 'https://mrarif.me/casabloomllc/?p=104', 0, 'revision', '', 0),
(105, 1, '2026-05-06 07:27:20', '2026-05-06 07:27:20', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:27:20', '2026-05-06 07:27:20', '', 13, 'https://mrarif.me/casabloomllc/?p=105', 0, 'revision', '', 0),
(106, 1, '2026-05-06 07:27:43', '2026-05-06 07:27:43', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:27:43', '2026-05-06 07:27:43', '', 13, 'https://mrarif.me/casabloomllc/?p=106', 0, 'revision', '', 0),
(107, 1, '2026-05-06 07:27:43', '2026-05-06 07:27:43', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:27:43', '2026-05-06 07:27:43', '', 13, 'https://mrarif.me/casabloomllc/?p=107', 0, 'revision', '', 0),
(108, 1, '2026-05-06 07:27:44', '2026-05-06 07:27:44', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:27:44', '2026-05-06 07:27:44', '', 13, 'https://mrarif.me/casabloomllc/?p=108', 0, 'revision', '', 0),
(109, 1, '2026-05-06 07:28:11', '2026-05-06 07:28:11', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:28:11', '2026-05-06 07:28:11', '', 13, 'https://mrarif.me/casabloomllc/?p=109', 0, 'revision', '', 0),
(110, 1, '2026-05-06 07:28:11', '2026-05-06 07:28:11', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:28:11', '2026-05-06 07:28:11', '', 13, 'https://mrarif.me/casabloomllc/?p=110', 0, 'revision', '', 0),
(111, 1, '2026-05-06 07:28:12', '2026-05-06 07:28:12', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:28:12', '2026-05-06 07:28:12', '', 13, 'https://mrarif.me/casabloomllc/?p=111', 0, 'revision', '', 0),
(112, 1, '2026-05-06 07:35:30', '2026-05-06 07:35:30', '', 'female-doctor_18439304-1.svg', '', 'inherit', 'closed', 'closed', '', 'female-doctor_18439304-1-svg', '', '', '2026-05-06 07:35:30', '2026-05-06 07:35:30', '', 0, 'https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/female-doctor_18439304-1.svg', 0, 'attachment', 'image/svg+xml', 0),
(113, 1, '2026-05-06 07:35:30', '2026-05-06 07:35:30', '', 'approved_14305828.svg', '', 'inherit', 'closed', 'closed', '', 'approved_14305828-svg', '', '', '2026-05-06 07:35:30', '2026-05-06 07:35:30', '', 0, 'https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/approved_14305828.svg', 0, 'attachment', 'image/svg+xml', 0),
(114, 1, '2026-05-06 07:35:31', '2026-05-06 07:35:31', '', 'file_6851828.svg', '', 'inherit', 'closed', 'closed', '', 'file_6851828-svg', '', '', '2026-05-06 07:35:31', '2026-05-06 07:35:31', '', 0, 'https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/file_6851828.svg', 0, 'attachment', 'image/svg+xml', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(115, 1, '2026-05-06 07:35:31', '2026-05-06 07:35:31', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 1000 1000\" data-name=\"Layer 1\"><path d=\"m796.8 935.35h-593.58a52.79 52.79 0 0 1 -52.82-52.63v-91.18c0-118.8 89.15-220.31 207.36-236.12a47.87 47.87 0 0 0 18.24-6.31 48.93 48.93 0 0 0 19-20.52l.15-.27 32.42-61.32a11 11 0 0 1 19.43 10.29l-32.4 61.19a70.86 70.86 0 0 1 -27.45 29.52 69.78 69.78 0 0 1 -26.5 9.19c-107.31 14.39-188.25 106.53-188.25 214.35v91.18a30.76 30.76 0 0 0 30.82 30.63h593.58a30.75 30.75 0 0 0 30.8-30.63v-91.18c0-107.83-80.93-200-188.25-214.32a70.25 70.25 0 0 1 -26.45-9.12 71.26 71.26 0 0 1 -27.55-29.7l-30.27-59.4a11 11 0 0 1 19.6-10l30.32 59.47.07.12a49.19 49.19 0 0 0 19 20.56 48.62 48.62 0 0 0 18.18 6.27c118.21 15.81 207.35 117.32 207.35 236.12v91.18a52.78 52.78 0 0 1 -52.8 52.63z\"></path><path d=\"m500 652.26a11 11 0 0 1 -6.29-2l-118.51-82.68a11 11 0 1 1 12.59-18l112.21 78.27 112.23-78.31a11 11 0 1 1 12.59 18l-118.52 82.74a11 11 0 0 1 -6.3 1.98z\"></path><path d=\"m685.54 707.59a11 11 0 0 1 -11-11v-120.15a11 11 0 0 1 22 0v120.15a11 11 0 0 1 -11 11z\"></path><path d=\"m313.45 707.6h-.1a11 11 0 0 1 -10.9-11.09l1-120.16a11 11 0 0 1 11-10.91h.09a11 11 0 0 1 10.91 11.09l-1 120.16a11 11 0 0 1 -11 10.91z\"></path><path d=\"m685.54 796.09a55.25 55.25 0 1 1 55.46-55.25 55.4 55.4 0 0 1 -55.46 55.25zm0-88.5a33.25 33.25 0 1 0 33.46 33.25 33.37 33.37 0 0 0 -33.46-33.25z\"></path><path d=\"m344.93 809.05h-9.64a11 11 0 1 1 0-22h9.64a7.58 7.58 0 0 0 7.61-7.54v-31.36a38.58 38.58 0 0 0 -11.43-27.5 39 39 0 0 0 -28.36-11.4c-21.18.37-38.4 18.32-38.4 40v30.23a7.58 7.58 0 0 0 7.61 7.54h9.64a11 11 0 1 1 0 22h-9.6a29.61 29.61 0 0 1 -29.61-29.54v-30.2c0-33.63 26.92-61.45 60-62a61 61 0 0 1 62.17 60.89v31.36a29.61 29.61 0 0 1 -29.63 29.52z\"></path><path d=\"m293.25 596.69a11 11 0 0 1 -3.59-21.41l5.85-2.32c-19.2-98.06-11-193.89-.45-257.81 11.75-71.38 28.38-118.3 29.08-120.26a11 11 0 1 1 20.71 7.4c-.16.47-16.76 47.39-28.16 116.93-10.49 63.92-18.62 160.61 2.2 258.28a11 11 0 0 1 -6.71 12.5l-14.88 5.9a11 11 0 0 1 -4.05.79z\"></path><path d=\"m502.26 513a70.44 70.44 0 0 1 -28.57-6c-53.29-23.61-88.15-65.37-106.57-127.66-10.3-34.83-13.82-69.69-16.92-100.46-.41-4-.8-7.92-1.2-11.72a11 11 0 0 1 16.67-10.54c.2.12 23.74 14 59.28 14.73 47.6 1 93.4-21.08 136.1-65.44a11 11 0 0 1 18.95 7.2c0 .3 1.66 32.75 22.58 50.62 11.42 9.75 27 13.59 46.26 11.39a11 11 0 0 1 12.03 12.88c-7.27 40-16.49 82.23-34.63 120.75-22.41 47.57-53.61 79.7-95.41 98.22a70.37 70.37 0 0 1 -28.57 6.03zm-129.45-229.15c2.87 28 6.47 59 15.41 89.24 16.48 55.73 47.35 93 94.39 113.79a48.57 48.57 0 0 0 39.31 0c80.93-35.88 103.6-129.88 114.79-189.16-19.22-.34-35.53-6.16-48.6-17.39-15.1-13-22.64-30.57-26.41-44.4-21.49 19.51-44.05 34.21-67.25 43.83a172.93 172.93 0 0 1 -71.25 13.55 161.77 161.77 0 0 1 -50.39-9.46z\"></path><path d=\"m693 590.79a10.93 10.93 0 0 1 -8.51-4.08 9.34 9.34 0 0 1 -.89-1.27 10.64 10.64 0 0 1 -1.16-2.7 11 11 0 0 1 -.17-5.24c18.7-87.74 14.6-178.33 7.88-238.88-8.5-76.52-23.24-125-29.24-133.91-59-87.82-120-127.52-181.4-118-40.51 6.29-73.08 33-93.26 54.35-23.25 24.54-38.25 50.67-41.19 60.61a11 11 0 0 1 -21.12-6.15c4.19-14.43 21.86-43.71 46.33-69.56 22.54-23.82 59.21-53.73 105.86-61 32.68-5.08 65.47 1.68 97.46 20.09 36.19 20.85 71.72 56.95 105.58 107.4 11.53 17.16 25.65 79 32.85 143.74 6.88 62 11.06 154.93-8.12 245.37a11 11 0 0 1 -10.77 9.23z\"></path><path d=\"m500 935.35a11 11 0 0 1 -11-11v-283.09a11 11 0 0 1 22 0v283.09a11 11 0 0 1 -11 11z\"></path></svg>			\n									<h5>\n							Professional staff						\n					</h5>\n									<p>\n						Smart living offers automation, comfort, security, and efficient modern lifestyle solutions.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\" data-name=\"Layer 1\"><path d=\"m215.18 286.51a115.4 115.4 0 0 0 114.05-132.41 4.93 4.93 0 1 0 -9.75 1.45 105.4 105.4 0 1 1 -52.26-76.09 4.92 4.92 0 1 0 4.87-8.56 115.31 115.31 0 1 0 -56.91 215.61z\"></path><path d=\"m164.5 176.1a4.93 4.93 0 1 0 -7.17 6.77l30.37 32.19a4.92 4.92 0 0 0 6.73.41l139.8-115.9a4.93 4.93 0 1 0 -6.29-7.57l-136.24 113z\"></path><path d=\"m471.38 405.21h-59.19a4.81 4.81 0 0 0 -1.07.12l-180.33 40a37.88 37.88 0 0 1 -29.24-5.53l-145.55-97.9a23.73 23.73 0 0 1 23.78-41l109.75 54.31a33.06 33.06 0 0 0 31.47 43.12 33.6 33.6 0 0 0 6.27-.6l122.67-23.47a4.93 4.93 0 0 0 -1.86-9.68l-122.69 23.47a23.19 23.19 0 0 1 -25.18-33v-.08a23.09 23.09 0 0 1 11.39-10.88l108.93-48.09a78.34 78.34 0 0 1 52.41-3.85l36.58 10.1a4.82 4.82 0 0 0 1.31.18h60.55a4.93 4.93 0 1 0 0-9.86h-59.88l-35.94-9.92a88.26 88.26 0 0 0 -59 4.33l-108.88 48.08a32.92 32.92 0 0 0 -13.77 11.35l-109.74-54.31a33.59 33.59 0 0 0 -33.65 58l145.53 97.9a47.8 47.8 0 0 0 26.63 8.1 47.24 47.24 0 0 0 10.24-1.1l179.81-39.92h58.65a4.93 4.93 0 0 0 0-9.86z\"></path></svg>			\n									<h5>\n							Complete care						\n					</h5>\n									<p>\n						Eco-friendly construction ensures sustainability, energy efficiency, and healthier living environments.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"line_icon\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\" data-name=\"line icon\"><path d=\"m49.181 56.505h-34.238a.5.5 0 0 1 -.5-.5v-48a.5.5 0 0 1 .5-.5h23.367a.505.505 0 0 1 .35.143l10.871 10.7a.5.5 0 0 1 .15.356v37.3a.5.5 0 0 1 -.5.501zm-33.738-1h33.238v-36.592l-10.581-10.408h-22.657z\"></path><path d=\"m49.167 19.2h-10.857a.5.5 0 0 1 -.5-.5v-10.682a.5.5 0 0 1 1 0v10.182h10.357a.5.5 0 0 1 0 1z\"></path><path d=\"m32.062 43.048a4.92 4.92 0 0 1 -4.915-4.914.5.5 0 0 1 1 0 3.915 3.915 0 1 0 3.915-3.914 4.914 4.914 0 1 1 4.914-4.914.5.5 0 0 1 -1 0 3.915 3.915 0 1 0 -3.914 3.914 4.914 4.914 0 0 1 0 9.828z\"></path><path d=\"m32.062 25.392a.5.5 0 0 1 -.5-.5v-2.207a.5.5 0 0 1 1 0v2.207a.5.5 0 0 1 -.5.5z\"></path><path d=\"m32.062 45.255a.5.5 0 0 1 -.5-.5v-2.207a.5.5 0 0 1 1 0v2.207a.5.5 0 0 1 -.5.5z\"></path></svg>			\n									<h5>\n							No additional costs						\n					</h5>\n									<p>\n						Prime location offers convenience, connectivity, accessibility, and enhanced lifestyle benefits.					</p>', 'dd', '', 'publish', 'closed', 'closed', '', 'dd', '', '', '2026-05-06 07:35:31', '2026-05-06 07:35:31', '', 0, 'https://mrarif.me/casabloomllc/?elementor_library=dd', 0, 'elementor_library', '', 0),
(116, 1, '2026-05-06 07:35:31', '2026-05-06 07:35:31', '<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 1000 1000\" data-name=\"Layer 1\"><path d=\"m796.8 935.35h-593.58a52.79 52.79 0 0 1 -52.82-52.63v-91.18c0-118.8 89.15-220.31 207.36-236.12a47.87 47.87 0 0 0 18.24-6.31 48.93 48.93 0 0 0 19-20.52l.15-.27 32.42-61.32a11 11 0 0 1 19.43 10.29l-32.4 61.19a70.86 70.86 0 0 1 -27.45 29.52 69.78 69.78 0 0 1 -26.5 9.19c-107.31 14.39-188.25 106.53-188.25 214.35v91.18a30.76 30.76 0 0 0 30.82 30.63h593.58a30.75 30.75 0 0 0 30.8-30.63v-91.18c0-107.83-80.93-200-188.25-214.32a70.25 70.25 0 0 1 -26.45-9.12 71.26 71.26 0 0 1 -27.55-29.7l-30.27-59.4a11 11 0 0 1 19.6-10l30.32 59.47.07.12a49.19 49.19 0 0 0 19 20.56 48.62 48.62 0 0 0 18.18 6.27c118.21 15.81 207.35 117.32 207.35 236.12v91.18a52.78 52.78 0 0 1 -52.8 52.63z\"></path><path d=\"m500 652.26a11 11 0 0 1 -6.29-2l-118.51-82.68a11 11 0 1 1 12.59-18l112.21 78.27 112.23-78.31a11 11 0 1 1 12.59 18l-118.52 82.74a11 11 0 0 1 -6.3 1.98z\"></path><path d=\"m685.54 707.59a11 11 0 0 1 -11-11v-120.15a11 11 0 0 1 22 0v120.15a11 11 0 0 1 -11 11z\"></path><path d=\"m313.45 707.6h-.1a11 11 0 0 1 -10.9-11.09l1-120.16a11 11 0 0 1 11-10.91h.09a11 11 0 0 1 10.91 11.09l-1 120.16a11 11 0 0 1 -11 10.91z\"></path><path d=\"m685.54 796.09a55.25 55.25 0 1 1 55.46-55.25 55.4 55.4 0 0 1 -55.46 55.25zm0-88.5a33.25 33.25 0 1 0 33.46 33.25 33.37 33.37 0 0 0 -33.46-33.25z\"></path><path d=\"m344.93 809.05h-9.64a11 11 0 1 1 0-22h9.64a7.58 7.58 0 0 0 7.61-7.54v-31.36a38.58 38.58 0 0 0 -11.43-27.5 39 39 0 0 0 -28.36-11.4c-21.18.37-38.4 18.32-38.4 40v30.23a7.58 7.58 0 0 0 7.61 7.54h9.64a11 11 0 1 1 0 22h-9.6a29.61 29.61 0 0 1 -29.61-29.54v-30.2c0-33.63 26.92-61.45 60-62a61 61 0 0 1 62.17 60.89v31.36a29.61 29.61 0 0 1 -29.63 29.52z\"></path><path d=\"m293.25 596.69a11 11 0 0 1 -3.59-21.41l5.85-2.32c-19.2-98.06-11-193.89-.45-257.81 11.75-71.38 28.38-118.3 29.08-120.26a11 11 0 1 1 20.71 7.4c-.16.47-16.76 47.39-28.16 116.93-10.49 63.92-18.62 160.61 2.2 258.28a11 11 0 0 1 -6.71 12.5l-14.88 5.9a11 11 0 0 1 -4.05.79z\"></path><path d=\"m502.26 513a70.44 70.44 0 0 1 -28.57-6c-53.29-23.61-88.15-65.37-106.57-127.66-10.3-34.83-13.82-69.69-16.92-100.46-.41-4-.8-7.92-1.2-11.72a11 11 0 0 1 16.67-10.54c.2.12 23.74 14 59.28 14.73 47.6 1 93.4-21.08 136.1-65.44a11 11 0 0 1 18.95 7.2c0 .3 1.66 32.75 22.58 50.62 11.42 9.75 27 13.59 46.26 11.39a11 11 0 0 1 12.03 12.88c-7.27 40-16.49 82.23-34.63 120.75-22.41 47.57-53.61 79.7-95.41 98.22a70.37 70.37 0 0 1 -28.57 6.03zm-129.45-229.15c2.87 28 6.47 59 15.41 89.24 16.48 55.73 47.35 93 94.39 113.79a48.57 48.57 0 0 0 39.31 0c80.93-35.88 103.6-129.88 114.79-189.16-19.22-.34-35.53-6.16-48.6-17.39-15.1-13-22.64-30.57-26.41-44.4-21.49 19.51-44.05 34.21-67.25 43.83a172.93 172.93 0 0 1 -71.25 13.55 161.77 161.77 0 0 1 -50.39-9.46z\"></path><path d=\"m693 590.79a10.93 10.93 0 0 1 -8.51-4.08 9.34 9.34 0 0 1 -.89-1.27 10.64 10.64 0 0 1 -1.16-2.7 11 11 0 0 1 -.17-5.24c18.7-87.74 14.6-178.33 7.88-238.88-8.5-76.52-23.24-125-29.24-133.91-59-87.82-120-127.52-181.4-118-40.51 6.29-73.08 33-93.26 54.35-23.25 24.54-38.25 50.67-41.19 60.61a11 11 0 0 1 -21.12-6.15c4.19-14.43 21.86-43.71 46.33-69.56 22.54-23.82 59.21-53.73 105.86-61 32.68-5.08 65.47 1.68 97.46 20.09 36.19 20.85 71.72 56.95 105.58 107.4 11.53 17.16 25.65 79 32.85 143.74 6.88 62 11.06 154.93-8.12 245.37a11 11 0 0 1 -10.77 9.23z\"></path><path d=\"m500 935.35a11 11 0 0 1 -11-11v-283.09a11 11 0 0 1 22 0v283.09a11 11 0 0 1 -11 11z\"></path></svg>			\n									<h5>\n							Professional staff						\n					</h5>\n									<p>\n						Smart living offers automation, comfort, security, and efficient modern lifestyle solutions.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\" data-name=\"Layer 1\"><path d=\"m215.18 286.51a115.4 115.4 0 0 0 114.05-132.41 4.93 4.93 0 1 0 -9.75 1.45 105.4 105.4 0 1 1 -52.26-76.09 4.92 4.92 0 1 0 4.87-8.56 115.31 115.31 0 1 0 -56.91 215.61z\"></path><path d=\"m164.5 176.1a4.93 4.93 0 1 0 -7.17 6.77l30.37 32.19a4.92 4.92 0 0 0 6.73.41l139.8-115.9a4.93 4.93 0 1 0 -6.29-7.57l-136.24 113z\"></path><path d=\"m471.38 405.21h-59.19a4.81 4.81 0 0 0 -1.07.12l-180.33 40a37.88 37.88 0 0 1 -29.24-5.53l-145.55-97.9a23.73 23.73 0 0 1 23.78-41l109.75 54.31a33.06 33.06 0 0 0 31.47 43.12 33.6 33.6 0 0 0 6.27-.6l122.67-23.47a4.93 4.93 0 0 0 -1.86-9.68l-122.69 23.47a23.19 23.19 0 0 1 -25.18-33v-.08a23.09 23.09 0 0 1 11.39-10.88l108.93-48.09a78.34 78.34 0 0 1 52.41-3.85l36.58 10.1a4.82 4.82 0 0 0 1.31.18h60.55a4.93 4.93 0 1 0 0-9.86h-59.88l-35.94-9.92a88.26 88.26 0 0 0 -59 4.33l-108.88 48.08a32.92 32.92 0 0 0 -13.77 11.35l-109.74-54.31a33.59 33.59 0 0 0 -33.65 58l145.53 97.9a47.8 47.8 0 0 0 26.63 8.1 47.24 47.24 0 0 0 10.24-1.1l179.81-39.92h58.65a4.93 4.93 0 0 0 0-9.86z\"></path></svg>			\n									<h5>\n							Complete care						\n					</h5>\n									<p>\n						Eco-friendly construction ensures sustainability, energy efficiency, and healthier living environments.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"line_icon\" height=\"512\" viewBox=\"0 0 64 64\" width=\"512\" data-name=\"line icon\"><path d=\"m49.181 56.505h-34.238a.5.5 0 0 1 -.5-.5v-48a.5.5 0 0 1 .5-.5h23.367a.505.505 0 0 1 .35.143l10.871 10.7a.5.5 0 0 1 .15.356v37.3a.5.5 0 0 1 -.5.501zm-33.738-1h33.238v-36.592l-10.581-10.408h-22.657z\"></path><path d=\"m49.167 19.2h-10.857a.5.5 0 0 1 -.5-.5v-10.682a.5.5 0 0 1 1 0v10.182h10.357a.5.5 0 0 1 0 1z\"></path><path d=\"m32.062 43.048a4.92 4.92 0 0 1 -4.915-4.914.5.5 0 0 1 1 0 3.915 3.915 0 1 0 3.915-3.914 4.914 4.914 0 1 1 4.914-4.914.5.5 0 0 1 -1 0 3.915 3.915 0 1 0 -3.914 3.914 4.914 4.914 0 0 1 0 9.828z\"></path><path d=\"m32.062 25.392a.5.5 0 0 1 -.5-.5v-2.207a.5.5 0 0 1 1 0v2.207a.5.5 0 0 1 -.5.5z\"></path><path d=\"m32.062 45.255a.5.5 0 0 1 -.5-.5v-2.207a.5.5 0 0 1 1 0v2.207a.5.5 0 0 1 -.5.5z\"></path></svg>			\n									<h5>\n							No additional costs						\n					</h5>\n									<p>\n						Prime location offers convenience, connectivity, accessibility, and enhanced lifestyle benefits.					</p>', 'dd', '', 'inherit', 'closed', 'closed', '', '115-revision-v1', '', '', '2026-05-06 07:35:31', '2026-05-06 07:35:31', '', 115, 'https://mrarif.me/casabloomllc/?p=116', 0, 'revision', '', 0),
(117, 1, '2026-05-06 07:36:30', '2026-05-06 07:36:30', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:36:30', '2026-05-06 07:36:30', '', 13, 'https://mrarif.me/casabloomllc/?p=117', 0, 'revision', '', 0),
(118, 1, '2026-05-06 07:36:30', '2026-05-06 07:36:30', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:36:30', '2026-05-06 07:36:30', '', 13, 'https://mrarif.me/casabloomllc/?p=118', 0, 'revision', '', 0),
(119, 1, '2026-05-06 07:36:31', '2026-05-06 07:36:31', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 1000 1000\" data-name=\"Layer 1\"><path d=\"m796.8 935.35h-593.58a52.79 52.79 0 0 1 -52.82-52.63v-91.18c0-118.8 89.15-220.31 207.36-236.12a47.87 47.87 0 0 0 18.24-6.31 48.93 48.93 0 0 0 19-20.52l.15-.27 32.42-61.32a11 11 0 0 1 19.43 10.29l-32.4 61.19a70.86 70.86 0 0 1 -27.45 29.52 69.78 69.78 0 0 1 -26.5 9.19c-107.31 14.39-188.25 106.53-188.25 214.35v91.18a30.76 30.76 0 0 0 30.82 30.63h593.58a30.75 30.75 0 0 0 30.8-30.63v-91.18c0-107.83-80.93-200-188.25-214.32a70.25 70.25 0 0 1 -26.45-9.12 71.26 71.26 0 0 1 -27.55-29.7l-30.27-59.4a11 11 0 0 1 19.6-10l30.32 59.47.07.12a49.19 49.19 0 0 0 19 20.56 48.62 48.62 0 0 0 18.18 6.27c118.21 15.81 207.35 117.32 207.35 236.12v91.18a52.78 52.78 0 0 1 -52.8 52.63z\"></path><path d=\"m500 652.26a11 11 0 0 1 -6.29-2l-118.51-82.68a11 11 0 1 1 12.59-18l112.21 78.27 112.23-78.31a11 11 0 1 1 12.59 18l-118.52 82.74a11 11 0 0 1 -6.3 1.98z\"></path><path d=\"m685.54 707.59a11 11 0 0 1 -11-11v-120.15a11 11 0 0 1 22 0v120.15a11 11 0 0 1 -11 11z\"></path><path d=\"m313.45 707.6h-.1a11 11 0 0 1 -10.9-11.09l1-120.16a11 11 0 0 1 11-10.91h.09a11 11 0 0 1 10.91 11.09l-1 120.16a11 11 0 0 1 -11 10.91z\"></path><path d=\"m685.54 796.09a55.25 55.25 0 1 1 55.46-55.25 55.4 55.4 0 0 1 -55.46 55.25zm0-88.5a33.25 33.25 0 1 0 33.46 33.25 33.37 33.37 0 0 0 -33.46-33.25z\"></path><path d=\"m344.93 809.05h-9.64a11 11 0 1 1 0-22h9.64a7.58 7.58 0 0 0 7.61-7.54v-31.36a38.58 38.58 0 0 0 -11.43-27.5 39 39 0 0 0 -28.36-11.4c-21.18.37-38.4 18.32-38.4 40v30.23a7.58 7.58 0 0 0 7.61 7.54h9.64a11 11 0 1 1 0 22h-9.6a29.61 29.61 0 0 1 -29.61-29.54v-30.2c0-33.63 26.92-61.45 60-62a61 61 0 0 1 62.17 60.89v31.36a29.61 29.61 0 0 1 -29.63 29.52z\"></path><path d=\"m293.25 596.69a11 11 0 0 1 -3.59-21.41l5.85-2.32c-19.2-98.06-11-193.89-.45-257.81 11.75-71.38 28.38-118.3 29.08-120.26a11 11 0 1 1 20.71 7.4c-.16.47-16.76 47.39-28.16 116.93-10.49 63.92-18.62 160.61 2.2 258.28a11 11 0 0 1 -6.71 12.5l-14.88 5.9a11 11 0 0 1 -4.05.79z\"></path><path d=\"m502.26 513a70.44 70.44 0 0 1 -28.57-6c-53.29-23.61-88.15-65.37-106.57-127.66-10.3-34.83-13.82-69.69-16.92-100.46-.41-4-.8-7.92-1.2-11.72a11 11 0 0 1 16.67-10.54c.2.12 23.74 14 59.28 14.73 47.6 1 93.4-21.08 136.1-65.44a11 11 0 0 1 18.95 7.2c0 .3 1.66 32.75 22.58 50.62 11.42 9.75 27 13.59 46.26 11.39a11 11 0 0 1 12.03 12.88c-7.27 40-16.49 82.23-34.63 120.75-22.41 47.57-53.61 79.7-95.41 98.22a70.37 70.37 0 0 1 -28.57 6.03zm-129.45-229.15c2.87 28 6.47 59 15.41 89.24 16.48 55.73 47.35 93 94.39 113.79a48.57 48.57 0 0 0 39.31 0c80.93-35.88 103.6-129.88 114.79-189.16-19.22-.34-35.53-6.16-48.6-17.39-15.1-13-22.64-30.57-26.41-44.4-21.49 19.51-44.05 34.21-67.25 43.83a172.93 172.93 0 0 1 -71.25 13.55 161.77 161.77 0 0 1 -50.39-9.46z\"></path><path d=\"m693 590.79a10.93 10.93 0 0 1 -8.51-4.08 9.34 9.34 0 0 1 -.89-1.27 10.64 10.64 0 0 1 -1.16-2.7 11 11 0 0 1 -.17-5.24c18.7-87.74 14.6-178.33 7.88-238.88-8.5-76.52-23.24-125-29.24-133.91-59-87.82-120-127.52-181.4-118-40.51 6.29-73.08 33-93.26 54.35-23.25 24.54-38.25 50.67-41.19 60.61a11 11 0 0 1 -21.12-6.15c4.19-14.43 21.86-43.71 46.33-69.56 22.54-23.82 59.21-53.73 105.86-61 32.68-5.08 65.47 1.68 97.46 20.09 36.19 20.85 71.72 56.95 105.58 107.4 11.53 17.16 25.65 79 32.85 143.74 6.88 62 11.06 154.93-8.12 245.37a11 11 0 0 1 -10.77 9.23z\"></path><path d=\"m500 935.35a11 11 0 0 1 -11-11v-283.09a11 11 0 0 1 22 0v283.09a11 11 0 0 1 -11 11z\"></path></svg>			\n									<h5>\n							Mission						\n					</h5>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\" data-name=\"Layer 1\"><path d=\"m215.18 286.51a115.4 115.4 0 0 0 114.05-132.41 4.93 4.93 0 1 0 -9.75 1.45 105.4 105.4 0 1 1 -52.26-76.09 4.92 4.92 0 1 0 4.87-8.56 115.31 115.31 0 1 0 -56.91 215.61z\"></path><path d=\"m164.5 176.1a4.93 4.93 0 1 0 -7.17 6.77l30.37 32.19a4.92 4.92 0 0 0 6.73.41l139.8-115.9a4.93 4.93 0 1 0 -6.29-7.57l-136.24 113z\"></path><path d=\"m471.38 405.21h-59.19a4.81 4.81 0 0 0 -1.07.12l-180.33 40a37.88 37.88 0 0 1 -29.24-5.53l-145.55-97.9a23.73 23.73 0 0 1 23.78-41l109.75 54.31a33.06 33.06 0 0 0 31.47 43.12 33.6 33.6 0 0 0 6.27-.6l122.67-23.47a4.93 4.93 0 0 0 -1.86-9.68l-122.69 23.47a23.19 23.19 0 0 1 -25.18-33v-.08a23.09 23.09 0 0 1 11.39-10.88l108.93-48.09a78.34 78.34 0 0 1 52.41-3.85l36.58 10.1a4.82 4.82 0 0 0 1.31.18h60.55a4.93 4.93 0 1 0 0-9.86h-59.88l-35.94-9.92a88.26 88.26 0 0 0 -59 4.33l-108.88 48.08a32.92 32.92 0 0 0 -13.77 11.35l-109.74-54.31a33.59 33.59 0 0 0 -33.65 58l145.53 97.9a47.8 47.8 0 0 0 26.63 8.1 47.24 47.24 0 0 0 10.24-1.1l179.81-39.92h58.65a4.93 4.93 0 0 0 0-9.86z\"></path></svg>			\n									<h5>\n							Vision						\n					</h5>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:36:31', '2026-05-06 07:36:31', '', 13, 'https://mrarif.me/casabloomllc/?p=119', 0, 'revision', '', 0),
(120, 1, '2026-05-06 07:36:56', '2026-05-06 07:36:56', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 1000 1000\" data-name=\"Layer 1\"><path d=\"m796.8 935.35h-593.58a52.79 52.79 0 0 1 -52.82-52.63v-91.18c0-118.8 89.15-220.31 207.36-236.12a47.87 47.87 0 0 0 18.24-6.31 48.93 48.93 0 0 0 19-20.52l.15-.27 32.42-61.32a11 11 0 0 1 19.43 10.29l-32.4 61.19a70.86 70.86 0 0 1 -27.45 29.52 69.78 69.78 0 0 1 -26.5 9.19c-107.31 14.39-188.25 106.53-188.25 214.35v91.18a30.76 30.76 0 0 0 30.82 30.63h593.58a30.75 30.75 0 0 0 30.8-30.63v-91.18c0-107.83-80.93-200-188.25-214.32a70.25 70.25 0 0 1 -26.45-9.12 71.26 71.26 0 0 1 -27.55-29.7l-30.27-59.4a11 11 0 0 1 19.6-10l30.32 59.47.07.12a49.19 49.19 0 0 0 19 20.56 48.62 48.62 0 0 0 18.18 6.27c118.21 15.81 207.35 117.32 207.35 236.12v91.18a52.78 52.78 0 0 1 -52.8 52.63z\"></path><path d=\"m500 652.26a11 11 0 0 1 -6.29-2l-118.51-82.68a11 11 0 1 1 12.59-18l112.21 78.27 112.23-78.31a11 11 0 1 1 12.59 18l-118.52 82.74a11 11 0 0 1 -6.3 1.98z\"></path><path d=\"m685.54 707.59a11 11 0 0 1 -11-11v-120.15a11 11 0 0 1 22 0v120.15a11 11 0 0 1 -11 11z\"></path><path d=\"m313.45 707.6h-.1a11 11 0 0 1 -10.9-11.09l1-120.16a11 11 0 0 1 11-10.91h.09a11 11 0 0 1 10.91 11.09l-1 120.16a11 11 0 0 1 -11 10.91z\"></path><path d=\"m685.54 796.09a55.25 55.25 0 1 1 55.46-55.25 55.4 55.4 0 0 1 -55.46 55.25zm0-88.5a33.25 33.25 0 1 0 33.46 33.25 33.37 33.37 0 0 0 -33.46-33.25z\"></path><path d=\"m344.93 809.05h-9.64a11 11 0 1 1 0-22h9.64a7.58 7.58 0 0 0 7.61-7.54v-31.36a38.58 38.58 0 0 0 -11.43-27.5 39 39 0 0 0 -28.36-11.4c-21.18.37-38.4 18.32-38.4 40v30.23a7.58 7.58 0 0 0 7.61 7.54h9.64a11 11 0 1 1 0 22h-9.6a29.61 29.61 0 0 1 -29.61-29.54v-30.2c0-33.63 26.92-61.45 60-62a61 61 0 0 1 62.17 60.89v31.36a29.61 29.61 0 0 1 -29.63 29.52z\"></path><path d=\"m293.25 596.69a11 11 0 0 1 -3.59-21.41l5.85-2.32c-19.2-98.06-11-193.89-.45-257.81 11.75-71.38 28.38-118.3 29.08-120.26a11 11 0 1 1 20.71 7.4c-.16.47-16.76 47.39-28.16 116.93-10.49 63.92-18.62 160.61 2.2 258.28a11 11 0 0 1 -6.71 12.5l-14.88 5.9a11 11 0 0 1 -4.05.79z\"></path><path d=\"m502.26 513a70.44 70.44 0 0 1 -28.57-6c-53.29-23.61-88.15-65.37-106.57-127.66-10.3-34.83-13.82-69.69-16.92-100.46-.41-4-.8-7.92-1.2-11.72a11 11 0 0 1 16.67-10.54c.2.12 23.74 14 59.28 14.73 47.6 1 93.4-21.08 136.1-65.44a11 11 0 0 1 18.95 7.2c0 .3 1.66 32.75 22.58 50.62 11.42 9.75 27 13.59 46.26 11.39a11 11 0 0 1 12.03 12.88c-7.27 40-16.49 82.23-34.63 120.75-22.41 47.57-53.61 79.7-95.41 98.22a70.37 70.37 0 0 1 -28.57 6.03zm-129.45-229.15c2.87 28 6.47 59 15.41 89.24 16.48 55.73 47.35 93 94.39 113.79a48.57 48.57 0 0 0 39.31 0c80.93-35.88 103.6-129.88 114.79-189.16-19.22-.34-35.53-6.16-48.6-17.39-15.1-13-22.64-30.57-26.41-44.4-21.49 19.51-44.05 34.21-67.25 43.83a172.93 172.93 0 0 1 -71.25 13.55 161.77 161.77 0 0 1 -50.39-9.46z\"></path><path d=\"m693 590.79a10.93 10.93 0 0 1 -8.51-4.08 9.34 9.34 0 0 1 -.89-1.27 10.64 10.64 0 0 1 -1.16-2.7 11 11 0 0 1 -.17-5.24c18.7-87.74 14.6-178.33 7.88-238.88-8.5-76.52-23.24-125-29.24-133.91-59-87.82-120-127.52-181.4-118-40.51 6.29-73.08 33-93.26 54.35-23.25 24.54-38.25 50.67-41.19 60.61a11 11 0 0 1 -21.12-6.15c4.19-14.43 21.86-43.71 46.33-69.56 22.54-23.82 59.21-53.73 105.86-61 32.68-5.08 65.47 1.68 97.46 20.09 36.19 20.85 71.72 56.95 105.58 107.4 11.53 17.16 25.65 79 32.85 143.74 6.88 62 11.06 154.93-8.12 245.37a11 11 0 0 1 -10.77 9.23z\"></path><path d=\"m500 935.35a11 11 0 0 1 -11-11v-283.09a11 11 0 0 1 22 0v283.09a11 11 0 0 1 -11 11z\"></path></svg>			\n									<h5>\n							Mission						\n					</h5>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\" data-name=\"Layer 1\"><path d=\"m215.18 286.51a115.4 115.4 0 0 0 114.05-132.41 4.93 4.93 0 1 0 -9.75 1.45 105.4 105.4 0 1 1 -52.26-76.09 4.92 4.92 0 1 0 4.87-8.56 115.31 115.31 0 1 0 -56.91 215.61z\"></path><path d=\"m164.5 176.1a4.93 4.93 0 1 0 -7.17 6.77l30.37 32.19a4.92 4.92 0 0 0 6.73.41l139.8-115.9a4.93 4.93 0 1 0 -6.29-7.57l-136.24 113z\"></path><path d=\"m471.38 405.21h-59.19a4.81 4.81 0 0 0 -1.07.12l-180.33 40a37.88 37.88 0 0 1 -29.24-5.53l-145.55-97.9a23.73 23.73 0 0 1 23.78-41l109.75 54.31a33.06 33.06 0 0 0 31.47 43.12 33.6 33.6 0 0 0 6.27-.6l122.67-23.47a4.93 4.93 0 0 0 -1.86-9.68l-122.69 23.47a23.19 23.19 0 0 1 -25.18-33v-.08a23.09 23.09 0 0 1 11.39-10.88l108.93-48.09a78.34 78.34 0 0 1 52.41-3.85l36.58 10.1a4.82 4.82 0 0 0 1.31.18h60.55a4.93 4.93 0 1 0 0-9.86h-59.88l-35.94-9.92a88.26 88.26 0 0 0 -59 4.33l-108.88 48.08a32.92 32.92 0 0 0 -13.77 11.35l-109.74-54.31a33.59 33.59 0 0 0 -33.65 58l145.53 97.9a47.8 47.8 0 0 0 26.63 8.1 47.24 47.24 0 0 0 10.24-1.1l179.81-39.92h58.65a4.93 4.93 0 0 0 0-9.86z\"></path></svg>			\n									<h5>\n							Vision						\n					</h5>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:36:56', '2026-05-06 07:36:56', '', 13, 'https://mrarif.me/casabloomllc/?p=120', 0, 'revision', '', 0),
(121, 1, '2026-05-06 07:36:56', '2026-05-06 07:36:56', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 1000 1000\" data-name=\"Layer 1\"><path d=\"m796.8 935.35h-593.58a52.79 52.79 0 0 1 -52.82-52.63v-91.18c0-118.8 89.15-220.31 207.36-236.12a47.87 47.87 0 0 0 18.24-6.31 48.93 48.93 0 0 0 19-20.52l.15-.27 32.42-61.32a11 11 0 0 1 19.43 10.29l-32.4 61.19a70.86 70.86 0 0 1 -27.45 29.52 69.78 69.78 0 0 1 -26.5 9.19c-107.31 14.39-188.25 106.53-188.25 214.35v91.18a30.76 30.76 0 0 0 30.82 30.63h593.58a30.75 30.75 0 0 0 30.8-30.63v-91.18c0-107.83-80.93-200-188.25-214.32a70.25 70.25 0 0 1 -26.45-9.12 71.26 71.26 0 0 1 -27.55-29.7l-30.27-59.4a11 11 0 0 1 19.6-10l30.32 59.47.07.12a49.19 49.19 0 0 0 19 20.56 48.62 48.62 0 0 0 18.18 6.27c118.21 15.81 207.35 117.32 207.35 236.12v91.18a52.78 52.78 0 0 1 -52.8 52.63z\"></path><path d=\"m500 652.26a11 11 0 0 1 -6.29-2l-118.51-82.68a11 11 0 1 1 12.59-18l112.21 78.27 112.23-78.31a11 11 0 1 1 12.59 18l-118.52 82.74a11 11 0 0 1 -6.3 1.98z\"></path><path d=\"m685.54 707.59a11 11 0 0 1 -11-11v-120.15a11 11 0 0 1 22 0v120.15a11 11 0 0 1 -11 11z\"></path><path d=\"m313.45 707.6h-.1a11 11 0 0 1 -10.9-11.09l1-120.16a11 11 0 0 1 11-10.91h.09a11 11 0 0 1 10.91 11.09l-1 120.16a11 11 0 0 1 -11 10.91z\"></path><path d=\"m685.54 796.09a55.25 55.25 0 1 1 55.46-55.25 55.4 55.4 0 0 1 -55.46 55.25zm0-88.5a33.25 33.25 0 1 0 33.46 33.25 33.37 33.37 0 0 0 -33.46-33.25z\"></path><path d=\"m344.93 809.05h-9.64a11 11 0 1 1 0-22h9.64a7.58 7.58 0 0 0 7.61-7.54v-31.36a38.58 38.58 0 0 0 -11.43-27.5 39 39 0 0 0 -28.36-11.4c-21.18.37-38.4 18.32-38.4 40v30.23a7.58 7.58 0 0 0 7.61 7.54h9.64a11 11 0 1 1 0 22h-9.6a29.61 29.61 0 0 1 -29.61-29.54v-30.2c0-33.63 26.92-61.45 60-62a61 61 0 0 1 62.17 60.89v31.36a29.61 29.61 0 0 1 -29.63 29.52z\"></path><path d=\"m293.25 596.69a11 11 0 0 1 -3.59-21.41l5.85-2.32c-19.2-98.06-11-193.89-.45-257.81 11.75-71.38 28.38-118.3 29.08-120.26a11 11 0 1 1 20.71 7.4c-.16.47-16.76 47.39-28.16 116.93-10.49 63.92-18.62 160.61 2.2 258.28a11 11 0 0 1 -6.71 12.5l-14.88 5.9a11 11 0 0 1 -4.05.79z\"></path><path d=\"m502.26 513a70.44 70.44 0 0 1 -28.57-6c-53.29-23.61-88.15-65.37-106.57-127.66-10.3-34.83-13.82-69.69-16.92-100.46-.41-4-.8-7.92-1.2-11.72a11 11 0 0 1 16.67-10.54c.2.12 23.74 14 59.28 14.73 47.6 1 93.4-21.08 136.1-65.44a11 11 0 0 1 18.95 7.2c0 .3 1.66 32.75 22.58 50.62 11.42 9.75 27 13.59 46.26 11.39a11 11 0 0 1 12.03 12.88c-7.27 40-16.49 82.23-34.63 120.75-22.41 47.57-53.61 79.7-95.41 98.22a70.37 70.37 0 0 1 -28.57 6.03zm-129.45-229.15c2.87 28 6.47 59 15.41 89.24 16.48 55.73 47.35 93 94.39 113.79a48.57 48.57 0 0 0 39.31 0c80.93-35.88 103.6-129.88 114.79-189.16-19.22-.34-35.53-6.16-48.6-17.39-15.1-13-22.64-30.57-26.41-44.4-21.49 19.51-44.05 34.21-67.25 43.83a172.93 172.93 0 0 1 -71.25 13.55 161.77 161.77 0 0 1 -50.39-9.46z\"></path><path d=\"m693 590.79a10.93 10.93 0 0 1 -8.51-4.08 9.34 9.34 0 0 1 -.89-1.27 10.64 10.64 0 0 1 -1.16-2.7 11 11 0 0 1 -.17-5.24c18.7-87.74 14.6-178.33 7.88-238.88-8.5-76.52-23.24-125-29.24-133.91-59-87.82-120-127.52-181.4-118-40.51 6.29-73.08 33-93.26 54.35-23.25 24.54-38.25 50.67-41.19 60.61a11 11 0 0 1 -21.12-6.15c4.19-14.43 21.86-43.71 46.33-69.56 22.54-23.82 59.21-53.73 105.86-61 32.68-5.08 65.47 1.68 97.46 20.09 36.19 20.85 71.72 56.95 105.58 107.4 11.53 17.16 25.65 79 32.85 143.74 6.88 62 11.06 154.93-8.12 245.37a11 11 0 0 1 -10.77 9.23z\"></path><path d=\"m500 935.35a11 11 0 0 1 -11-11v-283.09a11 11 0 0 1 22 0v283.09a11 11 0 0 1 -11 11z\"></path></svg>			\n									<h5>\n							Mission						\n					</h5>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\" data-name=\"Layer 1\"><path d=\"m215.18 286.51a115.4 115.4 0 0 0 114.05-132.41 4.93 4.93 0 1 0 -9.75 1.45 105.4 105.4 0 1 1 -52.26-76.09 4.92 4.92 0 1 0 4.87-8.56 115.31 115.31 0 1 0 -56.91 215.61z\"></path><path d=\"m164.5 176.1a4.93 4.93 0 1 0 -7.17 6.77l30.37 32.19a4.92 4.92 0 0 0 6.73.41l139.8-115.9a4.93 4.93 0 1 0 -6.29-7.57l-136.24 113z\"></path><path d=\"m471.38 405.21h-59.19a4.81 4.81 0 0 0 -1.07.12l-180.33 40a37.88 37.88 0 0 1 -29.24-5.53l-145.55-97.9a23.73 23.73 0 0 1 23.78-41l109.75 54.31a33.06 33.06 0 0 0 31.47 43.12 33.6 33.6 0 0 0 6.27-.6l122.67-23.47a4.93 4.93 0 0 0 -1.86-9.68l-122.69 23.47a23.19 23.19 0 0 1 -25.18-33v-.08a23.09 23.09 0 0 1 11.39-10.88l108.93-48.09a78.34 78.34 0 0 1 52.41-3.85l36.58 10.1a4.82 4.82 0 0 0 1.31.18h60.55a4.93 4.93 0 1 0 0-9.86h-59.88l-35.94-9.92a88.26 88.26 0 0 0 -59 4.33l-108.88 48.08a32.92 32.92 0 0 0 -13.77 11.35l-109.74-54.31a33.59 33.59 0 0 0 -33.65 58l145.53 97.9a47.8 47.8 0 0 0 26.63 8.1 47.24 47.24 0 0 0 10.24-1.1l179.81-39.92h58.65a4.93 4.93 0 0 0 0-9.86z\"></path></svg>			\n									<h5>\n							Vision						\n					</h5>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:36:56', '2026-05-06 07:36:56', '', 13, 'https://mrarif.me/casabloomllc/?p=121', 0, 'revision', '', 0),
(122, 1, '2026-05-06 07:36:57', '2026-05-06 07:36:57', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 1000 1000\" data-name=\"Layer 1\"><path d=\"m796.8 935.35h-593.58a52.79 52.79 0 0 1 -52.82-52.63v-91.18c0-118.8 89.15-220.31 207.36-236.12a47.87 47.87 0 0 0 18.24-6.31 48.93 48.93 0 0 0 19-20.52l.15-.27 32.42-61.32a11 11 0 0 1 19.43 10.29l-32.4 61.19a70.86 70.86 0 0 1 -27.45 29.52 69.78 69.78 0 0 1 -26.5 9.19c-107.31 14.39-188.25 106.53-188.25 214.35v91.18a30.76 30.76 0 0 0 30.82 30.63h593.58a30.75 30.75 0 0 0 30.8-30.63v-91.18c0-107.83-80.93-200-188.25-214.32a70.25 70.25 0 0 1 -26.45-9.12 71.26 71.26 0 0 1 -27.55-29.7l-30.27-59.4a11 11 0 0 1 19.6-10l30.32 59.47.07.12a49.19 49.19 0 0 0 19 20.56 48.62 48.62 0 0 0 18.18 6.27c118.21 15.81 207.35 117.32 207.35 236.12v91.18a52.78 52.78 0 0 1 -52.8 52.63z\"></path><path d=\"m500 652.26a11 11 0 0 1 -6.29-2l-118.51-82.68a11 11 0 1 1 12.59-18l112.21 78.27 112.23-78.31a11 11 0 1 1 12.59 18l-118.52 82.74a11 11 0 0 1 -6.3 1.98z\"></path><path d=\"m685.54 707.59a11 11 0 0 1 -11-11v-120.15a11 11 0 0 1 22 0v120.15a11 11 0 0 1 -11 11z\"></path><path d=\"m313.45 707.6h-.1a11 11 0 0 1 -10.9-11.09l1-120.16a11 11 0 0 1 11-10.91h.09a11 11 0 0 1 10.91 11.09l-1 120.16a11 11 0 0 1 -11 10.91z\"></path><path d=\"m685.54 796.09a55.25 55.25 0 1 1 55.46-55.25 55.4 55.4 0 0 1 -55.46 55.25zm0-88.5a33.25 33.25 0 1 0 33.46 33.25 33.37 33.37 0 0 0 -33.46-33.25z\"></path><path d=\"m344.93 809.05h-9.64a11 11 0 1 1 0-22h9.64a7.58 7.58 0 0 0 7.61-7.54v-31.36a38.58 38.58 0 0 0 -11.43-27.5 39 39 0 0 0 -28.36-11.4c-21.18.37-38.4 18.32-38.4 40v30.23a7.58 7.58 0 0 0 7.61 7.54h9.64a11 11 0 1 1 0 22h-9.6a29.61 29.61 0 0 1 -29.61-29.54v-30.2c0-33.63 26.92-61.45 60-62a61 61 0 0 1 62.17 60.89v31.36a29.61 29.61 0 0 1 -29.63 29.52z\"></path><path d=\"m293.25 596.69a11 11 0 0 1 -3.59-21.41l5.85-2.32c-19.2-98.06-11-193.89-.45-257.81 11.75-71.38 28.38-118.3 29.08-120.26a11 11 0 1 1 20.71 7.4c-.16.47-16.76 47.39-28.16 116.93-10.49 63.92-18.62 160.61 2.2 258.28a11 11 0 0 1 -6.71 12.5l-14.88 5.9a11 11 0 0 1 -4.05.79z\"></path><path d=\"m502.26 513a70.44 70.44 0 0 1 -28.57-6c-53.29-23.61-88.15-65.37-106.57-127.66-10.3-34.83-13.82-69.69-16.92-100.46-.41-4-.8-7.92-1.2-11.72a11 11 0 0 1 16.67-10.54c.2.12 23.74 14 59.28 14.73 47.6 1 93.4-21.08 136.1-65.44a11 11 0 0 1 18.95 7.2c0 .3 1.66 32.75 22.58 50.62 11.42 9.75 27 13.59 46.26 11.39a11 11 0 0 1 12.03 12.88c-7.27 40-16.49 82.23-34.63 120.75-22.41 47.57-53.61 79.7-95.41 98.22a70.37 70.37 0 0 1 -28.57 6.03zm-129.45-229.15c2.87 28 6.47 59 15.41 89.24 16.48 55.73 47.35 93 94.39 113.79a48.57 48.57 0 0 0 39.31 0c80.93-35.88 103.6-129.88 114.79-189.16-19.22-.34-35.53-6.16-48.6-17.39-15.1-13-22.64-30.57-26.41-44.4-21.49 19.51-44.05 34.21-67.25 43.83a172.93 172.93 0 0 1 -71.25 13.55 161.77 161.77 0 0 1 -50.39-9.46z\"></path><path d=\"m693 590.79a10.93 10.93 0 0 1 -8.51-4.08 9.34 9.34 0 0 1 -.89-1.27 10.64 10.64 0 0 1 -1.16-2.7 11 11 0 0 1 -.17-5.24c18.7-87.74 14.6-178.33 7.88-238.88-8.5-76.52-23.24-125-29.24-133.91-59-87.82-120-127.52-181.4-118-40.51 6.29-73.08 33-93.26 54.35-23.25 24.54-38.25 50.67-41.19 60.61a11 11 0 0 1 -21.12-6.15c4.19-14.43 21.86-43.71 46.33-69.56 22.54-23.82 59.21-53.73 105.86-61 32.68-5.08 65.47 1.68 97.46 20.09 36.19 20.85 71.72 56.95 105.58 107.4 11.53 17.16 25.65 79 32.85 143.74 6.88 62 11.06 154.93-8.12 245.37a11 11 0 0 1 -10.77 9.23z\"></path><path d=\"m500 935.35a11 11 0 0 1 -11-11v-283.09a11 11 0 0 1 22 0v283.09a11 11 0 0 1 -11 11z\"></path></svg>			\n									<h5>\n							Mission						\n					</h5>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\" data-name=\"Layer 1\"><path d=\"m215.18 286.51a115.4 115.4 0 0 0 114.05-132.41 4.93 4.93 0 1 0 -9.75 1.45 105.4 105.4 0 1 1 -52.26-76.09 4.92 4.92 0 1 0 4.87-8.56 115.31 115.31 0 1 0 -56.91 215.61z\"></path><path d=\"m164.5 176.1a4.93 4.93 0 1 0 -7.17 6.77l30.37 32.19a4.92 4.92 0 0 0 6.73.41l139.8-115.9a4.93 4.93 0 1 0 -6.29-7.57l-136.24 113z\"></path><path d=\"m471.38 405.21h-59.19a4.81 4.81 0 0 0 -1.07.12l-180.33 40a37.88 37.88 0 0 1 -29.24-5.53l-145.55-97.9a23.73 23.73 0 0 1 23.78-41l109.75 54.31a33.06 33.06 0 0 0 31.47 43.12 33.6 33.6 0 0 0 6.27-.6l122.67-23.47a4.93 4.93 0 0 0 -1.86-9.68l-122.69 23.47a23.19 23.19 0 0 1 -25.18-33v-.08a23.09 23.09 0 0 1 11.39-10.88l108.93-48.09a78.34 78.34 0 0 1 52.41-3.85l36.58 10.1a4.82 4.82 0 0 0 1.31.18h60.55a4.93 4.93 0 1 0 0-9.86h-59.88l-35.94-9.92a88.26 88.26 0 0 0 -59 4.33l-108.88 48.08a32.92 32.92 0 0 0 -13.77 11.35l-109.74-54.31a33.59 33.59 0 0 0 -33.65 58l145.53 97.9a47.8 47.8 0 0 0 26.63 8.1 47.24 47.24 0 0 0 10.24-1.1l179.81-39.92h58.65a4.93 4.93 0 0 0 0-9.86z\"></path></svg>			\n									<h5>\n							Vision						\n					</h5>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:36:57', '2026-05-06 07:36:57', '', 13, 'https://mrarif.me/casabloomllc/?p=122', 0, 'revision', '', 0),
(123, 1, '2026-05-06 07:38:23', '2026-05-06 07:38:23', '', 'flag_3271630', '', 'inherit', 'closed', 'closed', '', 'flag_3271630', '', '', '2026-05-06 07:38:23', '2026-05-06 07:38:23', '', 13, 'https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/flag_3271630.svg', 0, 'attachment', 'image/svg+xml', 0),
(125, 1, '2026-05-06 07:40:27', '2026-05-06 07:40:27', '', 'assistance_18125060', '', 'inherit', 'closed', 'closed', '', 'assistance_18125060', '', '', '2026-05-06 07:40:27', '2026-05-06 07:40:27', '', 13, 'https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/assistance_18125060.svg', 0, 'attachment', 'image/svg+xml', 0),
(129, 1, '2026-05-06 07:44:58', '2026-05-06 07:44:58', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h5>\n							Mission						\n					</h5>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h5>\n							Vision						\n					</h5>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:44:58', '2026-05-06 07:44:58', '', 13, 'https://mrarif.me/casabloomllc/?p=129', 0, 'revision', '', 0),
(126, 1, '2026-05-06 07:43:51', '2026-05-06 07:43:51', '', 'assistance_18125060', '', 'inherit', 'closed', 'closed', '', 'assistance_18125060-2', '', '', '2026-05-06 07:43:51', '2026-05-06 07:43:51', '', 13, 'https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/assistance_18125060-1.svg', 0, 'attachment', 'image/svg+xml', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(127, 1, '2026-05-06 07:44:57', '2026-05-06 07:44:57', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 1000 1000\" data-name=\"Layer 1\"><path d=\"m796.8 935.35h-593.58a52.79 52.79 0 0 1 -52.82-52.63v-91.18c0-118.8 89.15-220.31 207.36-236.12a47.87 47.87 0 0 0 18.24-6.31 48.93 48.93 0 0 0 19-20.52l.15-.27 32.42-61.32a11 11 0 0 1 19.43 10.29l-32.4 61.19a70.86 70.86 0 0 1 -27.45 29.52 69.78 69.78 0 0 1 -26.5 9.19c-107.31 14.39-188.25 106.53-188.25 214.35v91.18a30.76 30.76 0 0 0 30.82 30.63h593.58a30.75 30.75 0 0 0 30.8-30.63v-91.18c0-107.83-80.93-200-188.25-214.32a70.25 70.25 0 0 1 -26.45-9.12 71.26 71.26 0 0 1 -27.55-29.7l-30.27-59.4a11 11 0 0 1 19.6-10l30.32 59.47.07.12a49.19 49.19 0 0 0 19 20.56 48.62 48.62 0 0 0 18.18 6.27c118.21 15.81 207.35 117.32 207.35 236.12v91.18a52.78 52.78 0 0 1 -52.8 52.63z\"></path><path d=\"m500 652.26a11 11 0 0 1 -6.29-2l-118.51-82.68a11 11 0 1 1 12.59-18l112.21 78.27 112.23-78.31a11 11 0 1 1 12.59 18l-118.52 82.74a11 11 0 0 1 -6.3 1.98z\"></path><path d=\"m685.54 707.59a11 11 0 0 1 -11-11v-120.15a11 11 0 0 1 22 0v120.15a11 11 0 0 1 -11 11z\"></path><path d=\"m313.45 707.6h-.1a11 11 0 0 1 -10.9-11.09l1-120.16a11 11 0 0 1 11-10.91h.09a11 11 0 0 1 10.91 11.09l-1 120.16a11 11 0 0 1 -11 10.91z\"></path><path d=\"m685.54 796.09a55.25 55.25 0 1 1 55.46-55.25 55.4 55.4 0 0 1 -55.46 55.25zm0-88.5a33.25 33.25 0 1 0 33.46 33.25 33.37 33.37 0 0 0 -33.46-33.25z\"></path><path d=\"m344.93 809.05h-9.64a11 11 0 1 1 0-22h9.64a7.58 7.58 0 0 0 7.61-7.54v-31.36a38.58 38.58 0 0 0 -11.43-27.5 39 39 0 0 0 -28.36-11.4c-21.18.37-38.4 18.32-38.4 40v30.23a7.58 7.58 0 0 0 7.61 7.54h9.64a11 11 0 1 1 0 22h-9.6a29.61 29.61 0 0 1 -29.61-29.54v-30.2c0-33.63 26.92-61.45 60-62a61 61 0 0 1 62.17 60.89v31.36a29.61 29.61 0 0 1 -29.63 29.52z\"></path><path d=\"m293.25 596.69a11 11 0 0 1 -3.59-21.41l5.85-2.32c-19.2-98.06-11-193.89-.45-257.81 11.75-71.38 28.38-118.3 29.08-120.26a11 11 0 1 1 20.71 7.4c-.16.47-16.76 47.39-28.16 116.93-10.49 63.92-18.62 160.61 2.2 258.28a11 11 0 0 1 -6.71 12.5l-14.88 5.9a11 11 0 0 1 -4.05.79z\"></path><path d=\"m502.26 513a70.44 70.44 0 0 1 -28.57-6c-53.29-23.61-88.15-65.37-106.57-127.66-10.3-34.83-13.82-69.69-16.92-100.46-.41-4-.8-7.92-1.2-11.72a11 11 0 0 1 16.67-10.54c.2.12 23.74 14 59.28 14.73 47.6 1 93.4-21.08 136.1-65.44a11 11 0 0 1 18.95 7.2c0 .3 1.66 32.75 22.58 50.62 11.42 9.75 27 13.59 46.26 11.39a11 11 0 0 1 12.03 12.88c-7.27 40-16.49 82.23-34.63 120.75-22.41 47.57-53.61 79.7-95.41 98.22a70.37 70.37 0 0 1 -28.57 6.03zm-129.45-229.15c2.87 28 6.47 59 15.41 89.24 16.48 55.73 47.35 93 94.39 113.79a48.57 48.57 0 0 0 39.31 0c80.93-35.88 103.6-129.88 114.79-189.16-19.22-.34-35.53-6.16-48.6-17.39-15.1-13-22.64-30.57-26.41-44.4-21.49 19.51-44.05 34.21-67.25 43.83a172.93 172.93 0 0 1 -71.25 13.55 161.77 161.77 0 0 1 -50.39-9.46z\"></path><path d=\"m693 590.79a10.93 10.93 0 0 1 -8.51-4.08 9.34 9.34 0 0 1 -.89-1.27 10.64 10.64 0 0 1 -1.16-2.7 11 11 0 0 1 -.17-5.24c18.7-87.74 14.6-178.33 7.88-238.88-8.5-76.52-23.24-125-29.24-133.91-59-87.82-120-127.52-181.4-118-40.51 6.29-73.08 33-93.26 54.35-23.25 24.54-38.25 50.67-41.19 60.61a11 11 0 0 1 -21.12-6.15c4.19-14.43 21.86-43.71 46.33-69.56 22.54-23.82 59.21-53.73 105.86-61 32.68-5.08 65.47 1.68 97.46 20.09 36.19 20.85 71.72 56.95 105.58 107.4 11.53 17.16 25.65 79 32.85 143.74 6.88 62 11.06 154.93-8.12 245.37a11 11 0 0 1 -10.77 9.23z\"></path><path d=\"m500 935.35a11 11 0 0 1 -11-11v-283.09a11 11 0 0 1 22 0v283.09a11 11 0 0 1 -11 11z\"></path></svg>			\n									<h5>\n							Mission						\n					</h5>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\" data-name=\"Layer 1\"><path d=\"m215.18 286.51a115.4 115.4 0 0 0 114.05-132.41 4.93 4.93 0 1 0 -9.75 1.45 105.4 105.4 0 1 1 -52.26-76.09 4.92 4.92 0 1 0 4.87-8.56 115.31 115.31 0 1 0 -56.91 215.61z\"></path><path d=\"m164.5 176.1a4.93 4.93 0 1 0 -7.17 6.77l30.37 32.19a4.92 4.92 0 0 0 6.73.41l139.8-115.9a4.93 4.93 0 1 0 -6.29-7.57l-136.24 113z\"></path><path d=\"m471.38 405.21h-59.19a4.81 4.81 0 0 0 -1.07.12l-180.33 40a37.88 37.88 0 0 1 -29.24-5.53l-145.55-97.9a23.73 23.73 0 0 1 23.78-41l109.75 54.31a33.06 33.06 0 0 0 31.47 43.12 33.6 33.6 0 0 0 6.27-.6l122.67-23.47a4.93 4.93 0 0 0 -1.86-9.68l-122.69 23.47a23.19 23.19 0 0 1 -25.18-33v-.08a23.09 23.09 0 0 1 11.39-10.88l108.93-48.09a78.34 78.34 0 0 1 52.41-3.85l36.58 10.1a4.82 4.82 0 0 0 1.31.18h60.55a4.93 4.93 0 1 0 0-9.86h-59.88l-35.94-9.92a88.26 88.26 0 0 0 -59 4.33l-108.88 48.08a32.92 32.92 0 0 0 -13.77 11.35l-109.74-54.31a33.59 33.59 0 0 0 -33.65 58l145.53 97.9a47.8 47.8 0 0 0 26.63 8.1 47.24 47.24 0 0 0 10.24-1.1l179.81-39.92h58.65a4.93 4.93 0 0 0 0-9.86z\"></path></svg>			\n									<h5>\n							Vision						\n					</h5>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:44:57', '2026-05-06 07:44:57', '', 13, 'https://mrarif.me/casabloomllc/?p=127', 0, 'revision', '', 0),
(128, 1, '2026-05-06 07:44:57', '2026-05-06 07:44:57', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 1000 1000\" data-name=\"Layer 1\"><path d=\"m796.8 935.35h-593.58a52.79 52.79 0 0 1 -52.82-52.63v-91.18c0-118.8 89.15-220.31 207.36-236.12a47.87 47.87 0 0 0 18.24-6.31 48.93 48.93 0 0 0 19-20.52l.15-.27 32.42-61.32a11 11 0 0 1 19.43 10.29l-32.4 61.19a70.86 70.86 0 0 1 -27.45 29.52 69.78 69.78 0 0 1 -26.5 9.19c-107.31 14.39-188.25 106.53-188.25 214.35v91.18a30.76 30.76 0 0 0 30.82 30.63h593.58a30.75 30.75 0 0 0 30.8-30.63v-91.18c0-107.83-80.93-200-188.25-214.32a70.25 70.25 0 0 1 -26.45-9.12 71.26 71.26 0 0 1 -27.55-29.7l-30.27-59.4a11 11 0 0 1 19.6-10l30.32 59.47.07.12a49.19 49.19 0 0 0 19 20.56 48.62 48.62 0 0 0 18.18 6.27c118.21 15.81 207.35 117.32 207.35 236.12v91.18a52.78 52.78 0 0 1 -52.8 52.63z\"></path><path d=\"m500 652.26a11 11 0 0 1 -6.29-2l-118.51-82.68a11 11 0 1 1 12.59-18l112.21 78.27 112.23-78.31a11 11 0 1 1 12.59 18l-118.52 82.74a11 11 0 0 1 -6.3 1.98z\"></path><path d=\"m685.54 707.59a11 11 0 0 1 -11-11v-120.15a11 11 0 0 1 22 0v120.15a11 11 0 0 1 -11 11z\"></path><path d=\"m313.45 707.6h-.1a11 11 0 0 1 -10.9-11.09l1-120.16a11 11 0 0 1 11-10.91h.09a11 11 0 0 1 10.91 11.09l-1 120.16a11 11 0 0 1 -11 10.91z\"></path><path d=\"m685.54 796.09a55.25 55.25 0 1 1 55.46-55.25 55.4 55.4 0 0 1 -55.46 55.25zm0-88.5a33.25 33.25 0 1 0 33.46 33.25 33.37 33.37 0 0 0 -33.46-33.25z\"></path><path d=\"m344.93 809.05h-9.64a11 11 0 1 1 0-22h9.64a7.58 7.58 0 0 0 7.61-7.54v-31.36a38.58 38.58 0 0 0 -11.43-27.5 39 39 0 0 0 -28.36-11.4c-21.18.37-38.4 18.32-38.4 40v30.23a7.58 7.58 0 0 0 7.61 7.54h9.64a11 11 0 1 1 0 22h-9.6a29.61 29.61 0 0 1 -29.61-29.54v-30.2c0-33.63 26.92-61.45 60-62a61 61 0 0 1 62.17 60.89v31.36a29.61 29.61 0 0 1 -29.63 29.52z\"></path><path d=\"m293.25 596.69a11 11 0 0 1 -3.59-21.41l5.85-2.32c-19.2-98.06-11-193.89-.45-257.81 11.75-71.38 28.38-118.3 29.08-120.26a11 11 0 1 1 20.71 7.4c-.16.47-16.76 47.39-28.16 116.93-10.49 63.92-18.62 160.61 2.2 258.28a11 11 0 0 1 -6.71 12.5l-14.88 5.9a11 11 0 0 1 -4.05.79z\"></path><path d=\"m502.26 513a70.44 70.44 0 0 1 -28.57-6c-53.29-23.61-88.15-65.37-106.57-127.66-10.3-34.83-13.82-69.69-16.92-100.46-.41-4-.8-7.92-1.2-11.72a11 11 0 0 1 16.67-10.54c.2.12 23.74 14 59.28 14.73 47.6 1 93.4-21.08 136.1-65.44a11 11 0 0 1 18.95 7.2c0 .3 1.66 32.75 22.58 50.62 11.42 9.75 27 13.59 46.26 11.39a11 11 0 0 1 12.03 12.88c-7.27 40-16.49 82.23-34.63 120.75-22.41 47.57-53.61 79.7-95.41 98.22a70.37 70.37 0 0 1 -28.57 6.03zm-129.45-229.15c2.87 28 6.47 59 15.41 89.24 16.48 55.73 47.35 93 94.39 113.79a48.57 48.57 0 0 0 39.31 0c80.93-35.88 103.6-129.88 114.79-189.16-19.22-.34-35.53-6.16-48.6-17.39-15.1-13-22.64-30.57-26.41-44.4-21.49 19.51-44.05 34.21-67.25 43.83a172.93 172.93 0 0 1 -71.25 13.55 161.77 161.77 0 0 1 -50.39-9.46z\"></path><path d=\"m693 590.79a10.93 10.93 0 0 1 -8.51-4.08 9.34 9.34 0 0 1 -.89-1.27 10.64 10.64 0 0 1 -1.16-2.7 11 11 0 0 1 -.17-5.24c18.7-87.74 14.6-178.33 7.88-238.88-8.5-76.52-23.24-125-29.24-133.91-59-87.82-120-127.52-181.4-118-40.51 6.29-73.08 33-93.26 54.35-23.25 24.54-38.25 50.67-41.19 60.61a11 11 0 0 1 -21.12-6.15c4.19-14.43 21.86-43.71 46.33-69.56 22.54-23.82 59.21-53.73 105.86-61 32.68-5.08 65.47 1.68 97.46 20.09 36.19 20.85 71.72 56.95 105.58 107.4 11.53 17.16 25.65 79 32.85 143.74 6.88 62 11.06 154.93-8.12 245.37a11 11 0 0 1 -10.77 9.23z\"></path><path d=\"m500 935.35a11 11 0 0 1 -11-11v-283.09a11 11 0 0 1 22 0v283.09a11 11 0 0 1 -11 11z\"></path></svg>			\n									<h5>\n							Mission						\n					</h5>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\" data-name=\"Layer 1\"><path d=\"m215.18 286.51a115.4 115.4 0 0 0 114.05-132.41 4.93 4.93 0 1 0 -9.75 1.45 105.4 105.4 0 1 1 -52.26-76.09 4.92 4.92 0 1 0 4.87-8.56 115.31 115.31 0 1 0 -56.91 215.61z\"></path><path d=\"m164.5 176.1a4.93 4.93 0 1 0 -7.17 6.77l30.37 32.19a4.92 4.92 0 0 0 6.73.41l139.8-115.9a4.93 4.93 0 1 0 -6.29-7.57l-136.24 113z\"></path><path d=\"m471.38 405.21h-59.19a4.81 4.81 0 0 0 -1.07.12l-180.33 40a37.88 37.88 0 0 1 -29.24-5.53l-145.55-97.9a23.73 23.73 0 0 1 23.78-41l109.75 54.31a33.06 33.06 0 0 0 31.47 43.12 33.6 33.6 0 0 0 6.27-.6l122.67-23.47a4.93 4.93 0 0 0 -1.86-9.68l-122.69 23.47a23.19 23.19 0 0 1 -25.18-33v-.08a23.09 23.09 0 0 1 11.39-10.88l108.93-48.09a78.34 78.34 0 0 1 52.41-3.85l36.58 10.1a4.82 4.82 0 0 0 1.31.18h60.55a4.93 4.93 0 1 0 0-9.86h-59.88l-35.94-9.92a88.26 88.26 0 0 0 -59 4.33l-108.88 48.08a32.92 32.92 0 0 0 -13.77 11.35l-109.74-54.31a33.59 33.59 0 0 0 -33.65 58l145.53 97.9a47.8 47.8 0 0 0 26.63 8.1 47.24 47.24 0 0 0 10.24-1.1l179.81-39.92h58.65a4.93 4.93 0 0 0 0-9.86z\"></path></svg>			\n									<h5>\n							Vision						\n					</h5>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:44:57', '2026-05-06 07:44:57', '', 13, 'https://mrarif.me/casabloomllc/?p=128', 0, 'revision', '', 0),
(130, 1, '2026-05-06 07:46:21', '2026-05-06 07:46:21', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h5>\n							Mission						\n					</h5>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h5>\n							Vision						\n					</h5>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:46:21', '2026-05-06 07:46:21', '', 13, 'https://mrarif.me/casabloomllc/?p=130', 0, 'revision', '', 0),
(131, 1, '2026-05-06 07:46:22', '2026-05-06 07:46:22', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h5>\n							Mission						\n					</h5>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h5>\n							Vision						\n					</h5>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:46:22', '2026-05-06 07:46:22', '', 13, 'https://mrarif.me/casabloomllc/?p=131', 0, 'revision', '', 0),
(132, 1, '2026-05-06 07:46:22', '2026-05-06 07:46:22', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:46:22', '2026-05-06 07:46:22', '', 13, 'https://mrarif.me/casabloomllc/?p=132', 0, 'revision', '', 0),
(133, 1, '2026-05-06 07:47:57', '2026-05-06 07:47:57', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:47:57', '2026-05-06 07:47:57', '', 13, 'https://mrarif.me/casabloomllc/?p=133', 0, 'revision', '', 0),
(134, 1, '2026-05-06 07:47:57', '2026-05-06 07:47:57', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:47:57', '2026-05-06 07:47:57', '', 13, 'https://mrarif.me/casabloomllc/?p=134', 0, 'revision', '', 0),
(135, 1, '2026-05-06 07:47:57', '2026-05-06 07:47:57', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:47:57', '2026-05-06 07:47:57', '', 13, 'https://mrarif.me/casabloomllc/?p=135', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(136, 1, '2026-05-06 07:48:08', '2026-05-06 07:48:08', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:48:08', '2026-05-06 07:48:08', '', 13, 'https://mrarif.me/casabloomllc/?p=136', 0, 'revision', '', 0),
(137, 1, '2026-05-06 07:48:08', '2026-05-06 07:48:08', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:48:08', '2026-05-06 07:48:08', '', 13, 'https://mrarif.me/casabloomllc/?p=137', 0, 'revision', '', 0),
(138, 1, '2026-05-06 07:48:09', '2026-05-06 07:48:09', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:48:09', '2026-05-06 07:48:09', '', 13, 'https://mrarif.me/casabloomllc/?p=138', 0, 'revision', '', 0),
(139, 1, '2026-05-06 07:48:54', '2026-05-06 07:48:54', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:48:54', '2026-05-06 07:48:54', '', 13, 'https://mrarif.me/casabloomllc/?p=139', 0, 'revision', '', 0),
(140, 1, '2026-05-06 07:48:54', '2026-05-06 07:48:54', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:48:54', '2026-05-06 07:48:54', '', 13, 'https://mrarif.me/casabloomllc/?p=140', 0, 'revision', '', 0),
(141, 1, '2026-05-06 07:48:55', '2026-05-06 07:48:55', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:48:55', '2026-05-06 07:48:55', '', 13, 'https://mrarif.me/casabloomllc/?p=141', 0, 'revision', '', 0),
(142, 1, '2026-05-06 07:50:20', '2026-05-06 07:50:20', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:50:20', '2026-05-06 07:50:20', '', 13, 'https://mrarif.me/casabloomllc/?p=142', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(143, 1, '2026-05-06 07:50:20', '2026-05-06 07:50:20', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:50:20', '2026-05-06 07:50:20', '', 13, 'https://mrarif.me/casabloomllc/?p=143', 0, 'revision', '', 0),
(144, 1, '2026-05-06 07:50:20', '2026-05-06 07:50:20', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:50:20', '2026-05-06 07:50:20', '', 13, 'https://mrarif.me/casabloomllc/?p=144', 0, 'revision', '', 0),
(145, 1, '2026-05-06 07:50:40', '2026-05-06 07:50:40', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:50:40', '2026-05-06 07:50:40', '', 13, 'https://mrarif.me/casabloomllc/?p=145', 0, 'revision', '', 0),
(146, 1, '2026-05-06 07:50:40', '2026-05-06 07:50:40', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:50:40', '2026-05-06 07:50:40', '', 13, 'https://mrarif.me/casabloomllc/?p=146', 0, 'revision', '', 0),
(147, 1, '2026-05-06 07:50:40', '2026-05-06 07:50:40', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:50:40', '2026-05-06 07:50:40', '', 13, 'https://mrarif.me/casabloomllc/?p=147', 0, 'revision', '', 0),
(148, 1, '2026-05-06 07:51:19', '2026-05-06 07:51:19', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:51:19', '2026-05-06 07:51:19', '', 13, 'https://mrarif.me/casabloomllc/?p=148', 0, 'revision', '', 0),
(149, 1, '2026-05-06 07:51:19', '2026-05-06 07:51:19', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:51:19', '2026-05-06 07:51:19', '', 13, 'https://mrarif.me/casabloomllc/?p=149', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(150, 1, '2026-05-06 07:51:19', '2026-05-06 07:51:19', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:51:19', '2026-05-06 07:51:19', '', 13, 'https://mrarif.me/casabloomllc/?p=150', 0, 'revision', '', 0),
(151, 1, '2026-05-06 07:58:28', '2026-05-06 07:58:28', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:58:28', '2026-05-06 07:58:28', '', 13, 'https://mrarif.me/casabloomllc/?p=151', 0, 'revision', '', 0),
(152, 1, '2026-05-06 07:58:28', '2026-05-06 07:58:28', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:58:28', '2026-05-06 07:58:28', '', 13, 'https://mrarif.me/casabloomllc/?p=152', 0, 'revision', '', 0),
(153, 1, '2026-05-06 07:58:29', '2026-05-06 07:58:29', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:58:29', '2026-05-06 07:58:29', '', 13, 'https://mrarif.me/casabloomllc/?p=153', 0, 'revision', '', 0),
(154, 1, '2026-05-06 07:58:45', '2026-05-06 07:58:45', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:58:45', '2026-05-06 07:58:45', '', 13, 'https://mrarif.me/casabloomllc/?p=154', 0, 'revision', '', 0),
(155, 1, '2026-05-06 07:58:45', '2026-05-06 07:58:45', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:58:45', '2026-05-06 07:58:45', '', 13, 'https://mrarif.me/casabloomllc/?p=155', 0, 'revision', '', 0),
(156, 1, '2026-05-06 07:58:46', '2026-05-06 07:58:46', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 07:58:46', '2026-05-06 07:58:46', '', 13, 'https://mrarif.me/casabloomllc/?p=156', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(157, 1, '2026-05-06 08:03:21', '2026-05-06 08:03:21', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 08:03:21', '2026-05-06 08:03:21', '', 13, 'https://mrarif.me/casabloomllc/?p=157', 0, 'revision', '', 0),
(158, 1, '2026-05-06 08:03:21', '2026-05-06 08:03:21', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 08:03:21', '2026-05-06 08:03:21', '', 13, 'https://mrarif.me/casabloomllc/?p=158', 0, 'revision', '', 0),
(159, 1, '2026-05-06 08:03:22', '2026-05-06 08:03:22', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 08:03:22', '2026-05-06 08:03:22', '', 13, 'https://mrarif.me/casabloomllc/?p=159', 0, 'revision', '', 0),
(160, 1, '2026-05-06 08:04:37', '2026-05-06 08:04:37', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 08:04:37', '2026-05-06 08:04:37', '', 13, 'https://mrarif.me/casabloomllc/?p=160', 0, 'revision', '', 0),
(161, 1, '2026-05-06 08:04:37', '2026-05-06 08:04:37', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 08:04:37', '2026-05-06 08:04:37', '', 13, 'https://mrarif.me/casabloomllc/?p=161', 0, 'revision', '', 0),
(162, 1, '2026-05-06 08:04:38', '2026-05-06 08:04:38', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 08:04:38', '2026-05-06 08:04:38', '', 13, 'https://mrarif.me/casabloomllc/?p=162', 0, 'revision', '', 0),
(163, 1, '2026-05-06 08:21:48', '2026-05-06 08:21:48', '', 'Shape', '', 'inherit', 'closed', 'closed', '', 'shape', '', '', '2026-05-06 08:21:48', '2026-05-06 08:21:48', '', 13, 'https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Shape.png', 0, 'attachment', 'image/png', 0),
(164, 1, '2026-05-06 08:22:45', '2026-05-06 08:22:45', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 08:22:45', '2026-05-06 08:22:45', '', 13, 'https://mrarif.me/casabloomllc/?p=164', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(165, 1, '2026-05-06 08:22:45', '2026-05-06 08:22:45', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 08:22:45', '2026-05-06 08:22:45', '', 13, 'https://mrarif.me/casabloomllc/?p=165', 0, 'revision', '', 0),
(166, 1, '2026-05-06 08:22:46', '2026-05-06 08:22:46', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 08:22:46', '2026-05-06 08:22:46', '', 13, 'https://mrarif.me/casabloomllc/?p=166', 0, 'revision', '', 0),
(167, 1, '2026-05-06 08:24:08', '2026-05-06 08:24:08', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 08:24:08', '2026-05-06 08:24:08', '', 13, 'https://mrarif.me/casabloomllc/?p=167', 0, 'revision', '', 0),
(168, 1, '2026-05-06 08:24:08', '2026-05-06 08:24:08', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 08:24:08', '2026-05-06 08:24:08', '', 13, 'https://mrarif.me/casabloomllc/?p=168', 0, 'revision', '', 0),
(169, 1, '2026-05-06 08:24:10', '2026-05-06 08:24:10', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 08:24:10', '2026-05-06 08:24:10', '', 13, 'https://mrarif.me/casabloomllc/?p=169', 0, 'revision', '', 0),
(170, 1, '2026-05-06 08:25:07', '2026-05-06 08:25:07', '', 'shape-1', '', 'inherit', 'closed', 'closed', '', 'shape-1', '', '', '2026-05-06 08:25:07', '2026-05-06 08:25:07', '', 13, 'https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/shape-1.png', 0, 'attachment', 'image/png', 0),
(171, 1, '2026-05-06 08:25:26', '2026-05-06 08:25:26', '', 'shape-2', '', 'inherit', 'closed', 'closed', '', 'shape-2', '', '', '2026-05-06 08:25:26', '2026-05-06 08:25:26', '', 13, 'https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/shape-2.png', 0, 'attachment', 'image/png', 0),
(172, 1, '2026-05-06 08:26:44', '2026-05-06 08:26:44', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 08:26:44', '2026-05-06 08:26:44', '', 13, 'https://mrarif.me/casabloomllc/?p=172', 0, 'revision', '', 0),
(173, 1, '2026-05-06 08:26:44', '2026-05-06 08:26:44', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 08:26:44', '2026-05-06 08:26:44', '', 13, 'https://mrarif.me/casabloomllc/?p=173', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(174, 1, '2026-05-06 08:26:45', '2026-05-06 08:26:45', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 08:26:45', '2026-05-06 08:26:45', '', 13, 'https://mrarif.me/casabloomllc/?p=174', 0, 'revision', '', 0),
(175, 1, '2026-05-06 08:27:16', '2026-05-06 08:27:16', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 08:27:16', '2026-05-06 08:27:16', '', 13, 'https://mrarif.me/casabloomllc/?p=175', 0, 'revision', '', 0),
(176, 1, '2026-05-06 08:27:16', '2026-05-06 08:27:16', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 08:27:16', '2026-05-06 08:27:16', '', 13, 'https://mrarif.me/casabloomllc/?p=176', 0, 'revision', '', 0),
(177, 1, '2026-05-06 08:27:17', '2026-05-06 08:27:17', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 08:27:17', '2026-05-06 08:27:17', '', 13, 'https://mrarif.me/casabloomllc/?p=177', 0, 'revision', '', 0),
(178, 1, '2026-05-06 08:29:17', '2026-05-06 08:29:17', '', 'shape-3', '', 'inherit', 'closed', 'closed', '', 'shape-3', '', '', '2026-05-06 08:29:17', '2026-05-06 08:29:17', '', 13, 'https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/shape-3.png', 0, 'attachment', 'image/png', 0),
(179, 1, '2026-05-06 08:30:21', '2026-05-06 08:30:21', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 08:30:21', '2026-05-06 08:30:21', '', 13, 'https://mrarif.me/casabloomllc/?p=179', 0, 'revision', '', 0),
(180, 1, '2026-05-06 08:30:21', '2026-05-06 08:30:21', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 08:30:21', '2026-05-06 08:30:21', '', 13, 'https://mrarif.me/casabloomllc/?p=180', 0, 'revision', '', 0),
(181, 1, '2026-05-06 08:30:22', '2026-05-06 08:30:22', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 08:30:22', '2026-05-06 08:30:22', '', 13, 'https://mrarif.me/casabloomllc/?p=181', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(182, 1, '2026-05-06 08:31:24', '2026-05-06 08:31:24', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 08:31:24', '2026-05-06 08:31:24', '', 13, 'https://mrarif.me/casabloomllc/?p=182', 0, 'revision', '', 0),
(183, 1, '2026-05-06 08:31:24', '2026-05-06 08:31:24', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 08:31:24', '2026-05-06 08:31:24', '', 13, 'https://mrarif.me/casabloomllc/?p=183', 0, 'revision', '', 0),
(184, 1, '2026-05-06 08:31:25', '2026-05-06 08:31:25', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 08:31:25', '2026-05-06 08:31:25', '', 13, 'https://mrarif.me/casabloomllc/?p=184', 0, 'revision', '', 0),
(185, 1, '2026-05-06 09:12:33', '2026-05-06 09:12:33', '', 'banner-shape', '', 'inherit', 'closed', 'closed', '', 'banner-shape', '', '', '2026-05-06 09:12:33', '2026-05-06 09:12:33', '', 13, 'https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/banner-shape.png', 0, 'attachment', 'image/png', 0),
(186, 1, '2026-05-06 09:13:04', '2026-05-06 09:13:04', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 09:13:04', '2026-05-06 09:13:04', '', 13, 'https://mrarif.me/casabloomllc/?p=186', 0, 'revision', '', 0),
(187, 1, '2026-05-06 09:13:04', '2026-05-06 09:13:04', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 09:13:04', '2026-05-06 09:13:04', '', 13, 'https://mrarif.me/casabloomllc/?p=187', 0, 'revision', '', 0),
(188, 1, '2026-05-06 09:13:05', '2026-05-06 09:13:05', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 09:13:05', '2026-05-06 09:13:05', '', 13, 'https://mrarif.me/casabloomllc/?p=188', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(189, 1, '2026-05-06 09:14:47', '2026-05-06 09:14:47', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 09:14:47', '2026-05-06 09:14:47', '', 13, 'https://mrarif.me/casabloomllc/?p=189', 0, 'revision', '', 0),
(190, 1, '2026-05-06 09:14:47', '2026-05-06 09:14:47', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 09:14:47', '2026-05-06 09:14:47', '', 13, 'https://mrarif.me/casabloomllc/?p=190', 0, 'revision', '', 0),
(191, 1, '2026-05-06 09:14:47', '2026-05-06 09:14:47', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 09:14:47', '2026-05-06 09:14:47', '', 13, 'https://mrarif.me/casabloomllc/?p=191', 0, 'revision', '', 0),
(192, 1, '2026-05-06 09:16:30', '2026-05-06 09:16:30', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 09:16:30', '2026-05-06 09:16:30', '', 13, 'https://mrarif.me/casabloomllc/?p=192', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(193, 1, '2026-05-06 09:16:30', '2026-05-06 09:16:30', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 09:16:30', '2026-05-06 09:16:30', '', 13, 'https://mrarif.me/casabloomllc/?p=193', 0, 'revision', '', 0),
(194, 1, '2026-05-06 09:16:31', '2026-05-06 09:16:31', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 09:16:31', '2026-05-06 09:16:31', '', 13, 'https://mrarif.me/casabloomllc/?p=194', 0, 'revision', '', 0),
(256, 1, '2026-05-06 10:21:08', '2026-05-06 10:21:08', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:21:08', '2026-05-06 10:21:08', '', 13, 'https://mrarif.me/casabloomllc/?p=256', 0, 'revision', '', 0),
(198, 1, '2026-05-06 09:30:51', '2026-05-06 09:30:51', '', 'apartment-three-shape-1.webp', '', 'inherit', 'closed', 'closed', '', 'apartment-three-shape-1-webp', '', '', '2026-05-06 09:30:51', '2026-05-06 09:30:51', '', 0, 'https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/apartment-three-shape-1.webp', 0, 'attachment', 'image/webp', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(199, 1, '2026-05-06 09:35:12', '2026-05-06 09:35:12', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 09:35:12', '2026-05-06 09:35:12', '', 13, 'https://mrarif.me/casabloomllc/?p=199', 0, 'revision', '', 0),
(200, 1, '2026-05-06 09:35:13', '2026-05-06 09:35:13', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 09:35:13', '2026-05-06 09:35:13', '', 13, 'https://mrarif.me/casabloomllc/?p=200', 0, 'revision', '', 0),
(201, 1, '2026-05-06 09:35:13', '2026-05-06 09:35:13', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/CONVENIENCE-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Coordination-img.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 09:35:13', '2026-05-06 09:35:13', '', 13, 'https://mrarif.me/casabloomllc/?p=201', 0, 'revision', '', 0),
(202, 1, '2026-05-06 09:37:14', '2026-05-06 09:37:14', '', 'about-us-img', '', 'inherit', 'closed', 'closed', '', 'about-us-img', '', '', '2026-05-06 09:37:14', '2026-05-06 09:37:14', '', 13, 'https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg', 0, 'attachment', 'image/jpeg', 0),
(203, 1, '2026-05-06 09:38:10', '2026-05-06 09:38:10', '', 'Services-With-Care', '', 'inherit', 'closed', 'closed', '', 'services-with-care', '', '', '2026-05-06 09:38:10', '2026-05-06 09:38:10', '', 13, 'https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(204, 1, '2026-05-06 09:38:20', '2026-05-06 09:38:20', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/CONVENIENCE-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Coordination-img.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 09:38:20', '2026-05-06 09:38:20', '', 13, 'https://mrarif.me/casabloomllc/?p=204', 0, 'revision', '', 0),
(205, 1, '2026-05-06 09:38:20', '2026-05-06 09:38:20', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/CONVENIENCE-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Coordination-img.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 09:38:20', '2026-05-06 09:38:20', '', 13, 'https://mrarif.me/casabloomllc/?p=205', 0, 'revision', '', 0),
(206, 1, '2026-05-06 09:38:20', '2026-05-06 09:38:20', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 09:38:20', '2026-05-06 09:38:20', '', 13, 'https://mrarif.me/casabloomllc/?p=206', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(207, 1, '2026-05-06 09:39:13', '2026-05-06 09:39:13', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 09:39:13', '2026-05-06 09:39:13', '', 13, 'https://mrarif.me/casabloomllc/?p=207', 0, 'revision', '', 0),
(208, 1, '2026-05-06 09:39:13', '2026-05-06 09:39:13', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 09:39:13', '2026-05-06 09:39:13', '', 13, 'https://mrarif.me/casabloomllc/?p=208', 0, 'revision', '', 0),
(209, 1, '2026-05-06 09:39:14', '2026-05-06 09:39:14', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 09:39:14', '2026-05-06 09:39:14', '', 13, 'https://mrarif.me/casabloomllc/?p=209', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(210, 1, '2026-05-06 09:40:27', '2026-05-06 09:40:27', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 09:40:27', '2026-05-06 09:40:27', '', 13, 'https://mrarif.me/casabloomllc/?p=210', 0, 'revision', '', 0),
(211, 1, '2026-05-06 09:40:28', '2026-05-06 09:40:28', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 09:40:28', '2026-05-06 09:40:28', '', 13, 'https://mrarif.me/casabloomllc/?p=211', 0, 'revision', '', 0),
(212, 1, '2026-05-06 09:40:28', '2026-05-06 09:40:28', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 09:40:28', '2026-05-06 09:40:28', '', 13, 'https://mrarif.me/casabloomllc/?p=212', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(213, 1, '2026-05-06 09:41:31', '2026-05-06 09:41:31', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 09:41:31', '2026-05-06 09:41:31', '', 13, 'https://mrarif.me/casabloomllc/?p=213', 0, 'revision', '', 0),
(214, 1, '2026-05-06 09:41:31', '2026-05-06 09:41:31', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 09:41:31', '2026-05-06 09:41:31', '', 13, 'https://mrarif.me/casabloomllc/?p=214', 0, 'revision', '', 0),
(215, 1, '2026-05-06 09:41:32', '2026-05-06 09:41:32', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 09:41:32', '2026-05-06 09:41:32', '', 13, 'https://mrarif.me/casabloomllc/?p=215', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(216, 1, '2026-05-06 09:41:50', '2026-05-06 09:41:50', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 09:41:50', '2026-05-06 09:41:50', '', 13, 'https://mrarif.me/casabloomllc/?p=216', 0, 'revision', '', 0),
(217, 1, '2026-05-06 09:41:50', '2026-05-06 09:41:50', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 09:41:50', '2026-05-06 09:41:50', '', 13, 'https://mrarif.me/casabloomllc/?p=217', 0, 'revision', '', 0),
(218, 1, '2026-05-06 09:41:51', '2026-05-06 09:41:51', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 09:41:51', '2026-05-06 09:41:51', '', 13, 'https://mrarif.me/casabloomllc/?p=218', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(219, 1, '2026-05-06 09:43:36', '2026-05-06 09:43:36', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 09:43:36', '2026-05-06 09:43:36', '', 13, 'https://mrarif.me/casabloomllc/?p=219', 0, 'revision', '', 0),
(220, 1, '2026-05-06 09:43:36', '2026-05-06 09:43:36', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 09:43:36', '2026-05-06 09:43:36', '', 13, 'https://mrarif.me/casabloomllc/?p=220', 0, 'revision', '', 0),
(228, 1, '2026-05-06 09:59:25', '2026-05-06 09:59:25', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 09:59:25', '2026-05-06 09:59:25', '', 13, 'https://mrarif.me/casabloomllc/?p=228', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(221, 1, '2026-05-06 09:43:37', '2026-05-06 09:43:37', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 09:43:37', '2026-05-06 09:43:37', '', 13, 'https://mrarif.me/casabloomllc/?p=221', 0, 'revision', '', 0),
(222, 1, '2026-05-06 09:43:47', '2026-05-06 09:43:47', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 09:43:47', '2026-05-06 09:43:47', '', 13, 'https://mrarif.me/casabloomllc/?p=222', 0, 'revision', '', 0),
(223, 1, '2026-05-06 09:43:47', '2026-05-06 09:43:47', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 09:43:47', '2026-05-06 09:43:47', '', 13, 'https://mrarif.me/casabloomllc/?p=223', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(224, 1, '2026-05-06 09:43:48', '2026-05-06 09:43:48', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 09:43:48', '2026-05-06 09:43:48', '', 13, 'https://mrarif.me/casabloomllc/?p=224', 0, 'revision', '', 0),
(229, 1, '2026-05-06 10:00:37', '2026-05-06 10:00:37', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:00:37', '2026-05-06 10:00:37', '', 13, 'https://mrarif.me/casabloomllc/?p=229', 0, 'revision', '', 0),
(226, 1, '2026-05-06 09:59:24', '2026-05-06 09:59:24', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 09:59:24', '2026-05-06 09:59:24', '', 13, 'https://mrarif.me/casabloomllc/?p=226', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(227, 1, '2026-05-06 09:59:24', '2026-05-06 09:59:24', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 09:59:24', '2026-05-06 09:59:24', '', 13, 'https://mrarif.me/casabloomllc/?p=227', 0, 'revision', '', 0),
(230, 1, '2026-05-06 10:00:37', '2026-05-06 10:00:37', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:00:37', '2026-05-06 10:00:37', '', 13, 'https://mrarif.me/casabloomllc/?p=230', 0, 'revision', '', 0),
(231, 1, '2026-05-06 10:00:38', '2026-05-06 10:00:38', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:00:38', '2026-05-06 10:00:38', '', 13, 'https://mrarif.me/casabloomllc/?p=231', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(232, 1, '2026-05-06 10:01:40', '2026-05-06 10:01:40', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:01:40', '2026-05-06 10:01:40', '', 13, 'https://mrarif.me/casabloomllc/?p=232', 0, 'revision', '', 0),
(233, 1, '2026-05-06 10:01:41', '2026-05-06 10:01:41', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:01:41', '2026-05-06 10:01:41', '', 13, 'https://mrarif.me/casabloomllc/?p=233', 0, 'revision', '', 0),
(234, 1, '2026-05-06 10:01:41', '2026-05-06 10:01:41', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:01:41', '2026-05-06 10:01:41', '', 13, 'https://mrarif.me/casabloomllc/?p=234', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(235, 1, '2026-05-06 10:01:52', '2026-05-06 10:01:52', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:01:52', '2026-05-06 10:01:52', '', 13, 'https://mrarif.me/casabloomllc/?p=235', 0, 'revision', '', 0),
(236, 1, '2026-05-06 10:01:52', '2026-05-06 10:01:52', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:01:52', '2026-05-06 10:01:52', '', 13, 'https://mrarif.me/casabloomllc/?p=236', 0, 'revision', '', 0),
(237, 1, '2026-05-06 10:01:53', '2026-05-06 10:01:53', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:01:53', '2026-05-06 10:01:53', '', 13, 'https://mrarif.me/casabloomllc/?p=237', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(238, 1, '2026-05-06 10:02:15', '2026-05-06 10:02:15', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:02:15', '2026-05-06 10:02:15', '', 13, 'https://mrarif.me/casabloomllc/?p=238', 0, 'revision', '', 0),
(239, 1, '2026-05-06 10:02:15', '2026-05-06 10:02:15', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:02:15', '2026-05-06 10:02:15', '', 13, 'https://mrarif.me/casabloomllc/?p=239', 0, 'revision', '', 0),
(240, 1, '2026-05-06 10:02:16', '2026-05-06 10:02:16', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:02:16', '2026-05-06 10:02:16', '', 13, 'https://mrarif.me/casabloomllc/?p=240', 0, 'revision', '', 0),
(241, 1, '2026-05-06 10:04:08', '2026-05-06 10:04:08', '', 'About Us', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-05-06 10:04:08', '2026-05-06 10:04:08', '', 15, 'https://mrarif.me/casabloomllc/?p=241', 0, 'revision', '', 0),
(242, 1, '2026-05-06 10:04:08', '2026-05-06 10:04:08', '', 'About Us', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-05-06 10:04:08', '2026-05-06 10:04:08', '', 15, 'https://mrarif.me/casabloomllc/?p=242', 0, 'revision', '', 0),
(243, 1, '2026-05-06 10:04:08', '2026-05-06 10:04:08', '', 'About Us', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-05-06 10:04:08', '2026-05-06 10:04:08', '', 15, 'https://mrarif.me/casabloomllc/?p=243', 0, 'revision', '', 0),
(244, 1, '2026-05-06 10:07:27', '2026-05-06 10:07:27', '', 'Admission--img', '', 'inherit', 'closed', 'closed', '', 'admission-img', '', '', '2026-05-06 10:07:27', '2026-05-06 10:07:27', '', 13, 'https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(258, 1, '2026-05-06 10:21:12', '2026-05-06 10:21:12', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:21:12', '2026-05-06 10:21:12', '', 13, 'https://mrarif.me/casabloomllc/?p=258', 0, 'revision', '', 0),
(246, 1, '2026-05-06 10:08:45', '2026-05-06 10:08:45', '', 'About Us', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-05-06 10:08:45', '2026-05-06 10:08:45', '', 15, 'https://mrarif.me/casabloomllc/?p=246', 0, 'revision', '', 0),
(247, 1, '2026-05-06 10:08:46', '2026-05-06 10:08:46', '', 'About Us', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-05-06 10:08:46', '2026-05-06 10:08:46', '', 15, 'https://mrarif.me/casabloomllc/?p=247', 0, 'revision', '', 0),
(248, 1, '2026-05-06 10:08:46', '2026-05-06 10:08:46', '<h2>About Us</h2>		Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>				\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>				\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n				We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.', 'About Us', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-05-06 10:08:46', '2026-05-06 10:08:46', '', 15, 'https://mrarif.me/casabloomllc/?p=248', 0, 'revision', '', 0),
(249, 1, '2026-05-06 10:09:23', '2026-05-06 10:09:23', '<h2>About Us</h2>		Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>				\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>				\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n				We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.', 'About Us', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-05-06 10:09:23', '2026-05-06 10:09:23', '', 15, 'https://mrarif.me/casabloomllc/?p=249', 0, 'revision', '', 0),
(250, 1, '2026-05-06 10:09:23', '2026-05-06 10:09:23', '<h2>About Us</h2>		Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>				\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>				\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n				We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.', 'About Us', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-05-06 10:09:23', '2026-05-06 10:09:23', '', 15, 'https://mrarif.me/casabloomllc/?p=250', 0, 'revision', '', 0),
(251, 1, '2026-05-06 10:09:23', '2026-05-06 10:09:23', '<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Coordination-img.jpg\" alt=\"\" />																<h2>About Us</h2>		Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>				\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>				\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n				We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.', 'About Us', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-05-06 10:09:23', '2026-05-06 10:09:23', '', 15, 'https://mrarif.me/casabloomllc/?p=251', 0, 'revision', '', 0),
(252, 1, '2026-05-06 10:13:44', '2026-05-06 10:13:44', '', 'Contact-Us-Image', '', 'inherit', 'closed', 'closed', '', 'contact-us-image', '', '', '2026-05-06 10:13:44', '2026-05-06 10:13:44', '', 13, 'https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg', 0, 'attachment', 'image/jpeg', 0),
(253, 1, '2026-05-06 10:17:36', '2026-05-06 10:17:36', '', 'Casa bloom LLC aa', '', 'inherit', 'closed', 'closed', '', 'casa-bloom-llc-aa', '', '', '2026-05-06 10:17:36', '2026-05-06 10:17:36', '', 32, 'https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Casa-bloom-LLC-aa.jpg', 0, 'attachment', 'image/jpeg', 0),
(254, 1, '2026-05-06 10:18:19', '2026-05-06 10:18:19', '<img width=\"2560\" height=\"942\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/logo-scaled.png\" alt=\"\" />', 'Header', '', 'inherit', 'closed', 'closed', '', '32-revision-v1', '', '', '2026-05-06 10:18:19', '2026-05-06 10:18:19', '', 32, 'https://mrarif.me/casabloomllc/?p=254', 0, 'revision', '', 0),
(255, 1, '2026-05-06 10:20:30', '2026-05-06 10:20:30', '', 'EMPLOYMENT-img', '', 'inherit', 'closed', 'closed', '', 'employment-img', '', '', '2026-05-06 10:20:30', '2026-05-06 10:20:30', '', 13, 'https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(257, 1, '2026-05-06 10:21:09', '2026-05-06 10:21:09', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:21:09', '2026-05-06 10:21:09', '', 13, 'https://mrarif.me/casabloomllc/?p=257', 0, 'revision', '', 0),
(259, 1, '2026-05-06 10:21:49', '2026-05-06 10:21:49', '', 'Casa bloom LLC breadcrumb ab', '', 'inherit', 'closed', 'closed', '', 'casa-bloom-llc-breadcrumb-ab', '', '', '2026-05-06 10:21:49', '2026-05-06 10:21:49', '', 32, 'https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Casa-bloom-LLC-breadcrumb-ab.webp', 0, 'attachment', 'image/webp', 0),
(260, 1, '2026-05-06 10:21:57', '2026-05-06 10:21:57', '<img width=\"2560\" height=\"942\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/logo-scaled.png\" alt=\"\" />', 'Header', '', 'inherit', 'closed', 'closed', '', '32-revision-v1', '', '', '2026-05-06 10:21:57', '2026-05-06 10:21:57', '', 32, 'https://mrarif.me/casabloomllc/?p=260', 0, 'revision', '', 0),
(261, 1, '2026-05-06 10:22:16', '2026-05-06 10:22:16', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:22:16', '2026-05-06 10:22:16', '', 13, 'https://mrarif.me/casabloomllc/?p=261', 0, 'revision', '', 0),
(262, 1, '2026-05-06 10:22:16', '2026-05-06 10:22:16', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:22:16', '2026-05-06 10:22:16', '', 13, 'https://mrarif.me/casabloomllc/?p=262', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(263, 1, '2026-05-06 10:22:18', '2026-05-06 10:22:18', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:22:18', '2026-05-06 10:22:18', '', 13, 'https://mrarif.me/casabloomllc/?p=263', 0, 'revision', '', 0),
(264, 1, '2026-05-06 10:23:10', '2026-05-06 10:23:10', '<img width=\"2560\" height=\"942\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/logo-scaled.png\" alt=\"\" />', 'Header', '', 'inherit', 'closed', 'closed', '', '32-revision-v1', '', '', '2026-05-06 10:23:10', '2026-05-06 10:23:10', '', 32, 'https://mrarif.me/casabloomllc/?p=264', 0, 'revision', '', 0),
(265, 1, '2026-05-06 10:23:37', '2026-05-06 10:23:37', '<img width=\"2560\" height=\"942\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/logo-scaled.png\" alt=\"\" />', 'Header', '', 'inherit', 'closed', 'closed', '', '32-revision-v1', '', '', '2026-05-06 10:23:37', '2026-05-06 10:23:37', '', 32, 'https://mrarif.me/casabloomllc/?p=265', 0, 'revision', '', 0),
(266, 1, '2026-05-06 10:24:22', '2026-05-06 10:24:22', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:24:22', '2026-05-06 10:24:22', '', 13, 'https://mrarif.me/casabloomllc/?p=266', 0, 'revision', '', 0),
(267, 1, '2026-05-06 10:24:22', '2026-05-06 10:24:22', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:24:22', '2026-05-06 10:24:22', '', 13, 'https://mrarif.me/casabloomllc/?p=267', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(268, 1, '2026-05-06 10:24:22', '2026-05-06 10:24:22', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:24:22', '2026-05-06 10:24:22', '', 13, 'https://mrarif.me/casabloomllc/?p=268', 0, 'revision', '', 0),
(269, 1, '2026-05-06 10:24:38', '2026-05-06 10:24:38', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:24:38', '2026-05-06 10:24:38', '', 13, 'https://mrarif.me/casabloomllc/?p=269', 0, 'revision', '', 0),
(270, 1, '2026-05-06 10:24:38', '2026-05-06 10:24:38', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:24:38', '2026-05-06 10:24:38', '', 13, 'https://mrarif.me/casabloomllc/?p=270', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(271, 1, '2026-05-06 10:24:39', '2026-05-06 10:24:39', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:24:39', '2026-05-06 10:24:39', '', 13, 'https://mrarif.me/casabloomllc/?p=271', 0, 'revision', '', 0),
(272, 1, '2026-05-06 10:25:02', '2026-05-06 10:25:02', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:25:02', '2026-05-06 10:25:02', '', 13, 'https://mrarif.me/casabloomllc/?p=272', 0, 'revision', '', 0),
(273, 1, '2026-05-06 10:25:03', '2026-05-06 10:25:03', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:25:03', '2026-05-06 10:25:03', '', 13, 'https://mrarif.me/casabloomllc/?p=273', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(274, 1, '2026-05-06 10:25:04', '2026-05-06 10:25:04', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:25:04', '2026-05-06 10:25:04', '', 13, 'https://mrarif.me/casabloomllc/?p=274', 0, 'revision', '', 0),
(275, 1, '2026-05-06 10:25:38', '2026-05-06 10:25:38', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:25:38', '2026-05-06 10:25:38', '', 13, 'https://mrarif.me/casabloomllc/?p=275', 0, 'revision', '', 0),
(276, 1, '2026-05-06 10:25:38', '2026-05-06 10:25:38', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:25:38', '2026-05-06 10:25:38', '', 13, 'https://mrarif.me/casabloomllc/?p=276', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(277, 1, '2026-05-06 10:25:39', '2026-05-06 10:25:39', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:25:39', '2026-05-06 10:25:39', '', 13, 'https://mrarif.me/casabloomllc/?p=277', 0, 'revision', '', 0),
(278, 1, '2026-05-06 10:25:59', '2026-05-06 10:25:59', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:25:59', '2026-05-06 10:25:59', '', 13, 'https://mrarif.me/casabloomllc/?p=278', 0, 'revision', '', 0),
(279, 1, '2026-05-06 10:26:00', '2026-05-06 10:26:00', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:26:00', '2026-05-06 10:26:00', '', 13, 'https://mrarif.me/casabloomllc/?p=279', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(280, 1, '2026-05-06 10:26:00', '2026-05-06 10:26:00', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:26:00', '2026-05-06 10:26:00', '', 13, 'https://mrarif.me/casabloomllc/?p=280', 0, 'revision', '', 0),
(281, 1, '2026-05-06 10:29:48', '2026-05-06 10:29:48', '', 'placeholder.png', '', 'inherit', 'closed', 'closed', '', 'placeholder-png', '', '', '2026-05-06 10:29:48', '2026-05-06 10:29:48', '', 0, 'https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/placeholder.png', 0, 'attachment', 'image/png', 0),
(558, 1, '2026-05-06 13:38:09', '2026-05-06 13:38:09', '<h2>Admissions Form </h2>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 13:38:09', '2026-05-06 13:38:09', '', 21, 'https://mrarif.me/casabloomllc/?p=558', 0, 'revision', '', 0),
(283, 1, '2026-05-06 10:29:50', '2026-05-06 10:29:50', '', 'placeholder.png', '', 'inherit', 'closed', 'closed', '', 'placeholder-png-2', '', '', '2026-05-06 10:29:50', '2026-05-06 10:29:50', '', 0, 'https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/placeholder-1.png', 0, 'attachment', 'image/png', 0),
(285, 1, '2026-05-06 10:29:51', '2026-05-06 10:29:51', '', 'placeholder.png', '', 'inherit', 'closed', 'closed', '', 'placeholder-png-3', '', '', '2026-05-06 10:29:51', '2026-05-06 10:29:51', '', 0, 'https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/placeholder-2.png', 0, 'attachment', 'image/png', 0),
(559, 1, '2026-05-06 13:38:23', '2026-05-06 13:38:23', '<img width=\"2560\" height=\"942\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/logo-scaled.png\" alt=\"\" />', 'Header', '', 'inherit', 'closed', 'closed', '', '32-revision-v1', '', '', '2026-05-06 13:38:23', '2026-05-06 13:38:23', '', 32, 'https://mrarif.me/casabloomllc/?p=559', 0, 'revision', '', 0),
(287, 1, '2026-05-06 10:29:53', '2026-05-06 10:29:53', '', 'placeholder.png', '', 'inherit', 'closed', 'closed', '', 'placeholder-png-4', '', '', '2026-05-06 10:29:53', '2026-05-06 10:29:53', '', 0, 'https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/placeholder-3.png', 0, 'attachment', 'image/png', 0),
(556, 1, '2026-05-06 13:38:08', '2026-05-06 13:38:08', '<h2>Admissions Form </h2>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 13:38:08', '2026-05-06 13:38:08', '', 21, 'https://mrarif.me/casabloomllc/?p=556', 0, 'revision', '', 0),
(557, 1, '2026-05-06 13:38:08', '2026-05-06 13:38:08', '<h2>Admissions Form </h2>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 13:38:08', '2026-05-06 13:38:08', '', 21, 'https://mrarif.me/casabloomllc/?p=557', 0, 'revision', '', 0),
(289, 1, '2026-05-06 10:29:55', '2026-05-06 10:29:55', '', 'news-one-shape-1.webp', '', 'inherit', 'closed', 'closed', '', 'news-one-shape-1-webp', '', '', '2026-05-06 10:29:55', '2026-05-06 10:29:55', '', 0, 'https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/news-one-shape-1.webp', 0, 'attachment', 'image/webp', 0),
(290, 1, '2026-05-06 10:31:31', '2026-05-06 10:31:31', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:31:31', '2026-05-06 10:31:31', '', 13, 'https://mrarif.me/casabloomllc/?p=290', 0, 'revision', '', 0),
(291, 1, '2026-05-06 10:31:31', '2026-05-06 10:31:31', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:31:31', '2026-05-06 10:31:31', '', 13, 'https://mrarif.me/casabloomllc/?p=291', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(292, 1, '2026-05-06 10:31:32', '2026-05-06 10:31:32', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n								<h4>\n									Construction								</h4>\n														<h5>\n								Urban Green Residency							</h5>\n												<a href=\"#\">\n									Click here\n					</a>\n								<h4>\n									Construction								</h4>\n														<h5>\n								Elite Horizon Apartments							</h5>\n												<a href=\"#\">\n									Click here\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:31:32', '2026-05-06 10:31:32', '', 13, 'https://mrarif.me/casabloomllc/?p=292', 0, 'revision', '', 0),
(293, 1, '2026-05-06 10:31:48', '2026-05-06 10:31:48', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n								<h4>\n									Construction								</h4>\n														<h5>\n								Urban Green Residency							</h5>\n												<a href=\"#\">\n									Click here\n					</a>\n								<h4>\n									Construction								</h4>\n														<h5>\n								Elite Horizon Apartments							</h5>\n												<a href=\"#\">\n									Click here\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:31:48', '2026-05-06 10:31:48', '', 13, 'https://mrarif.me/casabloomllc/?p=293', 0, 'revision', '', 0),
(294, 1, '2026-05-06 10:31:49', '2026-05-06 10:31:49', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n								<h4>\n									Construction								</h4>\n														<h5>\n								Urban Green Residency							</h5>\n												<a href=\"#\">\n									Click here\n					</a>\n								<h4>\n									Construction								</h4>\n														<h5>\n								Elite Horizon Apartments							</h5>\n												<a href=\"#\">\n									Click here\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:31:49', '2026-05-06 10:31:49', '', 13, 'https://mrarif.me/casabloomllc/?p=294', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(295, 1, '2026-05-06 10:31:49', '2026-05-06 10:31:49', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:31:49', '2026-05-06 10:31:49', '', 13, 'https://mrarif.me/casabloomllc/?p=295', 0, 'revision', '', 0),
(296, 1, '2026-05-06 10:34:21', '2026-05-06 10:34:21', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:34:21', '2026-05-06 10:34:21', '', 13, 'https://mrarif.me/casabloomllc/?p=296', 0, 'revision', '', 0),
(297, 1, '2026-05-06 10:34:21', '2026-05-06 10:34:21', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:34:21', '2026-05-06 10:34:21', '', 13, 'https://mrarif.me/casabloomllc/?p=297', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(298, 1, '2026-05-06 10:34:21', '2026-05-06 10:34:21', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:34:21', '2026-05-06 10:34:21', '', 13, 'https://mrarif.me/casabloomllc/?p=298', 0, 'revision', '', 0),
(299, 1, '2026-05-06 10:34:54', '2026-05-06 10:34:54', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:34:54', '2026-05-06 10:34:54', '', 13, 'https://mrarif.me/casabloomllc/?p=299', 0, 'revision', '', 0),
(300, 1, '2026-05-06 10:34:54', '2026-05-06 10:34:54', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:34:54', '2026-05-06 10:34:54', '', 13, 'https://mrarif.me/casabloomllc/?p=300', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(301, 1, '2026-05-06 10:34:55', '2026-05-06 10:34:55', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								CONTACT US							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								EMPLOYMENT							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:34:55', '2026-05-06 10:34:55', '', 13, 'https://mrarif.me/casabloomllc/?p=301', 0, 'revision', '', 0),
(302, 1, '2026-05-06 10:35:07', '2026-05-06 10:35:07', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								CONTACT US							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								EMPLOYMENT							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:35:07', '2026-05-06 10:35:07', '', 13, 'https://mrarif.me/casabloomllc/?p=302', 0, 'revision', '', 0),
(303, 1, '2026-05-06 10:35:07', '2026-05-06 10:35:07', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								CONTACT US							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								EMPLOYMENT							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:35:07', '2026-05-06 10:35:07', '', 13, 'https://mrarif.me/casabloomllc/?p=303', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(304, 1, '2026-05-06 10:35:09', '2026-05-06 10:35:09', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								CONTACT US							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								EMPLOYMENT							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:35:09', '2026-05-06 10:35:09', '', 13, 'https://mrarif.me/casabloomllc/?p=304', 0, 'revision', '', 0),
(305, 1, '2026-05-06 10:35:55', '2026-05-06 10:35:55', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								CONTACT US							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								EMPLOYMENT							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:35:55', '2026-05-06 10:35:55', '', 13, 'https://mrarif.me/casabloomllc/?p=305', 0, 'revision', '', 0),
(306, 1, '2026-05-06 10:35:55', '2026-05-06 10:35:55', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								CONTACT US							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								EMPLOYMENT							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:35:55', '2026-05-06 10:35:55', '', 13, 'https://mrarif.me/casabloomllc/?p=306', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(307, 1, '2026-05-06 10:35:56', '2026-05-06 10:35:56', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								CONTACT US							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								EMPLOYMENT							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:35:56', '2026-05-06 10:35:56', '', 13, 'https://mrarif.me/casabloomllc/?p=307', 0, 'revision', '', 0),
(308, 1, '2026-05-06 10:36:19', '2026-05-06 10:36:19', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								CONTACT US							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								EMPLOYMENT							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:36:19', '2026-05-06 10:36:19', '', 13, 'https://mrarif.me/casabloomllc/?p=308', 0, 'revision', '', 0),
(309, 1, '2026-05-06 10:36:19', '2026-05-06 10:36:19', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								CONTACT US							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								EMPLOYMENT							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:36:19', '2026-05-06 10:36:19', '', 13, 'https://mrarif.me/casabloomllc/?p=309', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(310, 1, '2026-05-06 10:36:19', '2026-05-06 10:36:19', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								CONTACT US							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								EMPLOYMENT							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:36:19', '2026-05-06 10:36:19', '', 13, 'https://mrarif.me/casabloomllc/?p=310', 0, 'revision', '', 0),
(311, 1, '2026-05-06 10:37:24', '2026-05-06 10:37:24', '{\n    \"astra-settings[font-family-button]\": {\n        \"value\": \"\'Poppins\', sans-serif\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-05-06 10:37:24\"\n    },\n    \"astra-settings[font-weight-button]\": {\n        \"value\": \"600\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-05-06 10:37:24\"\n    },\n    \"astra-settings[font-extras-button]\": {\n        \"value\": {\n            \"line-height\": 1,\n            \"line-height-unit\": \"em\",\n            \"letter-spacing\": \"0.5\",\n            \"letter-spacing-unit\": \"px\",\n            \"text-transform\": \"uppercase\",\n            \"text-decoration\": \"\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-05-06 10:37:24\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'cc233cd2-442f-43d9-872e-4f8c4f2ae1e3', '', '', '2026-05-06 10:37:24', '2026-05-06 10:37:24', '', 0, 'https://mrarif.me/casabloomllc/cc233cd2-442f-43d9-872e-4f8c4f2ae1e3/', 0, 'customize_changeset', '', 0),
(312, 1, '2026-05-06 10:37:40', '2026-05-06 10:37:40', '{\n    \"astra-settings[font-weight-button]\": {\n        \"value\": \"500\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-05-06 10:37:40\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '31c47cab-c809-42bf-af0a-9c18cef3bff5', '', '', '2026-05-06 10:37:40', '2026-05-06 10:37:40', '', 0, 'https://mrarif.me/casabloomllc/31c47cab-c809-42bf-af0a-9c18cef3bff5/', 0, 'customize_changeset', '', 0),
(313, 1, '2026-05-06 10:38:15', '2026-05-06 10:38:15', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								CONTACT US							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								EMPLOYMENT							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:38:15', '2026-05-06 10:38:15', '', 13, 'https://mrarif.me/casabloomllc/?p=313', 0, 'revision', '', 0),
(314, 1, '2026-05-06 10:38:15', '2026-05-06 10:38:15', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								CONTACT US							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								EMPLOYMENT							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:38:15', '2026-05-06 10:38:15', '', 13, 'https://mrarif.me/casabloomllc/?p=314', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(315, 1, '2026-05-06 10:38:16', '2026-05-06 10:38:16', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								CONTACT US							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								EMPLOYMENT							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:38:16', '2026-05-06 10:38:16', '', 13, 'https://mrarif.me/casabloomllc/?p=315', 0, 'revision', '', 0),
(316, 1, '2026-05-06 10:40:15', '2026-05-06 10:40:15', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								CONTACT US							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								EMPLOYMENT							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:40:15', '2026-05-06 10:40:15', '', 13, 'https://mrarif.me/casabloomllc/?p=316', 0, 'revision', '', 0),
(317, 1, '2026-05-06 10:40:16', '2026-05-06 10:40:16', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								CONTACT US							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								EMPLOYMENT							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:40:16', '2026-05-06 10:40:16', '', 13, 'https://mrarif.me/casabloomllc/?p=317', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(318, 1, '2026-05-06 10:40:17', '2026-05-06 10:40:17', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:40:17', '2026-05-06 10:40:17', '', 13, 'https://mrarif.me/casabloomllc/?p=318', 0, 'revision', '', 0),
(319, 1, '2026-05-06 10:41:38', '2026-05-06 10:41:38', '', 'about ab', '', 'inherit', 'closed', 'closed', '', 'about-ab', '', '', '2026-05-06 10:41:38', '2026-05-06 10:41:38', '', 15, 'https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-ab.jpg', 0, 'attachment', 'image/jpeg', 0),
(320, 1, '2026-05-06 10:42:18', '2026-05-06 10:42:18', '<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Coordination-img.jpg\" alt=\"\" />																<h2>About Us</h2>		Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>				\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>				\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n				We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.', 'About Us', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-05-06 10:42:18', '2026-05-06 10:42:18', '', 15, 'https://mrarif.me/casabloomllc/?p=320', 0, 'revision', '', 0),
(321, 1, '2026-05-06 10:42:18', '2026-05-06 10:42:18', '<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Coordination-img.jpg\" alt=\"\" />																<h2>About Us</h2>		Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>				\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>				\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n				We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.', 'About Us', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-05-06 10:42:18', '2026-05-06 10:42:18', '', 15, 'https://mrarif.me/casabloomllc/?p=321', 0, 'revision', '', 0),
(322, 1, '2026-05-06 10:42:19', '2026-05-06 10:42:19', '<img width=\"1000\" height=\"1500\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-ab.jpg\" alt=\"\" />																<h2>About Us</h2>		Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>				\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>				\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n				We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.', 'About Us', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-05-06 10:42:19', '2026-05-06 10:42:19', '', 15, 'https://mrarif.me/casabloomllc/?p=322', 0, 'revision', '', 0),
(323, 1, '2026-05-06 10:42:44', '2026-05-06 10:42:44', '<img width=\"1000\" height=\"1500\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-ab.jpg\" alt=\"\" />																<h2>About Us</h2>		Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>				\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>				\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n				We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.', 'About Us', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-05-06 10:42:44', '2026-05-06 10:42:44', '', 15, 'https://mrarif.me/casabloomllc/?p=323', 0, 'revision', '', 0),
(324, 1, '2026-05-06 10:42:44', '2026-05-06 10:42:44', '<img width=\"1000\" height=\"1500\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-ab.jpg\" alt=\"\" />																<h2>About Us</h2>		Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>				\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>				\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n				We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.', 'About Us', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-05-06 10:42:44', '2026-05-06 10:42:44', '', 15, 'https://mrarif.me/casabloomllc/?p=324', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(325, 1, '2026-05-06 10:42:45', '2026-05-06 10:42:45', '<img width=\"1000\" height=\"1500\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-ab.jpg\" alt=\"\" />																<h2>About Us</h2>		Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>				\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>				\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n				We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.', 'About Us', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-05-06 10:42:45', '2026-05-06 10:42:45', '', 15, 'https://mrarif.me/casabloomllc/?p=325', 0, 'revision', '', 0),
(326, 1, '2026-05-06 10:44:53', '2026-05-06 10:44:53', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:44:53', '2026-05-06 10:44:53', '', 13, 'https://mrarif.me/casabloomllc/?p=326', 0, 'revision', '', 0),
(327, 1, '2026-05-06 10:44:54', '2026-05-06 10:44:54', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Click here\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Click here\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:44:54', '2026-05-06 10:44:54', '', 13, 'https://mrarif.me/casabloomllc/?p=327', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(328, 1, '2026-05-06 10:44:54', '2026-05-06 10:44:54', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:44:54', '2026-05-06 10:44:54', '', 13, 'https://mrarif.me/casabloomllc/?p=328', 0, 'revision', '', 0),
(329, 1, '2026-05-06 10:45:22', '2026-05-06 10:45:22', '<img width=\"1000\" height=\"1500\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-ab.jpg\" alt=\"\" />																<h2>About Us</h2>		Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>				\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>				\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n				We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.', 'About Us', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-05-06 10:45:22', '2026-05-06 10:45:22', '', 15, 'https://mrarif.me/casabloomllc/?p=329', 0, 'revision', '', 0),
(330, 1, '2026-05-06 10:45:22', '2026-05-06 10:45:22', '<img width=\"1000\" height=\"1500\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-ab.jpg\" alt=\"\" />																<h2>About Us</h2>		Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>				\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>				\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n				We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.', 'About Us', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-05-06 10:45:22', '2026-05-06 10:45:22', '', 15, 'https://mrarif.me/casabloomllc/?p=330', 0, 'revision', '', 0),
(331, 1, '2026-05-06 10:45:23', '2026-05-06 10:45:23', '<img width=\"1000\" height=\"1500\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-ab.jpg\" alt=\"\" />																<h2>About Us</h2>		Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>				\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>				\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n				We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.', 'About Us', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-05-06 10:45:23', '2026-05-06 10:45:23', '', 15, 'https://mrarif.me/casabloomllc/?p=331', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(332, 1, '2026-05-06 10:45:41', '2026-05-06 10:45:41', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:45:41', '2026-05-06 10:45:41', '', 13, 'https://mrarif.me/casabloomllc/?p=332', 0, 'revision', '', 0),
(333, 1, '2026-05-06 10:45:41', '2026-05-06 10:45:41', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:45:41', '2026-05-06 10:45:41', '', 13, 'https://mrarif.me/casabloomllc/?p=333', 0, 'revision', '', 0),
(334, 1, '2026-05-06 10:45:41', '2026-05-06 10:45:41', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:45:41', '2026-05-06 10:45:41', '', 13, 'https://mrarif.me/casabloomllc/?p=334', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(335, 1, '2026-05-06 10:45:45', '2026-05-06 10:45:45', '<img width=\"1000\" height=\"1500\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-ab.jpg\" alt=\"\" />																<h2>About Us</h2>		Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>				\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>				\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n				We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.', 'About Us', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-05-06 10:45:45', '2026-05-06 10:45:45', '', 15, 'https://mrarif.me/casabloomllc/?p=335', 0, 'revision', '', 0),
(336, 1, '2026-05-06 10:45:46', '2026-05-06 10:45:46', '<img width=\"1000\" height=\"1500\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-ab.jpg\" alt=\"\" />																<h2>About Us</h2>		Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>				\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>				\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n				We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.', 'About Us', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-05-06 10:45:46', '2026-05-06 10:45:46', '', 15, 'https://mrarif.me/casabloomllc/?p=336', 0, 'revision', '', 0),
(337, 1, '2026-05-06 10:45:46', '2026-05-06 10:45:46', '<img width=\"1000\" height=\"1500\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-ab.jpg\" alt=\"\" />																<h2>About Us</h2>		Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>				\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>				\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n				We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.', 'About Us', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-05-06 10:45:46', '2026-05-06 10:45:46', '', 15, 'https://mrarif.me/casabloomllc/?p=337', 0, 'revision', '', 0),
(348, 1, '2026-05-06 10:53:52', '2026-05-06 10:53:52', '<img width=\"1000\" height=\"1500\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-ab.jpg\" alt=\"\" />																<h2>About Us</h2>		Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>				\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>				\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n				<p>We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.</p>', 'About Us', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-05-06 10:53:52', '2026-05-06 10:53:52', '', 15, 'https://mrarif.me/casabloomllc/?p=348', 0, 'revision', '', 0),
(339, 1, '2026-05-06 10:48:28', '2026-05-06 10:48:28', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:48:28', '2026-05-06 10:48:28', '', 13, 'https://mrarif.me/casabloomllc/?p=339', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(340, 1, '2026-05-06 10:48:29', '2026-05-06 10:48:29', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:48:29', '2026-05-06 10:48:29', '', 13, 'https://mrarif.me/casabloomllc/?p=340', 0, 'revision', '', 0),
(341, 1, '2026-05-06 10:48:29', '2026-05-06 10:48:29', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:48:29', '2026-05-06 10:48:29', '', 13, 'https://mrarif.me/casabloomllc/?p=341', 0, 'revision', '', 0),
(342, 1, '2026-05-06 10:48:57', '2026-05-06 10:48:57', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:48:57', '2026-05-06 10:48:57', '', 13, 'https://mrarif.me/casabloomllc/?p=342', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(343, 1, '2026-05-06 10:48:57', '2026-05-06 10:48:57', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:48:57', '2026-05-06 10:48:57', '', 13, 'https://mrarif.me/casabloomllc/?p=343', 0, 'revision', '', 0),
(344, 1, '2026-05-06 10:48:58', '2026-05-06 10:48:58', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 10:48:58', '2026-05-06 10:48:58', '', 13, 'https://mrarif.me/casabloomllc/?p=344', 0, 'revision', '', 0),
(345, 1, '2026-05-06 10:52:49', '2026-05-06 10:52:49', '{\n    \"astra-settings[global-color-palette]\": {\n        \"value\": {\n            \"palette\": [\n                \"#0604ac\",\n                \"#29af4c\",\n                \"#1e293b\",\n                \"#334155\",\n                \"#FFFFFF\",\n                \"#f2faf4\",\n                \"#111111\",\n                \"#D1D5DB\",\n                \"#111111\"\n            ],\n            \"flag\": true\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-05-06 10:52:49\"\n    },\n    \"astra-color-palettes\": {\n        \"value\": {\n            \"currentPalette\": \"palette_1\",\n            \"palettes\": {\n                \"palette_1\": [\n                    \"#0604ac\",\n                    \"#29af4c\",\n                    \"#1e293b\",\n                    \"#334155\",\n                    \"#FFFFFF\",\n                    \"#f2faf4\",\n                    \"#111111\",\n                    \"#D1D5DB\",\n                    \"#111111\"\n                ],\n                \"palette_2\": [\n                    \"#0067FF\",\n                    \"#005EE9\",\n                    \"#0F172A\",\n                    \"#364151\",\n                    \"#FFFFFF\",\n                    \"#E7F6FF\",\n                    \"#070614\",\n                    \"#D1DAE5\",\n                    \"#222222\"\n                ],\n                \"palette_3\": [\n                    \"#6528F7\",\n                    \"#5511F8\",\n                    \"#0F172A\",\n                    \"#454F5E\",\n                    \"#FFFFFF\",\n                    \"#F2F0FE\",\n                    \"#0D0614\",\n                    \"#D8D8F5\",\n                    \"#222222\"\n                ],\n                \"palette_4\": [\n                    \"#0085FF\",\n                    \"#0177E3\",\n                    \"#FFFFFF\",\n                    \"#E7F6FF\",\n                    \"#212A37\",\n                    \"#0F172A\",\n                    \"#4F5B62\",\n                    \"#070614\",\n                    \"#222222\"\n                ]\n            },\n            \"presets\": {\n                \"Oak\": [\n                    \"#0067FF\",\n                    \"#005EE9\",\n                    \"#0F172A\",\n                    \"#364151\",\n                    \"#FFFFFF\",\n                    \"#E7F6FF\",\n                    \"#070614\",\n                    \"#D1DAE5\",\n                    \"#222222\"\n                ],\n                \"Viola\": [\n                    \"#6528F7\",\n                    \"#5511F8\",\n                    \"#0F172A\",\n                    \"#454F5E\",\n                    \"#FFFFFF\",\n                    \"#F2F0FE\",\n                    \"#0D0614\",\n                    \"#D8D8F5\",\n                    \"#222222\"\n                ],\n                \"Cedar\": [\n                    \"#DD183B\",\n                    \"#CC1939\",\n                    \"#0F172A\",\n                    \"#3A3A3A\",\n                    \"#FFFFFF\",\n                    \"#FFEDE6\",\n                    \"#140609\",\n                    \"#FFD1BF\",\n                    \"#222222\"\n                ],\n                \"Willow\": [\n                    \"#54B435\",\n                    \"#379237\",\n                    \"#0F172A\",\n                    \"#2F3B40\",\n                    \"#FFFFFF\",\n                    \"#EDFBE2\",\n                    \"#0C1406\",\n                    \"#D5EAD8\",\n                    \"#222222\"\n                ],\n                \"Lily\": [\n                    \"#DCA54A\",\n                    \"#D09A40\",\n                    \"#0F172A\",\n                    \"#4A4A4A\",\n                    \"#FFFFFF\",\n                    \"#FAF5E5\",\n                    \"#141004\",\n                    \"#F0E6C5\",\n                    \"#222222\"\n                ],\n                \"Rose\": [\n                    \"#FB5FAB\",\n                    \"#EA559D\",\n                    \"#0F172A\",\n                    \"#454F5E\",\n                    \"#FFFFFF\",\n                    \"#FCEEF5\",\n                    \"#140610\",\n                    \"#FAD8E9\",\n                    \"#222222\"\n                ],\n                \"Sage\": [\n                    \"#1B9C85\",\n                    \"#178E79\",\n                    \"#0F172A\",\n                    \"#454F5E\",\n                    \"#FFFFFF\",\n                    \"#EDF6EE\",\n                    \"#06140C\",\n                    \"#D4F3D7\",\n                    \"#222222\"\n                ],\n                \"Flare\": [\n                    \"#FD9800\",\n                    \"#E98C00\",\n                    \"#0F172A\",\n                    \"#454F5E\",\n                    \"#FFFFFF\",\n                    \"#FEF9E1\",\n                    \"#141006\",\n                    \"#F9F0C8\",\n                    \"#222222\"\n                ],\n                \"Maple\": [\n                    \"#FF6210\",\n                    \"#F15808\",\n                    \"#1C0D0A\",\n                    \"#353535\",\n                    \"#FFFFFF\",\n                    \"#FEF1E4\",\n                    \"#140B06\",\n                    \"#E5D7D1\",\n                    \"#222222\"\n                ],\n                \"Birch\": [\n                    \"#737880\",\n                    \"#65696F\",\n                    \"#151616\",\n                    \"#393C40\",\n                    \"#FFFFFF\",\n                    \"#F6F6F6\",\n                    \"#232529\",\n                    \"#F1F0F0\",\n                    \"#222222\"\n                ],\n                \"Dark\": [\n                    \"#0085FF\",\n                    \"#0177E3\",\n                    \"#FFFFFF\",\n                    \"#E7F6FF\",\n                    \"#212A37\",\n                    \"#0F172A\",\n                    \"#4F5B62\",\n                    \"#070614\",\n                    \"#222222\"\n                ]\n            },\n            \"presetNames\": {\n                \"palette_1\": null,\n                \"palette_2\": \"Oak\",\n                \"palette_3\": \"Viola\",\n                \"palette_4\": \"Dark\"\n            },\n            \"flag\": true\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-05-06 10:52:49\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '781e1d9d-4db1-4df7-af58-9734f6dc44ac', '', '', '2026-05-06 10:52:49', '2026-05-06 10:52:49', '', 0, 'https://mrarif.me/casabloomllc/781e1d9d-4db1-4df7-af58-9734f6dc44ac/', 0, 'customize_changeset', '', 0),
(346, 1, '2026-05-06 10:53:51', '2026-05-06 10:53:51', '<img width=\"1000\" height=\"1500\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-ab.jpg\" alt=\"\" />																<h2>About Us</h2>		Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>				\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>				\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n				We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.', 'About Us', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-05-06 10:53:51', '2026-05-06 10:53:51', '', 15, 'https://mrarif.me/casabloomllc/?p=346', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(347, 1, '2026-05-06 10:53:51', '2026-05-06 10:53:51', '<img width=\"1000\" height=\"1500\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-ab.jpg\" alt=\"\" />																<h2>About Us</h2>		Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					\n				<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>				\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n				<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>				\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n				We believe this program will be a valuable addition to the continuum of care for youth in North Carolina and respectfully request your support in the form of a Letter of Support to accompany our licensing application.', 'About Us', '', 'inherit', 'closed', 'closed', '', '15-revision-v1', '', '', '2026-05-06 10:53:51', '2026-05-06 10:53:51', '', 15, 'https://mrarif.me/casabloomllc/?p=347', 0, 'revision', '', 0),
(349, 1, '2026-05-06 10:57:55', '2026-05-06 10:57:55', '', 'Services', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-05-06 10:57:55', '2026-05-06 10:57:55', '', 17, 'https://mrarif.me/casabloomllc/?p=349', 0, 'revision', '', 0),
(350, 1, '2026-05-06 10:57:55', '2026-05-06 10:57:55', '', 'Services', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-05-06 10:57:55', '2026-05-06 10:57:55', '', 17, 'https://mrarif.me/casabloomllc/?p=350', 0, 'revision', '', 0),
(351, 1, '2026-05-06 10:57:55', '2026-05-06 10:57:55', '<h2>Services to Be Provided</h2>		Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including', 'Services', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-05-06 10:57:55', '2026-05-06 10:57:55', '', 17, 'https://mrarif.me/casabloomllc/?p=351', 0, 'revision', '', 0),
(353, 1, '2026-05-06 11:00:03', '2026-05-06 11:00:03', '', 'mindfulness_17677707', '', 'inherit', 'closed', 'closed', '', 'mindfulness_17677707', '', '', '2026-05-06 11:00:03', '2026-05-06 11:00:03', '', 17, 'https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/mindfulness_17677707.svg', 0, 'attachment', 'image/svg+xml', 0),
(354, 1, '2026-05-06 11:02:21', '2026-05-06 11:02:21', '<h2>Services to Be Provided</h2>		Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including', 'Services', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-05-06 11:02:21', '2026-05-06 11:02:21', '', 17, 'https://mrarif.me/casabloomllc/?p=354', 0, 'revision', '', 0),
(355, 1, '2026-05-06 11:02:21', '2026-05-06 11:02:21', '<h2>Services to Be Provided</h2>		Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including', 'Services', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-05-06 11:02:21', '2026-05-06 11:02:21', '', 17, 'https://mrarif.me/casabloomllc/?p=355', 0, 'revision', '', 0),
(356, 1, '2026-05-06 11:02:21', '2026-05-06 11:02:21', '<h2>Services to Be Provided</h2>		Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including					\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h4>\n						Individual Therapy					</h4>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h4>\n						Group Therapy					</h4>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h4>\n						Medication Management					</h4>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h4>\n						Daily Living Skills Training					</h4>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h4>\n						24/7 Supervision					</h4>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h4>\n						Behavior Support Plans					</h4>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h4>\n						Care Coordination					</h4>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h4>\n						Community integration 					</h4>', 'Services', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-05-06 11:02:21', '2026-05-06 11:02:21', '', 17, 'https://mrarif.me/casabloomllc/?p=356', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(357, 1, '2026-05-06 11:03:24', '2026-05-06 11:03:24', '<h2>Services to Be Provided</h2>		Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including					\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h4>\n						Individual Therapy					</h4>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h4>\n						Group Therapy					</h4>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h4>\n						Medication Management					</h4>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h4>\n						Daily Living Skills Training					</h4>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h4>\n						24/7 Supervision					</h4>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h4>\n						Behavior Support Plans					</h4>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h4>\n						Care Coordination					</h4>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h4>\n						Community integration 					</h4>', 'Services', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-05-06 11:03:24', '2026-05-06 11:03:24', '', 17, 'https://mrarif.me/casabloomllc/?p=357', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(358, 1, '2026-05-06 11:03:24', '2026-05-06 11:03:24', '<h2>Services to Be Provided</h2>		Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including					\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h4>\n						Individual Therapy					</h4>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h4>\n						Group Therapy					</h4>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h4>\n						Medication Management					</h4>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h4>\n						Daily Living Skills Training					</h4>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h4>\n						24/7 Supervision					</h4>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h4>\n						Behavior Support Plans					</h4>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h4>\n						Care Coordination					</h4>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h4>\n						Community integration 					</h4>', 'Services', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-05-06 11:03:24', '2026-05-06 11:03:24', '', 17, 'https://mrarif.me/casabloomllc/?p=358', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(359, 1, '2026-05-06 11:03:25', '2026-05-06 11:03:25', '<h2>Services to Be Provided</h2>		Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including					\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Individual Therapy					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Group Therapy					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Medication Management					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Daily Living Skills Training					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						24/7 Supervision					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Behavior Support Plans					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Care Coordination					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Community integration 					</h5>', 'Services', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-05-06 11:03:25', '2026-05-06 11:03:25', '', 17, 'https://mrarif.me/casabloomllc/?p=359', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(360, 1, '2026-05-06 11:04:33', '2026-05-06 11:04:33', '<h2>Services to Be Provided</h2>		Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including					\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Individual Therapy					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Group Therapy					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Medication Management					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Daily Living Skills Training					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						24/7 Supervision					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Behavior Support Plans					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Care Coordination					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Community integration 					</h5>', 'Services', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-05-06 11:04:33', '2026-05-06 11:04:33', '', 17, 'https://mrarif.me/casabloomllc/?p=360', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(361, 1, '2026-05-06 11:04:33', '2026-05-06 11:04:33', '<h2>Services to Be Provided</h2>		Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including					\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Individual Therapy					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Group Therapy					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Medication Management					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Daily Living Skills Training					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						24/7 Supervision					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Behavior Support Plans					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Care Coordination					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Community integration 					</h5>', 'Services', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-05-06 11:04:33', '2026-05-06 11:04:33', '', 17, 'https://mrarif.me/casabloomllc/?p=361', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(362, 1, '2026-05-06 11:04:34', '2026-05-06 11:04:34', '<h2>Services to Be Provided</h2>		Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including					\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Individual Therapy					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Group Therapy					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Medication Management					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Daily Living Skills Training					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						24/7 Supervision					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Behavior Support Plans					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Care Coordination					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Community integration 					</h5>', 'Services', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-05-06 11:04:34', '2026-05-06 11:04:34', '', 17, 'https://mrarif.me/casabloomllc/?p=362', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(363, 1, '2026-05-06 11:05:06', '2026-05-06 11:05:06', '<h2>Services to Be Provided</h2>		Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including					\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Individual Therapy					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Group Therapy					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Medication Management					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Daily Living Skills Training					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						24/7 Supervision					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Behavior Support Plans					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Care Coordination					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Community integration 					</h5>', 'Services', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-05-06 11:05:06', '2026-05-06 11:05:06', '', 17, 'https://mrarif.me/casabloomllc/?p=363', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(364, 1, '2026-05-06 11:05:06', '2026-05-06 11:05:06', '<h2>Services to Be Provided</h2>		Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including					\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Individual Therapy					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Group Therapy					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Medication Management					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Daily Living Skills Training					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						24/7 Supervision					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Behavior Support Plans					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Care Coordination					</h5>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h5>\n						Community integration 					</h5>', 'Services', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-05-06 11:05:06', '2026-05-06 11:05:06', '', 17, 'https://mrarif.me/casabloomllc/?p=364', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(365, 1, '2026-05-06 11:05:07', '2026-05-06 11:05:07', '<h2>Services to Be Provided</h2>		Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including					\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Individual Therapy					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Group Therapy					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Medication Management					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Daily Living Skills Training					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						24/7 Supervision					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Behavior Support Plans					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Care Coordination					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Community integration 					</h6>', 'Services', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-05-06 11:05:07', '2026-05-06 11:05:07', '', 17, 'https://mrarif.me/casabloomllc/?p=365', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(366, 1, '2026-05-06 11:07:31', '2026-05-06 11:07:31', '<h2>Services to Be Provided</h2>		Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including					\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Individual Therapy					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Group Therapy					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Medication Management					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Daily Living Skills Training					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						24/7 Supervision					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Behavior Support Plans					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Care Coordination					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Community integration 					</h6>', 'Services', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-05-06 11:07:31', '2026-05-06 11:07:31', '', 17, 'https://mrarif.me/casabloomllc/?p=366', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(367, 1, '2026-05-06 11:07:31', '2026-05-06 11:07:31', '<h2>Services to Be Provided</h2>		Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including					\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Individual Therapy					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Group Therapy					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Medication Management					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Daily Living Skills Training					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						24/7 Supervision					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Behavior Support Plans					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Care Coordination					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Community integration 					</h6>', 'Services', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-05-06 11:07:31', '2026-05-06 11:07:31', '', 17, 'https://mrarif.me/casabloomllc/?p=367', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(368, 1, '2026-05-06 11:07:32', '2026-05-06 11:07:32', '<h2>Services to Be Provided</h2>		Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including					\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Individual Therapy					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Group Therapy					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Medication Management					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Daily Living Skills Training					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						24/7 Supervision					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Behavior Support Plans					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Care Coordination					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Community integration 					</h6>', 'Services', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-05-06 11:07:32', '2026-05-06 11:07:32', '', 17, 'https://mrarif.me/casabloomllc/?p=368', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(369, 1, '2026-05-06 11:07:52', '2026-05-06 11:07:52', '<h2>Services to Be Provided</h2>		Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including					\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Individual Therapy					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Group Therapy					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Medication Management					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Daily Living Skills Training					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						24/7 Supervision					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Behavior Support Plans					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Care Coordination					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Community integration 					</h6>', 'Services', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-05-06 11:07:52', '2026-05-06 11:07:52', '', 17, 'https://mrarif.me/casabloomllc/?p=369', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(370, 1, '2026-05-06 11:07:52', '2026-05-06 11:07:52', '<h2>Services to Be Provided</h2>		Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including					\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Individual Therapy					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Group Therapy					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Medication Management					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Daily Living Skills Training					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						24/7 Supervision					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Behavior Support Plans					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Care Coordination					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Community integration 					</h6>', 'Services', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-05-06 11:07:52', '2026-05-06 11:07:52', '', 17, 'https://mrarif.me/casabloomllc/?p=370', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(371, 1, '2026-05-06 11:07:53', '2026-05-06 11:07:53', '<h2>Services to Be Provided</h2>		Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including					\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Individual Therapy					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Group Therapy					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Medication Management					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Daily Living Skills Training					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						24/7 Supervision					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Behavior Support Plans					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Care Coordination					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Community integration 					</h6>', 'Services', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-05-06 11:07:53', '2026-05-06 11:07:53', '', 17, 'https://mrarif.me/casabloomllc/?p=371', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(372, 1, '2026-05-06 11:09:31', '2026-05-06 11:09:31', '<h2>Services to Be Provided</h2>		Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including					\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Individual Therapy					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Group Therapy					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Medication Management					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Daily Living Skills Training					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						24/7 Supervision					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Behavior Support Plans					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Care Coordination					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Community integration 					</h6>', 'Services', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-05-06 11:09:31', '2026-05-06 11:09:31', '', 17, 'https://mrarif.me/casabloomllc/?p=372', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(373, 1, '2026-05-06 11:09:31', '2026-05-06 11:09:31', '<h2>Services to Be Provided</h2>		Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including					\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Individual Therapy					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Group Therapy					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Medication Management					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Daily Living Skills Training					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						24/7 Supervision					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Behavior Support Plans					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Care Coordination					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Community integration 					</h6>', 'Services', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-05-06 11:09:31', '2026-05-06 11:09:31', '', 17, 'https://mrarif.me/casabloomllc/?p=373', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(374, 1, '2026-05-06 11:09:31', '2026-05-06 11:09:31', '<h2>Services to Be Provided</h2>		Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including					\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Individual Therapy					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Group Therapy					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Medication Management					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Daily Living Skills Training					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						24/7 Supervision					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Behavior Support Plans					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Care Coordination					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Community integration 					</h6>', 'Services', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-05-06 11:09:31', '2026-05-06 11:09:31', '', 17, 'https://mrarif.me/casabloomllc/?p=374', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(375, 1, '2026-05-06 11:09:43', '2026-05-06 11:09:43', '<h2>Services to Be Provided</h2>		Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including					\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Individual Therapy					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Group Therapy					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Medication Management					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Daily Living Skills Training					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						24/7 Supervision					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Behavior Support Plans					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Care Coordination					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Community integration 					</h6>', 'Services', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-05-06 11:09:43', '2026-05-06 11:09:43', '', 17, 'https://mrarif.me/casabloomllc/?p=375', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(376, 1, '2026-05-06 11:09:43', '2026-05-06 11:09:43', '<h2>Services to Be Provided</h2>		Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including					\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Individual Therapy					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Group Therapy					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Medication Management					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Daily Living Skills Training					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						24/7 Supervision					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Behavior Support Plans					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Care Coordination					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Community integration 					</h6>', 'Services', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-05-06 11:09:43', '2026-05-06 11:09:43', '', 17, 'https://mrarif.me/casabloomllc/?p=376', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(377, 1, '2026-05-06 11:09:43', '2026-05-06 11:09:43', '<h2>Services to Be Provided</h2>		Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including					\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Individual Therapy					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Group Therapy					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Medication Management					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Daily Living Skills Training					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						24/7 Supervision					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Behavior Support Plans					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Care Coordination					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Community integration 					</h6>', 'Services', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-05-06 11:09:43', '2026-05-06 11:09:43', '', 17, 'https://mrarif.me/casabloomllc/?p=377', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(378, 1, '2026-05-06 11:09:52', '2026-05-06 11:09:52', '<h2>Services to Be Provided</h2>		Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including					\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Individual Therapy					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Group Therapy					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Medication Management					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Daily Living Skills Training					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						24/7 Supervision					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Behavior Support Plans					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Care Coordination					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Community integration 					</h6>', 'Services', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-05-06 11:09:52', '2026-05-06 11:09:52', '', 17, 'https://mrarif.me/casabloomllc/?p=378', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(379, 1, '2026-05-06 11:09:52', '2026-05-06 11:09:52', '<h2>Services to Be Provided</h2>		Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including					\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Individual Therapy					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Group Therapy					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Medication Management					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Daily Living Skills Training					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						24/7 Supervision					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Behavior Support Plans					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Care Coordination					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Community integration 					</h6>', 'Services', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-05-06 11:09:52', '2026-05-06 11:09:52', '', 17, 'https://mrarif.me/casabloomllc/?p=379', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(380, 1, '2026-05-06 11:09:53', '2026-05-06 11:09:53', '<h2>Services to Be Provided</h2>		Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services, including					\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Individual Therapy					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Group Therapy					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Medication Management					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Daily Living Skills Training					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						24/7 Supervision					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Behavior Support Plans					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Care Coordination					</h6>\n											<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\"><path d=\"m470.73 188.29c-14.48 0-26.27 12.5-26.27 27.87v92.99c0 1.75-.11 3.45-.33 5.08-1.21-2.71-2.86-5.25-4.95-7.5-4.96-5.35-11.61-8.3-18.73-8.3-7.12 0-13.77 2.95-18.73 8.3l-48.82 52.68c-4.58 4.94-6.87 11.21-6.62 18.12v69.55h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c0-8.57-6.97-15.54-15.54-15.54h-6.6v-16.2l49.4-53.3c7.88-8.5 11.88-18.88 11.88-30.84v-130.58c0-15.37-11.78-27.87-26.27-27.87zm-24.87 274.34v18.83c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm39.14-115.89c0 8.97-2.84 16.39-8.68 22.69l-51 55.03c-1.03 1.11-1.6 2.57-1.6 4.08v18.56h-65.44v-69.67c0-.08 0-.16 0-.24-.15-3.81.97-6.96 3.43-9.61l48.82-52.68c2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46c5.7 6.15 5.72 16.54.05 22.72l-36.32 39.19c-2.25 2.43-2.11 6.23.32 8.48s6.23 2.11 8.48-.32l36.23-39.1c.01-.01.02-.03.04-.04.03-.03.05-.05.08-.08l5.32-5.74c7.88-8.5 11.88-18.88 11.88-30.84v-92.99c0-8.75 6.4-15.87 14.27-15.87s14.26 7.1 14.26 15.85zm-312.68 100.35h-6.6v-69.55c.25-6.92-2.04-13.18-6.62-18.12l-48.82-52.68c-4.96-5.35-11.61-8.3-18.73-8.3s-13.77 2.95-18.73 8.3c-2.08 2.25-3.73 4.79-4.95 7.5-.22-1.64-.33-3.33-.33-5.08v-92.99c0-15.37-11.78-27.87-26.27-27.87s-26.27 12.5-26.27 27.87v130.58c0 11.97 4 22.34 11.88 30.84l49.4 53.3v16.2h-6.6c-8.57 0-15.54 6.97-15.54 15.54v18.83c0 8.57 6.97 15.54 15.54 15.54h102.64c8.57 0 15.54-6.97 15.54-15.54v-18.83c-.01-8.57-6.98-15.54-15.54-15.54zm-85.65-22.63-51-55.03c-5.84-6.3-8.68-13.72-8.68-22.69v-130.58c0-8.75 6.4-15.87 14.27-15.87s14.27 7.12 14.27 15.87v92.99c0 11.96 4 22.34 11.88 30.84l5.32 5.75c.02.03.05.05.07.08.01.01.02.03.03.04l36.24 39.1c2.25 2.43 6.05 2.57 8.48.32s2.58-6.05.32-8.48l-36.32-39.19c-5.67-6.18-5.65-16.56.05-22.71 2.66-2.87 6.19-4.46 9.93-4.46s7.27 1.58 9.93 4.46l48.82 52.68c2.46 2.65 3.58 5.8 3.43 9.61v.24 69.67h-65.44v-18.56c0-1.52-.57-2.97-1.6-4.08zm89.18 57c0 1.92-1.62 3.54-3.54 3.54h-102.64c-1.92 0-3.54-1.62-3.54-3.54v-18.83c0-1.92 1.62-3.54 3.54-3.54h102.64c1.92 0 3.54 1.62 3.54 3.54zm156.55-184.86c19.2 0 34.83-15.62 34.83-34.83v-37.76h31.3c2.27 0 4.34-1.28 5.36-3.31s.8-4.46-.55-6.28l-37.77-50.64c.92-6.27 1.39-12.67 1.39-19.04 0-71.53-58.2-129.74-129.74-129.74s-129.75 58.21-129.75 129.75c0 33.81 12.93 65.82 36.42 90.13 21.55 22.31 32.48 49.35 32.48 80.37v18.97c0 3.31 2.69 6 6 6h103.05c3.31 0 6-2.69 6-6v-.44c0-20.5 16.68-37.17 37.17-37.17h3.81zm-52.67 31.61h-91.36v-12.97c0-34.24-12.06-64.08-35.85-88.71-21.31-22.06-33.05-51.11-33.05-81.79 0-64.92 52.82-117.74 117.75-117.74s117.75 52.82 117.75 117.75c0 6.58-.55 13.18-1.62 19.61-.27 1.61.13 3.27 1.11 4.58l32.12 43.07h-25.34c-3.31 0-6 2.69-6 6v43.76c0 12.59-10.24 22.83-22.83 22.83h-3.81c-25.24 0-46.1 19.11-48.87 43.61zm37.54-200.56c-12.98-5.28-33.96-8.05-53.43-.25-2.98-20.77-15.87-37.55-26.93-46.15-2.17-1.68-5.2-1.68-7.37 0-11.06 8.6-23.95 25.38-26.93 46.15-19.48-7.81-40.46-5.03-53.43.25-2.54 1.03-4.06 3.66-3.68 6.38 2.14 15.45 11.92 37.97 32.47 50.56 9.11 5.58 19.35 7.86 29.23 7.86 9.46 0 18.57-2.09 26.03-5.38 7.46 3.29 16.57 5.38 26.03 5.38 9.88 0 20.12-2.28 29.23-7.86 20.55-12.59 30.33-35.1 32.47-50.56.37-2.72-1.15-5.35-3.69-6.38zm-103.28 7.31c.46-17.55 9.96-32.36 19.24-41.07 9.27 8.72 18.78 23.52 19.24 41.07.41 15.87-8.91 30-19.24 38.09-10.33-8.09-19.65-22.22-19.24-38.09zm-29.75 39.39c-14.97-9.17-23.04-24.81-25.95-37.2 11.85-3.57 28.78-4.43 43.89 3.23 1.34 15.34 9.47 28.92 19.17 38.2-11.45 3.15-25.51 2.88-37.11-4.23zm97.97 0c-11.6 7.11-25.67 7.38-37.11 4.23 9.7-9.28 17.83-22.86 19.17-38.2 15.11-7.66 32.05-6.8 43.89-3.23-2.91 12.39-10.97 28.03-25.95 37.2z\"></path></svg>									\n					<h6>\n						Community integration 					</h6>', 'Services', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2026-05-06 11:09:53', '2026-05-06 11:09:53', '', 17, 'https://mrarif.me/casabloomllc/?p=380', 0, 'revision', '', 0),
(381, 1, '2026-05-06 11:15:51', '2026-05-06 11:15:51', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 11:15:51', '2026-05-06 11:15:51', '', 13, 'https://mrarif.me/casabloomllc/?p=381', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(382, 1, '2026-05-06 11:15:51', '2026-05-06 11:15:51', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 11:15:51', '2026-05-06 11:15:51', '', 13, 'https://mrarif.me/casabloomllc/?p=382', 0, 'revision', '', 0),
(383, 1, '2026-05-06 11:15:52', '2026-05-06 11:15:52', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 11:15:52', '2026-05-06 11:15:52', '', 13, 'https://mrarif.me/casabloomllc/?p=383', 0, 'revision', '', 0),
(384, 1, '2026-05-06 11:16:22', '2026-05-06 11:16:22', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 11:16:22', '2026-05-06 11:16:22', '', 13, 'https://mrarif.me/casabloomllc/?p=384', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(385, 1, '2026-05-06 11:16:22', '2026-05-06 11:16:22', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 11:16:22', '2026-05-06 11:16:22', '', 13, 'https://mrarif.me/casabloomllc/?p=385', 0, 'revision', '', 0),
(386, 1, '2026-05-06 11:16:23', '2026-05-06 11:16:23', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 11:16:23', '2026-05-06 11:16:23', '', 13, 'https://mrarif.me/casabloomllc/?p=386', 0, 'revision', '', 0),
(387, 1, '2026-05-06 11:17:44', '2026-05-06 11:17:44', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 11:17:44', '2026-05-06 11:17:44', '', 13, 'https://mrarif.me/casabloomllc/?p=387', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(388, 1, '2026-05-06 11:17:45', '2026-05-06 11:17:45', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 11:17:45', '2026-05-06 11:17:45', '', 13, 'https://mrarif.me/casabloomllc/?p=388', 0, 'revision', '', 0),
(389, 1, '2026-05-06 11:17:45', '2026-05-06 11:17:45', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 11:17:45', '2026-05-06 11:17:45', '', 13, 'https://mrarif.me/casabloomllc/?p=389', 0, 'revision', '', 0),
(390, 1, '2026-05-06 11:32:38', '2026-05-06 11:32:38', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 11:32:38', '2026-05-06 11:32:38', '', 13, 'https://mrarif.me/casabloomllc/?p=390', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(391, 1, '2026-05-06 11:32:38', '2026-05-06 11:32:38', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 11:32:38', '2026-05-06 11:32:38', '', 13, 'https://mrarif.me/casabloomllc/?p=391', 0, 'revision', '', 0),
(392, 1, '2026-05-06 11:32:39', '2026-05-06 11:32:39', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 11:32:39', '2026-05-06 11:32:39', '', 13, 'https://mrarif.me/casabloomllc/?p=392', 0, 'revision', '', 0),
(393, 1, '2026-05-06 11:33:54', '2026-05-06 11:33:54', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 11:33:54', '2026-05-06 11:33:54', '', 13, 'https://mrarif.me/casabloomllc/?p=393', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(394, 1, '2026-05-06 11:33:54', '2026-05-06 11:33:54', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 11:33:54', '2026-05-06 11:33:54', '', 13, 'https://mrarif.me/casabloomllc/?p=394', 0, 'revision', '', 0),
(395, 1, '2026-05-06 11:33:55', '2026-05-06 11:33:55', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 11:33:55', '2026-05-06 11:33:55', '', 13, 'https://mrarif.me/casabloomllc/?p=395', 0, 'revision', '', 0),
(396, 1, '2026-05-06 11:34:03', '2026-05-06 11:34:03', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 11:34:03', '2026-05-06 11:34:03', '', 13, 'https://mrarif.me/casabloomllc/?p=396', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(397, 1, '2026-05-06 11:34:03', '2026-05-06 11:34:03', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 11:34:03', '2026-05-06 11:34:03', '', 13, 'https://mrarif.me/casabloomllc/?p=397', 0, 'revision', '', 0),
(398, 1, '2026-05-06 11:34:04', '2026-05-06 11:34:04', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 11:34:04', '2026-05-06 11:34:04', '', 13, 'https://mrarif.me/casabloomllc/?p=398', 0, 'revision', '', 0),
(399, 1, '2026-05-06 11:34:21', '2026-05-06 11:34:21', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 11:34:21', '2026-05-06 11:34:21', '', 13, 'https://mrarif.me/casabloomllc/?p=399', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(400, 1, '2026-05-06 11:34:21', '2026-05-06 11:34:21', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 11:34:21', '2026-05-06 11:34:21', '', 13, 'https://mrarif.me/casabloomllc/?p=400', 0, 'revision', '', 0),
(401, 1, '2026-05-06 11:34:22', '2026-05-06 11:34:22', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 11:34:22', '2026-05-06 11:34:22', '', 13, 'https://mrarif.me/casabloomllc/?p=401', 0, 'revision', '', 0),
(402, 1, '2026-05-06 11:34:48', '2026-05-06 11:34:48', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 11:34:48', '2026-05-06 11:34:48', '', 13, 'https://mrarif.me/casabloomllc/?p=402', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(403, 1, '2026-05-06 11:34:48', '2026-05-06 11:34:48', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 11:34:48', '2026-05-06 11:34:48', '', 13, 'https://mrarif.me/casabloomllc/?p=403', 0, 'revision', '', 0),
(404, 1, '2026-05-06 11:34:49', '2026-05-06 11:34:49', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 11:34:49', '2026-05-06 11:34:49', '', 13, 'https://mrarif.me/casabloomllc/?p=404', 0, 'revision', '', 0),
(405, 1, '2026-05-06 11:39:09', '2026-05-06 11:39:09', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 11:39:09', '2026-05-06 11:39:09', '', 13, 'https://mrarif.me/casabloomllc/?p=405', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(406, 1, '2026-05-06 11:39:09', '2026-05-06 11:39:09', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 11:39:09', '2026-05-06 11:39:09', '', 13, 'https://mrarif.me/casabloomllc/?p=406', 0, 'revision', '', 0),
(407, 1, '2026-05-06 11:39:10', '2026-05-06 11:39:10', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 11:39:10', '2026-05-06 11:39:10', '', 13, 'https://mrarif.me/casabloomllc/?p=407', 0, 'revision', '', 0),
(408, 1, '2026-05-06 11:39:47', '2026-05-06 11:39:47', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 11:39:47', '2026-05-06 11:39:47', '', 13, 'https://mrarif.me/casabloomllc/?p=408', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(409, 1, '2026-05-06 11:39:47', '2026-05-06 11:39:47', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 11:39:47', '2026-05-06 11:39:47', '', 13, 'https://mrarif.me/casabloomllc/?p=409', 0, 'revision', '', 0),
(410, 1, '2026-05-06 11:39:48', '2026-05-06 11:39:48', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 11:39:48', '2026-05-06 11:39:48', '', 13, 'https://mrarif.me/casabloomllc/?p=410', 0, 'revision', '', 0),
(411, 1, '2026-05-06 11:40:31', '2026-05-06 11:40:31', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 11:40:31', '2026-05-06 11:40:31', '', 13, 'https://mrarif.me/casabloomllc/?p=411', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(412, 1, '2026-05-06 11:40:31', '2026-05-06 11:40:31', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 11:40:31', '2026-05-06 11:40:31', '', 13, 'https://mrarif.me/casabloomllc/?p=412', 0, 'revision', '', 0),
(413, 1, '2026-05-06 11:40:32', '2026-05-06 11:40:32', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 11:40:32', '2026-05-06 11:40:32', '', 13, 'https://mrarif.me/casabloomllc/?p=413', 0, 'revision', '', 0),
(414, 1, '2026-05-06 11:41:29', '2026-05-06 11:41:29', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 11:41:29', '2026-05-06 11:41:29', '', 13, 'https://mrarif.me/casabloomllc/?p=414', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(415, 1, '2026-05-06 11:41:29', '2026-05-06 11:41:29', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 11:41:29', '2026-05-06 11:41:29', '', 13, 'https://mrarif.me/casabloomllc/?p=415', 0, 'revision', '', 0),
(416, 1, '2026-05-06 11:41:29', '2026-05-06 11:41:29', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 11:41:29', '2026-05-06 11:41:29', '', 13, 'https://mrarif.me/casabloomllc/?p=416', 0, 'revision', '', 0),
(417, 1, '2026-05-06 11:41:39', '2026-05-06 11:41:39', '<h6>Contact Info</h6>							\n									<ul>\n							<li>\n											<a href=\"tel:XX-XXX-XXX-XXX-XX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										XX-XXX-XXX-XXX-XX\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@catcafe.ocm\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										info@catcafe.ocm\n											</a>\n									</li>\n						</ul>\n					<a href=\"#\" target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Linkedin-in\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>					</a>\n							<h2>Get In Touch With Us</h2>', 'contact form two', '', 'publish', 'closed', 'closed', '', 'contact-form-two', '', '', '2026-05-06 11:41:39', '2026-05-06 11:41:39', '', 0, 'https://mrarif.me/casabloomllc/?elementor_library=contact-form-two', 0, 'elementor_library', '', 0),
(418, 1, '2026-05-06 11:41:39', '2026-05-06 11:41:39', '<h6>Contact Info</h6>							\n									<ul>\n							<li>\n											<a href=\"tel:XX-XXX-XXX-XXX-XX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										XX-XXX-XXX-XXX-XX\n											</a>\n									</li>\n								<li>\n											<a href=\"mailto:info@catcafe.ocm\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"></path></svg>						\n										info@catcafe.ocm\n											</a>\n									</li>\n						</ul>\n					<a href=\"#\" target=\"_blank\">\n						Facebook-f\n						<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a href=\"#\" target=\"_blank\">\n						Linkedin-in\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>					</a>\n							<h2>Get In Touch With Us</h2>', 'contact form two', '', 'inherit', 'closed', 'closed', '', '417-revision-v1', '', '', '2026-05-06 11:41:39', '2026-05-06 11:41:39', '', 417, 'https://mrarif.me/casabloomllc/?p=418', 0, 'revision', '', 0),
(419, 1, '2026-05-06 11:42:13', '2026-05-06 11:42:13', '', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 11:42:13', '2026-05-06 11:42:13', '', 21, 'https://mrarif.me/casabloomllc/?p=419', 0, 'revision', '', 0),
(420, 1, '2026-05-06 11:42:13', '2026-05-06 11:42:13', '', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 11:42:13', '2026-05-06 11:42:13', '', 21, 'https://mrarif.me/casabloomllc/?p=420', 0, 'revision', '', 0),
(421, 1, '2026-05-06 11:42:13', '2026-05-06 11:42:13', '<h2>Get In Touch With Us</h2>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 11:42:13', '2026-05-06 11:42:13', '', 21, 'https://mrarif.me/casabloomllc/?p=421', 0, 'revision', '', 0),
(422, 1, '2026-05-06 11:43:11', '2026-05-06 11:43:11', '<h2>Get In Touch With Us</h2>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 11:43:11', '2026-05-06 11:43:11', '', 21, 'https://mrarif.me/casabloomllc/?p=422', 0, 'revision', '', 0),
(423, 1, '2026-05-06 11:43:11', '2026-05-06 11:43:11', '<h2>Get In Touch With Us</h2>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 11:43:11', '2026-05-06 11:43:11', '', 21, 'https://mrarif.me/casabloomllc/?p=423', 0, 'revision', '', 0),
(533, 1, '2026-05-06 13:21:34', '2026-05-06 13:21:34', '<h2>Admissions Form </h2>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 13:21:34', '2026-05-06 13:21:34', '', 21, 'https://mrarif.me/casabloomllc/?p=533', 0, 'revision', '', 0),
(534, 1, '2026-05-06 13:21:56', '2026-05-06 13:21:56', '<h2>Admissions Form </h2>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 13:21:56', '2026-05-06 13:21:56', '', 21, 'https://mrarif.me/casabloomllc/?p=534', 0, 'revision', '', 0),
(535, 1, '2026-05-06 13:21:56', '2026-05-06 13:21:56', '<h2>Admissions Form </h2>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 13:21:56', '2026-05-06 13:21:56', '', 21, 'https://mrarif.me/casabloomllc/?p=535', 0, 'revision', '', 0),
(536, 1, '2026-05-06 13:21:56', '2026-05-06 13:21:56', '<h2>Admissions Form </h2>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 13:21:56', '2026-05-06 13:21:56', '', 21, 'https://mrarif.me/casabloomllc/?p=536', 0, 'revision', '', 0),
(537, 1, '2026-05-06 13:22:20', '2026-05-06 13:22:20', '<h2>Admissions Form </h2>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 13:22:20', '2026-05-06 13:22:20', '', 21, 'https://mrarif.me/casabloomllc/?p=537', 0, 'revision', '', 0),
(538, 1, '2026-05-06 13:22:20', '2026-05-06 13:22:20', '<h2>Admissions Form </h2>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 13:22:20', '2026-05-06 13:22:20', '', 21, 'https://mrarif.me/casabloomllc/?p=538', 0, 'revision', '', 0),
(539, 1, '2026-05-06 13:22:20', '2026-05-06 13:22:20', '<h2>Admissions Form </h2>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 13:22:20', '2026-05-06 13:22:20', '', 21, 'https://mrarif.me/casabloomllc/?p=539', 0, 'revision', '', 0),
(540, 1, '2026-05-06 13:27:23', '2026-05-06 13:27:23', '<h2>Admissions Form </h2>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 13:27:23', '2026-05-06 13:27:23', '', 21, 'https://mrarif.me/casabloomllc/?p=540', 0, 'revision', '', 0),
(541, 1, '2026-05-06 13:27:23', '2026-05-06 13:27:23', '<h2>Admissions Form </h2>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 13:27:23', '2026-05-06 13:27:23', '', 21, 'https://mrarif.me/casabloomllc/?p=541', 0, 'revision', '', 0),
(542, 1, '2026-05-06 13:27:23', '2026-05-06 13:27:23', '<h2>Admissions Form </h2>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 13:27:23', '2026-05-06 13:27:23', '', 21, 'https://mrarif.me/casabloomllc/?p=542', 0, 'revision', '', 0),
(543, 1, '2026-05-06 13:27:36', '2026-05-06 13:27:36', '<h2>Admissions Form </h2>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 13:27:36', '2026-05-06 13:27:36', '', 21, 'https://mrarif.me/casabloomllc/?p=543', 0, 'revision', '', 0),
(544, 1, '2026-05-06 13:27:36', '2026-05-06 13:27:36', '<h2>Admissions Form </h2>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 13:27:36', '2026-05-06 13:27:36', '', 21, 'https://mrarif.me/casabloomllc/?p=544', 0, 'revision', '', 0),
(545, 1, '2026-05-06 13:27:36', '2026-05-06 13:27:36', '<h2>Admissions Form </h2>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 13:27:36', '2026-05-06 13:27:36', '', 21, 'https://mrarif.me/casabloomllc/?p=545', 0, 'revision', '', 0),
(546, 1, '2026-05-06 13:31:09', '2026-05-06 13:31:09', '', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 13:31:09', '2026-05-06 13:31:09', '', 23, 'https://mrarif.me/casabloomllc/?p=546', 0, 'revision', '', 0),
(547, 1, '2026-05-06 13:31:09', '2026-05-06 13:31:09', '', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 13:31:09', '2026-05-06 13:31:09', '', 23, 'https://mrarif.me/casabloomllc/?p=547', 0, 'revision', '', 0),
(548, 1, '2026-05-06 13:31:09', '2026-05-06 13:31:09', '<h2>Admissions Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 13:31:09', '2026-05-06 13:31:09', '', 23, 'https://mrarif.me/casabloomllc/?p=548', 0, 'revision', '', 0),
(549, 1, '2026-05-06 13:32:50', '2026-05-06 13:32:50', '<h2>Admissions Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 13:32:50', '2026-05-06 13:32:50', '', 23, 'https://mrarif.me/casabloomllc/?p=549', 0, 'revision', '', 0),
(550, 1, '2026-05-06 13:32:50', '2026-05-06 13:32:50', '<h2>Admissions Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 13:32:50', '2026-05-06 13:32:50', '', 23, 'https://mrarif.me/casabloomllc/?p=550', 0, 'revision', '', 0),
(551, 1, '2026-05-06 13:32:50', '2026-05-06 13:32:50', '<h2>Admissions Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 13:32:50', '2026-05-06 13:32:50', '', 23, 'https://mrarif.me/casabloomllc/?p=551', 0, 'revision', '', 0),
(552, 1, '2026-05-06 13:33:25', '2026-05-06 13:33:25', '<h2>Admissions Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 13:33:25', '2026-05-06 13:33:25', '', 23, 'https://mrarif.me/casabloomllc/?p=552', 0, 'revision', '', 0),
(553, 1, '2026-05-06 13:33:25', '2026-05-06 13:33:25', '<h2>Admissions Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 13:33:25', '2026-05-06 13:33:25', '', 23, 'https://mrarif.me/casabloomllc/?p=553', 0, 'revision', '', 0),
(554, 1, '2026-05-06 13:33:26', '2026-05-06 13:33:26', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 13:33:26', '2026-05-06 13:33:26', '', 23, 'https://mrarif.me/casabloomllc/?p=554', 0, 'revision', '', 0),
(560, 1, '2026-05-06 13:38:46', '2026-05-06 13:38:46', '<img width=\"2560\" height=\"942\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/logo-scaled.png\" alt=\"\" />', 'Header', '', 'inherit', 'closed', 'closed', '', '32-revision-v1', '', '', '2026-05-06 13:38:46', '2026-05-06 13:38:46', '', 32, 'https://mrarif.me/casabloomllc/?p=560', 0, 'revision', '', 0),
(561, 1, '2026-05-06 13:39:22', '2026-05-06 13:39:22', '<img width=\"2560\" height=\"942\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/logo-scaled.png\" alt=\"\" />', 'Header', '', 'inherit', 'closed', 'closed', '', '32-revision-v1', '', '', '2026-05-06 13:39:22', '2026-05-06 13:39:22', '', 32, 'https://mrarif.me/casabloomllc/?p=561', 0, 'revision', '', 0),
(562, 1, '2026-05-06 13:40:54', '2026-05-06 13:40:54', '<h2>Admissions Form </h2>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 13:40:54', '2026-05-06 13:40:54', '', 21, 'https://mrarif.me/casabloomllc/?p=562', 0, 'revision', '', 0),
(563, 1, '2026-05-06 13:40:54', '2026-05-06 13:40:54', '<h2>Admissions Form </h2>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 13:40:54', '2026-05-06 13:40:54', '', 21, 'https://mrarif.me/casabloomllc/?p=563', 0, 'revision', '', 0),
(564, 1, '2026-05-06 13:40:54', '2026-05-06 13:40:54', '<h2>Admissions Form </h2>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 13:40:54', '2026-05-06 13:40:54', '', 21, 'https://mrarif.me/casabloomllc/?p=564', 0, 'revision', '', 0),
(565, 1, '2026-05-06 13:42:39', '2026-05-06 13:42:39', '<h2>Admissions Form </h2>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 13:42:39', '2026-05-06 13:42:39', '', 21, 'https://mrarif.me/casabloomllc/?p=565', 0, 'revision', '', 0),
(566, 1, '2026-05-06 13:42:39', '2026-05-06 13:42:39', '<h2>Admissions Form </h2>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 13:42:39', '2026-05-06 13:42:39', '', 21, 'https://mrarif.me/casabloomllc/?p=566', 0, 'revision', '', 0),
(567, 1, '2026-05-06 13:42:40', '2026-05-06 13:42:40', '<h2>Admissions Form </h2>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 13:42:40', '2026-05-06 13:42:40', '', 21, 'https://mrarif.me/casabloomllc/?p=567', 0, 'revision', '', 0),
(568, 1, '2026-05-06 13:42:47', '2026-05-06 13:42:47', '<h2>Admissions Form </h2>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 13:42:47', '2026-05-06 13:42:47', '', 21, 'https://mrarif.me/casabloomllc/?p=568', 0, 'revision', '', 0),
(569, 1, '2026-05-06 13:42:47', '2026-05-06 13:42:47', '<h2>Admissions Form </h2>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 13:42:47', '2026-05-06 13:42:47', '', 21, 'https://mrarif.me/casabloomllc/?p=569', 0, 'revision', '', 0),
(570, 1, '2026-05-06 13:42:47', '2026-05-06 13:42:47', '<h2>Admissions Form </h2>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 13:42:47', '2026-05-06 13:42:47', '', 21, 'https://mrarif.me/casabloomllc/?p=570', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(571, 1, '2026-05-06 13:43:45', '2026-05-06 13:43:45', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 13:43:45', '2026-05-06 13:43:45', '', 13, 'https://mrarif.me/casabloomllc/?p=571', 0, 'revision', '', 0),
(424, 1, '2026-05-06 11:43:11', '2026-05-06 11:43:11', '<h2>Get In Touch With Us</h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 11:43:11', '2026-05-06 11:43:11', '', 21, 'https://mrarif.me/casabloomllc/?p=424', 0, 'revision', '', 0),
(425, 1, '2026-05-06 11:59:48', '2026-05-06 11:59:48', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 11:59:48', '2026-05-06 11:59:48', '', 13, 'https://mrarif.me/casabloomllc/?p=425', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(426, 1, '2026-05-06 11:59:49', '2026-05-06 11:59:49', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 11:59:49', '2026-05-06 11:59:49', '', 13, 'https://mrarif.me/casabloomllc/?p=426', 0, 'revision', '', 0),
(427, 1, '2026-05-06 11:59:49', '2026-05-06 11:59:49', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 11:59:49', '2026-05-06 11:59:49', '', 13, 'https://mrarif.me/casabloomllc/?p=427', 0, 'revision', '', 0),
(428, 1, '2026-05-06 12:00:48', '2026-05-06 12:00:48', '<h2>Get In Touch With Us</h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 12:00:48', '2026-05-06 12:00:48', '', 21, 'https://mrarif.me/casabloomllc/?p=428', 0, 'revision', '', 0),
(429, 1, '2026-05-06 12:00:48', '2026-05-06 12:00:48', '<h2>Get In Touch With Us</h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 12:00:48', '2026-05-06 12:00:48', '', 21, 'https://mrarif.me/casabloomllc/?p=429', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(430, 1, '2026-05-06 12:00:48', '2026-05-06 12:00:48', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 12:00:48', '2026-05-06 12:00:48', '', 21, 'https://mrarif.me/casabloomllc/?p=430', 0, 'revision', '', 0),
(431, 1, '2026-05-06 12:01:03', '2026-05-06 12:01:03', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 12:01:03', '2026-05-06 12:01:03', '', 21, 'https://mrarif.me/casabloomllc/?p=431', 0, 'revision', '', 0),
(432, 1, '2026-05-06 12:01:03', '2026-05-06 12:01:03', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 12:01:03', '2026-05-06 12:01:03', '', 21, 'https://mrarif.me/casabloomllc/?p=432', 0, 'revision', '', 0),
(433, 1, '2026-05-06 12:01:04', '2026-05-06 12:01:04', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 12:01:04', '2026-05-06 12:01:04', '', 21, 'https://mrarif.me/casabloomllc/?p=433', 0, 'revision', '', 0),
(434, 1, '2026-05-06 12:01:20', '2026-05-06 12:01:20', '<img width=\"2560\" height=\"942\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/logo-scaled.png\" alt=\"\" />																<h5>Quick Links</h5>							<ul>\n							<li>\n											<a href=\"https://mrarif.me/casabloomllc/\">\n											Home\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/about-us/\">\n											About Us\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/services/\">\n											Services\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/employment/\">\n											Employment\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/admissions/\">\n											Admissions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/contact-us/\">\n											Contact Us\n											</a>\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Hickory, NC 28601\n									</li>\n								<li>\n											<a href=\"tel:9802721717\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Number: 980-272-1717\n											</a>\n									</li>\n						</ul>\n									<ul>\n							<li>\n										© Copyright [copyright] all rights reserved\n									</li>\n						</ul>', 'Footer', '', 'publish', 'closed', 'closed', '', 'footer', '', '', '2026-05-06 12:41:53', '2026-05-06 12:41:53', '', 0, 'https://mrarif.me/casabloomllc/?post_type=elementor_library&#038;p=434', 0, 'elementor_library', '', 0),
(435, 1, '2026-05-06 12:02:19', '2026-05-06 12:02:19', '', 'Footer', '', 'inherit', 'closed', 'closed', '', '434-revision-v1', '', '', '2026-05-06 12:02:19', '2026-05-06 12:02:19', '', 434, 'https://mrarif.me/casabloomllc/?p=435', 0, 'revision', '', 0),
(460, 1, '2026-05-06 12:25:34', '2026-05-06 12:25:34', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 12:25:34', '2026-05-06 12:25:34', '', 21, 'https://mrarif.me/casabloomllc/?p=460', 0, 'revision', '', 0),
(436, 1, '2026-05-06 12:02:19', '2026-05-06 12:02:19', '<p>Pharmaceutical, Medical Device, and Biotech life sciences consulting firm.</p>			<h5>Quick Links</h5>							<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										About Us\n									</li>\n								<li>\n										Our Approach\n									</li>\n								<li>\n										Industries\n									</li>\n								<li>\n										Practice Areas\n									</li>\n								<li>\n										Resources\n									</li>\n								<li>\n										Free Checklists\n									</li>\n								<li>\n										Blog\n									</li>\n								<li>\n										Press\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Location Here\n									</li>\n								<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Direct:  XXX-XXX-XXX\n											</a>\n									</li>\n						</ul>\n					<a target=\"_blank\">\n						Linkedin-in\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n									<ul>\n							<li>\n										© Copyright 2024 all rights reserved\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '434-revision-v1', '', '', '2026-05-06 12:02:19', '2026-05-06 12:02:19', '', 434, 'https://mrarif.me/casabloomllc/?p=436', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(456, 1, '2026-05-06 12:19:34', '2026-05-06 12:19:34', '<img width=\"2560\" height=\"942\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/logo-scaled.png\" alt=\"\" />																<h5>Quick Links</h5>							<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										About Us\n									</li>\n								<li>\n										Our Approach\n									</li>\n								<li>\n										Industries\n									</li>\n								<li>\n										Practice Areas\n									</li>\n								<li>\n										Resources\n									</li>\n								<li>\n										Free Checklists\n									</li>\n								<li>\n										Blog\n									</li>\n								<li>\n										Press\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Location Here\n									</li>\n								<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Direct:  XXX-XXX-XXX\n											</a>\n									</li>\n						</ul>\n					<a target=\"_blank\">\n						Linkedin-in\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n									<ul>\n							<li>\n										© Copyright 2024 all rights reserved\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '434-revision-v1', '', '', '2026-05-06 12:19:34', '2026-05-06 12:19:34', '', 434, 'https://mrarif.me/casabloomllc/?p=456', 0, 'revision', '', 0),
(437, 1, '2026-05-06 12:02:59', '2026-05-06 12:02:59', '<img width=\"2560\" height=\"942\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/logo-scaled.png\" alt=\"\" />													<p>Pharmaceutical, Medical Device, and Biotech life sciences consulting firm.</p>			<h5>Quick Links</h5>							<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										About Us\n									</li>\n								<li>\n										Our Approach\n									</li>\n								<li>\n										Industries\n									</li>\n								<li>\n										Practice Areas\n									</li>\n								<li>\n										Resources\n									</li>\n								<li>\n										Free Checklists\n									</li>\n								<li>\n										Blog\n									</li>\n								<li>\n										Press\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Location Here\n									</li>\n								<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Direct:  XXX-XXX-XXX\n											</a>\n									</li>\n						</ul>\n					<a target=\"_blank\">\n						Linkedin-in\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n									<ul>\n							<li>\n										© Copyright 2024 all rights reserved\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '434-revision-v1', '', '', '2026-05-06 12:02:59', '2026-05-06 12:02:59', '', 434, 'https://mrarif.me/casabloomllc/?p=437', 0, 'revision', '', 0),
(438, 1, '2026-05-06 12:03:27', '2026-05-06 12:03:27', '<img width=\"2560\" height=\"942\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/logo-scaled.png\" alt=\"\" />													<p>Pharmaceutical, Medical Device, and Biotech life sciences consulting firm.</p>			<h5>Quick Links</h5>							<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										About Us\n									</li>\n								<li>\n										Our Approach\n									</li>\n								<li>\n										Industries\n									</li>\n								<li>\n										Practice Areas\n									</li>\n								<li>\n										Resources\n									</li>\n								<li>\n										Free Checklists\n									</li>\n								<li>\n										Blog\n									</li>\n								<li>\n										Press\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Location Here\n									</li>\n								<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Direct:  XXX-XXX-XXX\n											</a>\n									</li>\n						</ul>\n					<a target=\"_blank\">\n						Linkedin-in\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n									<ul>\n							<li>\n										© Copyright 2024 all rights reserved\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '434-revision-v1', '', '', '2026-05-06 12:03:27', '2026-05-06 12:03:27', '', 434, 'https://mrarif.me/casabloomllc/?p=438', 0, 'revision', '', 0),
(439, 1, '2026-05-06 12:03:47', '2026-05-06 12:03:47', '<img width=\"2560\" height=\"942\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/logo-scaled.png\" alt=\"\" />													<p>Pharmaceutical, Medical Device, and Biotech life sciences consulting firm.</p>			<h5>Quick Links</h5>							<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										About Us\n									</li>\n								<li>\n										Our Approach\n									</li>\n								<li>\n										Industries\n									</li>\n								<li>\n										Practice Areas\n									</li>\n								<li>\n										Resources\n									</li>\n								<li>\n										Free Checklists\n									</li>\n								<li>\n										Blog\n									</li>\n								<li>\n										Press\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Location Here\n									</li>\n								<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Direct:  XXX-XXX-XXX\n											</a>\n									</li>\n						</ul>\n					<a target=\"_blank\">\n						Linkedin-in\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n									<ul>\n							<li>\n										© Copyright 2024 all rights reserved\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '434-revision-v1', '', '', '2026-05-06 12:03:47', '2026-05-06 12:03:47', '', 434, 'https://mrarif.me/casabloomllc/?p=439', 0, 'revision', '', 0),
(444, 1, '2026-05-06 12:08:52', '2026-05-06 12:08:52', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 12:08:52', '2026-05-06 12:08:52', '', 21, 'https://mrarif.me/casabloomllc/?p=444', 0, 'revision', '', 0),
(445, 1, '2026-05-06 12:09:03', '2026-05-06 12:09:03', '<img width=\"2560\" height=\"942\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/logo-scaled.png\" alt=\"\" />													<p>Pharmaceutical, Medical Device, and Biotech life sciences consulting firm.</p>			<h5>Quick Links</h5>							<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										About Us\n									</li>\n								<li>\n										Our Approach\n									</li>\n								<li>\n										Industries\n									</li>\n								<li>\n										Practice Areas\n									</li>\n								<li>\n										Resources\n									</li>\n								<li>\n										Free Checklists\n									</li>\n								<li>\n										Blog\n									</li>\n								<li>\n										Press\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Location Here\n									</li>\n								<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Direct:  XXX-XXX-XXX\n											</a>\n									</li>\n						</ul>\n					<a target=\"_blank\">\n						Linkedin-in\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n									<ul>\n							<li>\n										© Copyright 2024 all rights reserved\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '434-revision-v1', '', '', '2026-05-06 12:09:03', '2026-05-06 12:09:03', '', 434, 'https://mrarif.me/casabloomllc/?p=445', 0, 'revision', '', 0),
(442, 1, '2026-05-06 12:08:51', '2026-05-06 12:08:51', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 12:08:51', '2026-05-06 12:08:51', '', 21, 'https://mrarif.me/casabloomllc/?p=442', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(443, 1, '2026-05-06 12:08:51', '2026-05-06 12:08:51', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 12:08:51', '2026-05-06 12:08:51', '', 21, 'https://mrarif.me/casabloomllc/?p=443', 0, 'revision', '', 0),
(446, 1, '2026-05-06 12:10:39', '2026-05-06 12:10:39', '<img width=\"2560\" height=\"942\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/logo-scaled.png\" alt=\"\" />													<p>Pharmaceutical, Medical Device, and Biotech life sciences consulting firm.</p>			<h5>Quick Links</h5>							<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										About Us\n									</li>\n								<li>\n										Our Approach\n									</li>\n								<li>\n										Industries\n									</li>\n								<li>\n										Practice Areas\n									</li>\n								<li>\n										Resources\n									</li>\n								<li>\n										Free Checklists\n									</li>\n								<li>\n										Blog\n									</li>\n								<li>\n										Press\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Location Here\n									</li>\n								<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Direct:  XXX-XXX-XXX\n											</a>\n									</li>\n						</ul>\n					<a target=\"_blank\">\n						Linkedin-in\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n									<ul>\n							<li>\n										© Copyright 2024 all rights reserved\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '434-revision-v1', '', '', '2026-05-06 12:10:39', '2026-05-06 12:10:39', '', 434, 'https://mrarif.me/casabloomllc/?p=446', 0, 'revision', '', 0),
(447, 1, '2026-05-06 12:11:01', '2026-05-06 12:11:01', '<img width=\"2560\" height=\"942\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/logo-scaled.png\" alt=\"\" />													<p>Pharmaceutical, Medical Device, and Biotech life sciences consulting firm.</p>			<h5>Quick Links</h5>							<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										About Us\n									</li>\n								<li>\n										Our Approach\n									</li>\n								<li>\n										Industries\n									</li>\n								<li>\n										Practice Areas\n									</li>\n								<li>\n										Resources\n									</li>\n								<li>\n										Free Checklists\n									</li>\n								<li>\n										Blog\n									</li>\n								<li>\n										Press\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Location Here\n									</li>\n								<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Direct:  XXX-XXX-XXX\n											</a>\n									</li>\n						</ul>\n					<a target=\"_blank\">\n						Linkedin-in\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n									<ul>\n							<li>\n										© Copyright 2024 all rights reserved\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '434-revision-v1', '', '', '2026-05-06 12:11:01', '2026-05-06 12:11:01', '', 434, 'https://mrarif.me/casabloomllc/?p=447', 0, 'revision', '', 0),
(451, 1, '2026-05-06 12:11:48', '2026-05-06 12:11:48', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 12:11:48', '2026-05-06 12:11:48', '', 21, 'https://mrarif.me/casabloomllc/?p=451', 0, 'revision', '', 0),
(449, 1, '2026-05-06 12:11:47', '2026-05-06 12:11:47', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 12:11:47', '2026-05-06 12:11:47', '', 21, 'https://mrarif.me/casabloomllc/?p=449', 0, 'revision', '', 0),
(450, 1, '2026-05-06 12:11:47', '2026-05-06 12:11:47', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 12:11:47', '2026-05-06 12:11:47', '', 21, 'https://mrarif.me/casabloomllc/?p=450', 0, 'revision', '', 0),
(452, 1, '2026-05-06 12:12:06', '2026-05-06 12:12:06', '<img width=\"2560\" height=\"942\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/logo-scaled.png\" alt=\"\" />													<p>Pharmaceutical, Medical Device, and Biotech life sciences consulting firm.</p>			<h5>Quick Links</h5>							<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										About Us\n									</li>\n								<li>\n										Our Approach\n									</li>\n								<li>\n										Industries\n									</li>\n								<li>\n										Practice Areas\n									</li>\n								<li>\n										Resources\n									</li>\n								<li>\n										Free Checklists\n									</li>\n								<li>\n										Blog\n									</li>\n								<li>\n										Press\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Location Here\n									</li>\n								<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Direct:  XXX-XXX-XXX\n											</a>\n									</li>\n						</ul>\n					<a target=\"_blank\">\n						Linkedin-in\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n									<ul>\n							<li>\n										© Copyright 2024 all rights reserved\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '434-revision-v1', '', '', '2026-05-06 12:12:06', '2026-05-06 12:12:06', '', 434, 'https://mrarif.me/casabloomllc/?p=452', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(453, 1, '2026-05-06 12:12:25', '2026-05-06 12:12:25', '<img width=\"2560\" height=\"942\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/logo-scaled.png\" alt=\"\" />													<p>Pharmaceutical, Medical Device, and Biotech life sciences consulting firm.</p>			<h5>Quick Links</h5>							<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										About Us\n									</li>\n								<li>\n										Our Approach\n									</li>\n								<li>\n										Industries\n									</li>\n								<li>\n										Practice Areas\n									</li>\n								<li>\n										Resources\n									</li>\n								<li>\n										Free Checklists\n									</li>\n								<li>\n										Blog\n									</li>\n								<li>\n										Press\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Location Here\n									</li>\n								<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Direct:  XXX-XXX-XXX\n											</a>\n									</li>\n						</ul>\n					<a target=\"_blank\">\n						Linkedin-in\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n									<ul>\n							<li>\n										© Copyright 2024 all rights reserved\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '434-revision-v1', '', '', '2026-05-06 12:12:25', '2026-05-06 12:12:25', '', 434, 'https://mrarif.me/casabloomllc/?p=453', 0, 'revision', '', 0),
(454, 1, '2026-05-06 12:12:42', '2026-05-06 12:12:42', '<img width=\"2560\" height=\"942\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/logo-scaled.png\" alt=\"\" />													<p>Pharmaceutical, Medical Device, and Biotech life sciences consulting firm.</p>			<h5>Quick Links</h5>							<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										About Us\n									</li>\n								<li>\n										Our Approach\n									</li>\n								<li>\n										Industries\n									</li>\n								<li>\n										Practice Areas\n									</li>\n								<li>\n										Resources\n									</li>\n								<li>\n										Free Checklists\n									</li>\n								<li>\n										Blog\n									</li>\n								<li>\n										Press\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Location Here\n									</li>\n								<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Direct:  XXX-XXX-XXX\n											</a>\n									</li>\n						</ul>\n					<a target=\"_blank\">\n						Linkedin-in\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n									<ul>\n							<li>\n										© Copyright 2024 all rights reserved\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '434-revision-v1', '', '', '2026-05-06 12:12:42', '2026-05-06 12:12:42', '', 434, 'https://mrarif.me/casabloomllc/?p=454', 0, 'revision', '', 0),
(455, 1, '2026-05-06 12:12:58', '2026-05-06 12:12:58', '<img width=\"2560\" height=\"942\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/logo-scaled.png\" alt=\"\" />													<p>Pharmaceutical, Medical Device, and Biotech life sciences consulting firm.</p>			<h5>Quick Links</h5>							<ul>\n							<li>\n										Home\n									</li>\n								<li>\n										About Us\n									</li>\n								<li>\n										Our Approach\n									</li>\n								<li>\n										Industries\n									</li>\n								<li>\n										Practice Areas\n									</li>\n								<li>\n										Resources\n									</li>\n								<li>\n										Free Checklists\n									</li>\n								<li>\n										Blog\n									</li>\n								<li>\n										Press\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Location Here\n									</li>\n								<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Direct:  XXX-XXX-XXX\n											</a>\n									</li>\n						</ul>\n					<a target=\"_blank\">\n						Linkedin-in\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n									<ul>\n							<li>\n										© Copyright 2024 all rights reserved\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '434-revision-v1', '', '', '2026-05-06 12:12:58', '2026-05-06 12:12:58', '', 434, 'https://mrarif.me/casabloomllc/?p=455', 0, 'revision', '', 0),
(459, 1, '2026-05-06 12:24:01', '2026-05-06 12:24:01', '<img width=\"2560\" height=\"942\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/logo-scaled.png\" alt=\"\" />																<h5>Quick Links</h5>							<ul>\n							<li>\n											<a href=\"https://mrarif.me/casabloomllc/\">\n											Home\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/about-us/\">\n											About Us\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/services/\">\n											Services\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/employment/\">\n											Employment\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/admissions/\">\n											Admissions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/contact-us/\">\n											Contact Us\n											</a>\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Hickory, NC 28601\n									</li>\n								<li>\n											<a href=\"tel:9802721717\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Number: 980-272-1717\n											</a>\n									</li>\n						</ul>\n									<ul>\n							<li>\n										© Copyright 2024 all rights reserved\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '434-revision-v1', '', '', '2026-05-06 12:24:01', '2026-05-06 12:24:01', '', 434, 'https://mrarif.me/casabloomllc/?p=459', 0, 'revision', '', 0),
(457, 1, '2026-05-06 12:22:57', '2026-05-06 12:22:57', '<img width=\"2560\" height=\"942\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/logo-scaled.png\" alt=\"\" />																<h5>Quick Links</h5>							<ul>\n							<li>\n											<a href=\"https://mrarif.me/casabloomllc/\">\n											Home\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/about-us/\">\n											About Us\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/services/\">\n											Services\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/employment/\">\n											Employment\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/admissions/\">\n											Admissions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/contact-us/\">\n											Contact Us\n											</a>\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Location Here\n									</li>\n								<li>\n											<a href=\"tel:XXX-XXX-XXX\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Direct:  XXX-XXX-XXX\n											</a>\n									</li>\n						</ul>\n					<a target=\"_blank\">\n						Linkedin-in\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n									<ul>\n							<li>\n										© Copyright 2024 all rights reserved\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '434-revision-v1', '', '', '2026-05-06 12:22:57', '2026-05-06 12:22:57', '', 434, 'https://mrarif.me/casabloomllc/?p=457', 0, 'revision', '', 0),
(462, 1, '2026-05-06 12:25:34', '2026-05-06 12:25:34', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 12:25:34', '2026-05-06 12:25:34', '', 21, 'https://mrarif.me/casabloomllc/?p=462', 0, 'revision', '', 0),
(461, 1, '2026-05-06 12:25:34', '2026-05-06 12:25:34', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 12:25:34', '2026-05-06 12:25:34', '', 21, 'https://mrarif.me/casabloomllc/?p=461', 0, 'revision', '', 0),
(463, 1, '2026-05-06 12:26:15', '2026-05-06 12:26:15', '<img width=\"2560\" height=\"942\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/logo-scaled.png\" alt=\"\" />																<h5>Quick Links</h5>							<ul>\n							<li>\n											<a href=\"https://mrarif.me/casabloomllc/\">\n											Home\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/about-us/\">\n											About Us\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/services/\">\n											Services\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/employment/\">\n											Employment\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/admissions/\">\n											Admissions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/contact-us/\">\n											Contact Us\n											</a>\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Hickory, NC 28601\n									</li>\n								<li>\n											<a href=\"tel:9802721717\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Number: 980-272-1717\n											</a>\n									</li>\n						</ul>\n									<ul>\n							<li>\n										© Copyright 2024 all rights reserved\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '434-revision-v1', '', '', '2026-05-06 12:26:15', '2026-05-06 12:26:15', '', 434, 'https://mrarif.me/casabloomllc/?p=463', 0, 'revision', '', 0),
(464, 1, '2026-05-06 12:27:29', '2026-05-06 12:27:29', '<img width=\"2560\" height=\"942\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/logo-scaled.png\" alt=\"\" />																<h5>Quick Links</h5>							<ul>\n							<li>\n											<a href=\"https://mrarif.me/casabloomllc/\">\n											Home\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/about-us/\">\n											About Us\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/services/\">\n											Services\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/employment/\">\n											Employment\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/admissions/\">\n											Admissions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/contact-us/\">\n											Contact Us\n											</a>\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Hickory, NC 28601\n									</li>\n								<li>\n											<a href=\"tel:9802721717\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Number: 980-272-1717\n											</a>\n									</li>\n						</ul>\n									<ul>\n							<li>\n										© Copyright 2024 all rights reserved\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '434-revision-v1', '', '', '2026-05-06 12:27:29', '2026-05-06 12:27:29', '', 434, 'https://mrarif.me/casabloomllc/?p=464', 0, 'revision', '', 0),
(465, 1, '2026-05-06 12:32:17', '2026-05-06 12:32:17', '<img width=\"2560\" height=\"942\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/logo-scaled.png\" alt=\"\" />																<h5>Quick Links</h5>							<ul>\n							<li>\n											<a href=\"https://mrarif.me/casabloomllc/\">\n											Home\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/about-us/\">\n											About Us\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/services/\">\n											Services\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/employment/\">\n											Employment\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/admissions/\">\n											Admissions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/contact-us/\">\n											Contact Us\n											</a>\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Hickory, NC 28601\n									</li>\n								<li>\n											<a href=\"tel:9802721717\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Number: 980-272-1717\n											</a>\n									</li>\n						</ul>\n									<ul>\n							<li>\n										© Copyright 2024 all rights reserved\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '434-revision-v1', '', '', '2026-05-06 12:32:17', '2026-05-06 12:32:17', '', 434, 'https://mrarif.me/casabloomllc/?p=465', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(466, 1, '2026-05-06 12:34:00', '2026-05-06 12:34:00', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 12:34:00', '2026-05-06 12:34:00', '', 21, 'https://mrarif.me/casabloomllc/?p=466', 0, 'revision', '', 0),
(467, 1, '2026-05-06 12:34:00', '2026-05-06 12:34:00', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 12:34:00', '2026-05-06 12:34:00', '', 21, 'https://mrarif.me/casabloomllc/?p=467', 0, 'revision', '', 0),
(468, 1, '2026-05-06 12:34:00', '2026-05-06 12:34:00', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 12:34:00', '2026-05-06 12:34:00', '', 21, 'https://mrarif.me/casabloomllc/?p=468', 0, 'revision', '', 0),
(469, 1, '2026-05-06 12:34:02', '2026-05-06 12:34:02', '', 'fav-ico', '', 'inherit', 'closed', 'closed', '', 'fav-ico', '', '', '2026-05-06 12:34:02', '2026-05-06 12:34:02', '', 0, 'https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/fav-ico.jpg', 0, 'attachment', 'image/jpeg', 0),
(470, 1, '2026-05-06 12:34:06', '2026-05-06 12:34:06', 'https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/cropped-fav-ico.jpg', 'cropped-fav-ico.jpg', '', 'inherit', 'closed', 'closed', '', 'cropped-fav-ico-jpg', '', '', '2026-05-06 12:34:06', '2026-05-06 12:34:06', '', 469, 'https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/cropped-fav-ico.jpg', 0, 'attachment', 'image/jpeg', 0),
(471, 1, '2026-05-06 12:34:10', '2026-05-06 12:34:10', '{\n    \"site_icon\": {\n        \"value\": 470,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-05-06 12:34:09\"\n    },\n    \"astra-child::custom_logo\": {\n        \"value\": 38,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2026-05-06 12:34:09\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '2867c289-bdd4-4800-a2e6-f2c4d54472c2', '', '', '2026-05-06 12:34:10', '2026-05-06 12:34:10', '', 0, 'https://mrarif.me/casabloomllc/?p=471', 0, 'customize_changeset', '', 0),
(472, 1, '2026-05-06 12:38:01', '2026-05-06 12:38:01', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 12:38:01', '2026-05-06 12:38:01', '', 21, 'https://mrarif.me/casabloomllc/?p=472', 0, 'revision', '', 0),
(473, 1, '2026-05-06 12:38:01', '2026-05-06 12:38:01', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 12:38:01', '2026-05-06 12:38:01', '', 21, 'https://mrarif.me/casabloomllc/?p=473', 0, 'revision', '', 0),
(474, 1, '2026-05-06 12:38:01', '2026-05-06 12:38:01', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 12:38:01', '2026-05-06 12:38:01', '', 21, 'https://mrarif.me/casabloomllc/?p=474', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(475, 1, '2026-05-06 12:38:16', '2026-05-06 12:38:16', '<img width=\"2560\" height=\"942\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/logo-scaled.png\" alt=\"\" />																<h5>Quick Links</h5>							<ul>\n							<li>\n											<a href=\"https://mrarif.me/casabloomllc/\">\n											Home\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/about-us/\">\n											About Us\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/services/\">\n											Services\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/employment/\">\n											Employment\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/admissions/\">\n											Admissions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/contact-us/\">\n											Contact Us\n											</a>\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Hickory, NC 28601\n									</li>\n								<li>\n											<a href=\"tel:9802721717\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Number: 980-272-1717\n											</a>\n									</li>\n						</ul>\n									<ul>\n							<li>\n										© Copyright [copyright] all rights reserved\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '434-revision-v1', '', '', '2026-05-06 12:38:16', '2026-05-06 12:38:16', '', 434, 'https://mrarif.me/casabloomllc/?p=475', 0, 'revision', '', 0),
(476, 1, '2026-05-06 12:39:33', '2026-05-06 12:39:33', '<img width=\"2560\" height=\"942\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/logo-scaled.png\" alt=\"\" />																<h5>Quick Links</h5>							<ul>\n							<li>\n											<a href=\"https://mrarif.me/casabloomllc/\">\n											Home\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/about-us/\">\n											About Us\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/services/\">\n											Services\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/employment/\">\n											Employment\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/admissions/\">\n											Admissions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/contact-us/\">\n											Contact Us\n											</a>\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Hickory, NC 28601\n									</li>\n								<li>\n											<a href=\"tel:9802721717\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Number: 980-272-1717\n											</a>\n									</li>\n						</ul>\n									<ul>\n							<li>\n										© Copyright [copyright] all rights reserved\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '434-revision-v1', '', '', '2026-05-06 12:39:33', '2026-05-06 12:39:33', '', 434, 'https://mrarif.me/casabloomllc/?p=476', 0, 'revision', '', 0),
(481, 1, '2026-05-06 12:41:15', '2026-05-06 12:41:15', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 12:41:15', '2026-05-06 12:41:15', '', 21, 'https://mrarif.me/casabloomllc/?p=481', 0, 'revision', '', 0),
(478, 1, '2026-05-06 12:41:00', '2026-05-06 12:41:00', '<img width=\"2560\" height=\"942\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/logo-scaled.png\" alt=\"\" />																<h5>Quick Links</h5>							<ul>\n							<li>\n											<a href=\"https://mrarif.me/casabloomllc/\">\n											Home\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/about-us/\">\n											About Us\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/services/\">\n											Services\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/employment/\">\n											Employment\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/admissions/\">\n											Admissions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/contact-us/\">\n											Contact Us\n											</a>\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Hickory, NC 28601\n									</li>\n								<li>\n											<a href=\"tel:9802721717\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Number: 980-272-1717\n											</a>\n									</li>\n						</ul>\n									<ul>\n							<li>\n										© Copyright [copyright] all rights reserved\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '434-revision-v1', '', '', '2026-05-06 12:41:00', '2026-05-06 12:41:00', '', 434, 'https://mrarif.me/casabloomllc/?p=478', 0, 'revision', '', 0),
(479, 1, '2026-05-06 12:41:14', '2026-05-06 12:41:14', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 12:41:14', '2026-05-06 12:41:14', '', 21, 'https://mrarif.me/casabloomllc/?p=479', 0, 'revision', '', 0),
(480, 1, '2026-05-06 12:41:14', '2026-05-06 12:41:14', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 12:41:14', '2026-05-06 12:41:14', '', 21, 'https://mrarif.me/casabloomllc/?p=480', 0, 'revision', '', 0),
(482, 1, '2026-05-06 12:41:53', '2026-05-06 12:41:53', '<img width=\"2560\" height=\"942\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/logo-scaled.png\" alt=\"\" />																<h5>Quick Links</h5>							<ul>\n							<li>\n											<a href=\"https://mrarif.me/casabloomllc/\">\n											Home\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/about-us/\">\n											About Us\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/services/\">\n											Services\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/employment/\">\n											Employment\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/admissions/\">\n											Admissions\n											</a>\n									</li>\n								<li>\n											<a href=\"https://mrarif.me/casabloomllc/contact-us/\">\n											Contact Us\n											</a>\n									</li>\n						</ul>\n							<h5>Contact Info</h5>							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"></path></svg>						\n										Hickory, NC 28601\n									</li>\n								<li>\n											<a href=\"tel:9802721717\">\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"></path></svg>						\n										Number: 980-272-1717\n											</a>\n									</li>\n						</ul>\n									<ul>\n							<li>\n										© Copyright [copyright] all rights reserved\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '434-revision-v1', '', '', '2026-05-06 12:41:53', '2026-05-06 12:41:53', '', 434, 'https://mrarif.me/casabloomllc/?p=482', 0, 'revision', '', 0),
(486, 1, '2026-05-06 12:44:33', '2026-05-06 12:44:33', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 12:44:33', '2026-05-06 12:44:33', '', 21, 'https://mrarif.me/casabloomllc/?p=486', 0, 'revision', '', 0),
(484, 1, '2026-05-06 12:44:33', '2026-05-06 12:44:33', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 12:44:33', '2026-05-06 12:44:33', '', 21, 'https://mrarif.me/casabloomllc/?p=484', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(485, 1, '2026-05-06 12:44:33', '2026-05-06 12:44:33', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 12:44:33', '2026-05-06 12:44:33', '', 21, 'https://mrarif.me/casabloomllc/?p=485', 0, 'revision', '', 0),
(487, 1, '2026-05-06 12:46:21', '2026-05-06 12:46:21', '', 'gps_12833287.svg', '', 'inherit', 'closed', 'closed', '', 'gps_12833287-svg', '', '', '2026-05-06 12:46:21', '2026-05-06 12:46:21', '', 0, 'https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/gps_12833287.svg', 0, 'attachment', 'image/svg+xml', 0),
(488, 1, '2026-05-06 12:46:21', '2026-05-06 12:46:21', '', 'location_14315116.svg', '', 'inherit', 'closed', 'closed', '', 'location_14315116-svg', '', '', '2026-05-06 12:46:21', '2026-05-06 12:46:21', '', 0, 'https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/location_14315116.svg', 0, 'attachment', 'image/svg+xml', 0),
(489, 1, '2026-05-06 12:46:21', '2026-05-06 12:46:21', '', 'call_6163163.svg', '', 'inherit', 'closed', 'closed', '', 'call_6163163-svg', '', '', '2026-05-06 12:46:21', '2026-05-06 12:46:21', '', 0, 'https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/call_6163163.svg', 0, 'attachment', 'image/svg+xml', 0),
(490, 1, '2026-05-06 12:46:22', '2026-05-06 12:46:22', '', 'envelope_8657939.svg', '', 'inherit', 'closed', 'closed', '', 'envelope_8657939-svg', '', '', '2026-05-06 12:46:22', '2026-05-06 12:46:22', '', 0, 'https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/envelope_8657939.svg', 0, 'attachment', 'image/svg+xml', 0),
(491, 1, '2026-05-06 12:46:22', '2026-05-06 12:46:22', '', 'slider-shape-2.png', '', 'inherit', 'closed', 'closed', '', 'slider-shape-2-png', '', '', '2026-05-06 12:46:22', '2026-05-06 12:46:22', '', 0, 'https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/slider-shape-2.png', 0, 'attachment', 'image/png', 0),
(492, 1, '2026-05-06 12:46:22', '2026-05-06 12:46:22', '<h2>Contact   Info \n</h2>							\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 500 500\"><g><path d=\"m240.275 196.325c-10.803 0-21.61-3.773-30.223-11.321l-124.071-108.745c-3.287-2.878-3.614-7.875-.736-11.162 2.875-3.279 7.866-3.619 11.155-.734l124.073 108.745c11.297 9.894 28.323 9.894 39.607 0l124.072-108.745c3.283-2.879 8.28-2.539 11.155.734 2.878 3.287 2.551 8.284-.736 11.162l-124.071 108.745c-8.614 7.548-19.419 11.321-30.225 11.321z\"></path><path d=\"m86.67 287.912c-2.153 0-4.297-.871-5.859-2.594-2.934-3.23-2.691-8.234.544-11.167l119.76-108.695c3.231-2.934 8.227-2.7 11.167.543 2.933 3.23 2.689 8.234-.544 11.167l-119.76 108.695c-1.512 1.372-3.415 2.051-5.308 2.051z\"></path><path d=\"m300.614 203.262c-1.897 0-3.795-.679-5.312-2.051l-26.492-24.045c-3.229-2.933-3.473-7.937-.54-11.167 2.944-3.236 7.936-3.465 11.171-.543l26.49 24.045c3.231 2.933 3.474 7.937.54 11.167-1.562 1.723-3.705 2.594-5.857 2.594z\"></path><path d=\"m358.714 360.177c-33.817 0-61.331-27.51-61.331-61.327s27.514-61.334 61.331-61.334 61.329 27.517 61.329 61.334-27.512 61.327-61.329 61.327zm0-106.848c-25.099 0-45.518 20.419-45.518 45.521 0 25.095 20.419 45.516 45.518 45.516 25.098 0 45.517-20.421 45.517-45.516 0-25.102-20.419-45.521-45.517-45.521z\"></path><path d=\"m358.714 440.078c-2.335 0-4.55-1.032-6.051-2.817l-64.072-76.187c-23.122-27.492-28.802-65.38-14.827-98.881 13.475-32.297 41.932-53.236 76.127-56.016 5.83-.47 11.826-.47 17.637 0 34.204 2.78 62.659 23.719 76.133 56.016 13.978 33.496 8.298 71.389-14.825 98.881l-64.072 76.187c-1.501 1.786-3.716 2.817-6.05 2.817zm0-218.441c-2.542 0-5.063.106-7.555.303-28.168 2.285-51.652 19.611-62.804 46.342-11.685 28.011-6.96 59.672 12.335 82.613l58.023 68.992 58.022-68.992c19.296-22.946 24.02-54.601 12.331-82.613-11.151-26.732-34.631-44.057-62.809-46.342-2.488-.197-5.005-.303-7.543-.303z\"></path><path d=\"m275.204 321.308h-193.216c-18.31 0-33.205-14.898-33.205-33.205v-229.898c0-18.307 14.895-33.205 33.205-33.205h316.578c18.31 0 33.205 14.898 33.205 33.205v185.989c0 3.353-2.119 6.343-5.28 7.454-3.166 1.119-6.683.118-8.789-2.5-12.761-15.887-31.029-25.547-51.445-27.208-4.96-.395-10.112-.395-15.096 0-20.688 1.679-39.112 11.525-51.88 27.726-13.804 17.517-19.73 40.303-16.266 62.52.358 2.279-.303 4.601-1.803 6.355-1.506 1.755-3.698 2.767-6.008 2.767zm-193.216-280.497c-9.59 0-17.393 7.801-17.393 17.394v229.898c0 9.592 7.803 17.393 17.393 17.393h184.42c-1.411-23.57 5.829-47.059 20.454-65.619 15.522-19.691 37.905-31.661 63.029-33.7 5.822-.47 11.826-.47 17.637 0 18.048 1.47 34.716 8.085 48.431 19.024v-166.996c0-9.593-7.804-17.394-17.393-17.394z\"></path><path d=\"m358.714 475c-25.806 0-50.139-8.77-66.766-24.058-3.215-2.952-3.422-7.956-.467-11.167 2.952-3.213 7.956-3.422 11.17-.47 13.741 12.637 34.175 19.882 56.063 19.882 21.887 0 42.321-7.245 56.061-19.882 3.218-2.952 8.22-2.748 11.17.47 2.955 3.211 2.748 8.215-.466 11.167-16.627 15.288-40.96 24.058-66.765 24.058z\"></path><path d=\"m261.63 371.005h-119.98c-4.367 0-7.906-3.539-7.906-7.906s3.539-7.906 7.906-7.906h119.98c4.367 0 7.906 3.539 7.906 7.906s-3.539 7.906-7.906 7.906z\"></path><path d=\"m289.678 409.739h-119.98c-4.367 0-7.906-3.539-7.906-7.906s3.539-7.906 7.906-7.906h119.98c4.367 0 7.906 3.539 7.906 7.906s-3.538 7.906-7.906 7.906z\"></path></g></svg>			\n							<h5>Mailing Address</h5>							<ul>\n							<li>\n										58-84 Norfolk St Suite 18 Newark NJ 07103\n									</li>\n						</ul>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\" data-name=\"Layer 1\"><path d=\"m301 146.36a45 45 0 1 0 -45 45 45.05 45.05 0 0 0 45-45zm-45 34.64a34.61 34.61 0 1 1 34.62-34.61 34.64 34.64 0 0 1 -34.62 34.61z\"></path><path d=\"m414 449.22-56.84-100.67a5.21 5.21 0 0 0 -4.53-2.64h-27.73a5.2 5.2 0 1 0 0 10.39h24.7l16.23 28.7h-99.11c25.35-32.53 112.65-148.71 112.65-206.65 0-67.98-55.37-123.35-123.37-123.35a123.5 123.5 0 0 0 -123.37 123.38c0 57.94 87.28 174.12 112.63 206.65h-99.09l16.23-28.73h24.7a5.2 5.2 0 1 0 0-10.39h-27.73a5.21 5.21 0 0 0 -4.53 2.64l-56.84 100.67a5.19 5.19 0 0 0 4.52 7.75h307a5.19 5.19 0 0 0 4.52-7.75zm-158-383.8a113.1 113.1 0 0 1 113 113c0 56-92.36 177.11-113 203.46-20.63-26.35-113-147.48-113-203.46a113.09 113.09 0 0 1 113-113zm-144.61 381.16 28.91-51.16h231.4l28.91 51.16z\"></path></svg>			\n							<h5>Office Address</h5>							<ul>\n							<li>\n										58-84 Norfolk St Office A Newark NJ 07103\n									</li>\n						</ul>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"Layer_1\"><path d=\"m29.04 43.94c.69-.69 1.07-1.6 1.07-2.57s-.38-1.89-1.07-2.57l-6.81-6.81c-1.37-1.38-3.77-1.38-5.15 0l-3.76 3.76c-5.5 5.5-5.78 14.19-.61 19.35l32.18 32.18c2.48 2.48 5.76 3.7 9.11 3.7 3.64 0 7.37-1.45 10.24-4.31l3.76-3.76c1.42-1.42 1.42-3.73 0-5.15l-6.81-6.81c-1.42-1.42-3.73-1.42-5.15 0l-3.76 3.76c-.54.54-1.25.86-1.99.88-.71.01-1.36-.23-1.84-.7l-23.35-23.36c-1-1.01-.92-2.72.18-3.83zm-10.54-10.54c.62-.62 1.7-.62 2.32 0l6.81 6.81c.31.31.48.72.48 1.16s-.17.85-.48 1.16l-3.06 3.06-9.13-9.13zm38.97 38.96c.64-.64 1.68-.64 2.32 0l6.81 6.81c.64.64.64 1.68 0 2.32l-3.06 3.06-9.13-9.13zm-10.42 3.95c.87.88 2.06 1.34 3.32 1.29.91-.03 1.79-.32 2.55-.83l9.17 9.17c-2.18 1.88-4.88 2.95-7.69 3.05-3.08.12-5.99-1-8.1-3.12l-32.18-32.18c-4.16-4.17-4.12-11.07-.07-15.8l9.17 9.17c-1.24 1.86-1.1 4.32.46 5.88z\"></path><path d=\"m38.54 23.67c-.12.54.21 1.08.75 1.2 8.73 2.01 16.7 6.44 23.07 12.8 6.33 6.33 10.75 14.27 12.78 22.96.11.46.52.77.97.77.08 0 .15-.01.23-.03.54-.13.87-.66.75-1.2-2.12-9.05-6.72-17.32-13.32-23.92-6.63-6.63-14.95-11.25-24.04-13.34-.54-.12-1.07.22-1.19.76z\"></path><path d=\"m72.4 27.63c8.87 8.87 14.62 20.07 16.62 32.38.08.49.5.84.99.84.05 0 .11 0 .16-.01.54-.09.92-.6.83-1.15-2.06-12.73-8-24.3-17.18-33.47-9.17-9.17-20.76-15.12-33.53-17.2-.55-.09-1.06.28-1.15.83s.28 1.06.83 1.15c12.34 2.01 23.55 7.76 32.43 16.63z\"></path><path d=\"m37.95 37.23c-.18.52.1 1.09.62 1.27 5.36 1.84 10.11 4.81 14.13 8.83 3.98 3.98 6.93 8.69 8.77 13.98.14.41.53.67.94.67.11 0 .22-.02.33-.06.52-.18.8-.75.62-1.27-1.94-5.58-5.05-10.54-9.25-14.74-4.24-4.24-9.25-7.37-14.9-9.31-.51-.17-1.08.11-1.26.63z\"></path></g></svg>			\n							<h5>Phone </h5>							<ul>\n							<li>\n											<a href=\"tel:2015089375\">\n											 201-508-9375\n											</a>\n									</li>\n						</ul>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 2.33333 2.33333\" width=\"512\"><g id=\"Layer_x0020_1\"><path d=\"m1.96168 1.70686h-1.59002c-.031937 0-.0583228-.0263858-.0583228-.0583268v-.965122c0-.031937.0249961-.056937.0583228-.056937l1.59002.00000394c.031937 0 .0583228.0249961.0583228.056937v.965122c0 .0333268-.0263819.0583228-.0583228.0583228zm-1.59002-1.04011c-.00972047 0-.0180512.00694488-.0180512.0166654v.965122c0 .00972047.00833071.0180512.0180512.0180512h1.59002c.00972047 0 .0180512-.00833071.0180512-.0180551v-.965122c0-.00972047-.00833071-.0166654-.0180512-.0166654l-1.59002.00000394z\"></path><path d=\"m1.16459 1.38746c-.0152795 0-.0305512-.00555512-.0430512-.0152756l-.792925-.68461s-.00138583 0-.00138583-.00138976c-.00865354-.00865354-.0192283-.0208425-.00555512-.0333307.0154134-.0140787.0252913-.00201575.0319409.00416929l.791535.684614c.00833071.00694094.0236102.00694094.0333307 0l.792925-.684614c.00131496-.00122047.0168937-.0249409.0333307-.00694488.0173071.0189528-.00694488.0329213-.00694488.0361063l-.790154.686c-.0125.0111063-.0277756.0152756-.0430472.0152756z\"></path><path d=\"m.346661 1.69853c-.0177756 0-.0276929-.0229882-.0138858-.0347205l.580461-.502697c.020752-.0176299.0450748.0132874.0263858.0291654l-.580461.502697c-.00416929.00416142-.00833465.00555512-.0125.00555512zm1.63862 0c-.00416929 0-.00972441-.00138976-.0125-.00555512l-.581846-.502697c-.0198071-.0168071.00677559-.0473937.0263858-.0291654l.581846.502697c.0154291.0130945.00284646.0347205-.0138858.0347205z\"></path><path d=\"m1.56869 1.57077h-.805425c-.0257717 0-.0257717-.0388819 0-.0388819h.805425c.0257717 0 .0257717.0388819 0 .0388819z\"></path></g></svg>			\n							<h5>Email\n</h5>							<ul>\n							<li>\n											<a href=\"mailto:inquiry@aclasshomecare.com\">\n											inquiry@aclasshomecare.com\n											</a>\n									</li>\n						</ul>\n							<h2>Contact Us</h2>', 'Contact-Page', '', 'publish', 'closed', 'closed', '', 'contact-page', '', '', '2026-05-06 12:46:22', '2026-05-06 12:46:22', '', 0, 'https://mrarif.me/casabloomllc/?elementor_library=contact-page', 0, 'elementor_library', '', 0),
(493, 1, '2026-05-06 12:46:22', '2026-05-06 12:46:22', '<h2>Contact   Info \n</h2>							\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 500 500\"><g><path d=\"m240.275 196.325c-10.803 0-21.61-3.773-30.223-11.321l-124.071-108.745c-3.287-2.878-3.614-7.875-.736-11.162 2.875-3.279 7.866-3.619 11.155-.734l124.073 108.745c11.297 9.894 28.323 9.894 39.607 0l124.072-108.745c3.283-2.879 8.28-2.539 11.155.734 2.878 3.287 2.551 8.284-.736 11.162l-124.071 108.745c-8.614 7.548-19.419 11.321-30.225 11.321z\"></path><path d=\"m86.67 287.912c-2.153 0-4.297-.871-5.859-2.594-2.934-3.23-2.691-8.234.544-11.167l119.76-108.695c3.231-2.934 8.227-2.7 11.167.543 2.933 3.23 2.689 8.234-.544 11.167l-119.76 108.695c-1.512 1.372-3.415 2.051-5.308 2.051z\"></path><path d=\"m300.614 203.262c-1.897 0-3.795-.679-5.312-2.051l-26.492-24.045c-3.229-2.933-3.473-7.937-.54-11.167 2.944-3.236 7.936-3.465 11.171-.543l26.49 24.045c3.231 2.933 3.474 7.937.54 11.167-1.562 1.723-3.705 2.594-5.857 2.594z\"></path><path d=\"m358.714 360.177c-33.817 0-61.331-27.51-61.331-61.327s27.514-61.334 61.331-61.334 61.329 27.517 61.329 61.334-27.512 61.327-61.329 61.327zm0-106.848c-25.099 0-45.518 20.419-45.518 45.521 0 25.095 20.419 45.516 45.518 45.516 25.098 0 45.517-20.421 45.517-45.516 0-25.102-20.419-45.521-45.517-45.521z\"></path><path d=\"m358.714 440.078c-2.335 0-4.55-1.032-6.051-2.817l-64.072-76.187c-23.122-27.492-28.802-65.38-14.827-98.881 13.475-32.297 41.932-53.236 76.127-56.016 5.83-.47 11.826-.47 17.637 0 34.204 2.78 62.659 23.719 76.133 56.016 13.978 33.496 8.298 71.389-14.825 98.881l-64.072 76.187c-1.501 1.786-3.716 2.817-6.05 2.817zm0-218.441c-2.542 0-5.063.106-7.555.303-28.168 2.285-51.652 19.611-62.804 46.342-11.685 28.011-6.96 59.672 12.335 82.613l58.023 68.992 58.022-68.992c19.296-22.946 24.02-54.601 12.331-82.613-11.151-26.732-34.631-44.057-62.809-46.342-2.488-.197-5.005-.303-7.543-.303z\"></path><path d=\"m275.204 321.308h-193.216c-18.31 0-33.205-14.898-33.205-33.205v-229.898c0-18.307 14.895-33.205 33.205-33.205h316.578c18.31 0 33.205 14.898 33.205 33.205v185.989c0 3.353-2.119 6.343-5.28 7.454-3.166 1.119-6.683.118-8.789-2.5-12.761-15.887-31.029-25.547-51.445-27.208-4.96-.395-10.112-.395-15.096 0-20.688 1.679-39.112 11.525-51.88 27.726-13.804 17.517-19.73 40.303-16.266 62.52.358 2.279-.303 4.601-1.803 6.355-1.506 1.755-3.698 2.767-6.008 2.767zm-193.216-280.497c-9.59 0-17.393 7.801-17.393 17.394v229.898c0 9.592 7.803 17.393 17.393 17.393h184.42c-1.411-23.57 5.829-47.059 20.454-65.619 15.522-19.691 37.905-31.661 63.029-33.7 5.822-.47 11.826-.47 17.637 0 18.048 1.47 34.716 8.085 48.431 19.024v-166.996c0-9.593-7.804-17.394-17.393-17.394z\"></path><path d=\"m358.714 475c-25.806 0-50.139-8.77-66.766-24.058-3.215-2.952-3.422-7.956-.467-11.167 2.952-3.213 7.956-3.422 11.17-.47 13.741 12.637 34.175 19.882 56.063 19.882 21.887 0 42.321-7.245 56.061-19.882 3.218-2.952 8.22-2.748 11.17.47 2.955 3.211 2.748 8.215-.466 11.167-16.627 15.288-40.96 24.058-66.765 24.058z\"></path><path d=\"m261.63 371.005h-119.98c-4.367 0-7.906-3.539-7.906-7.906s3.539-7.906 7.906-7.906h119.98c4.367 0 7.906 3.539 7.906 7.906s-3.539 7.906-7.906 7.906z\"></path><path d=\"m289.678 409.739h-119.98c-4.367 0-7.906-3.539-7.906-7.906s3.539-7.906 7.906-7.906h119.98c4.367 0 7.906 3.539 7.906 7.906s-3.538 7.906-7.906 7.906z\"></path></g></svg>			\n							<h5>Mailing Address</h5>							<ul>\n							<li>\n										58-84 Norfolk St Suite 18 Newark NJ 07103\n									</li>\n						</ul>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\" data-name=\"Layer 1\"><path d=\"m301 146.36a45 45 0 1 0 -45 45 45.05 45.05 0 0 0 45-45zm-45 34.64a34.61 34.61 0 1 1 34.62-34.61 34.64 34.64 0 0 1 -34.62 34.61z\"></path><path d=\"m414 449.22-56.84-100.67a5.21 5.21 0 0 0 -4.53-2.64h-27.73a5.2 5.2 0 1 0 0 10.39h24.7l16.23 28.7h-99.11c25.35-32.53 112.65-148.71 112.65-206.65 0-67.98-55.37-123.35-123.37-123.35a123.5 123.5 0 0 0 -123.37 123.38c0 57.94 87.28 174.12 112.63 206.65h-99.09l16.23-28.73h24.7a5.2 5.2 0 1 0 0-10.39h-27.73a5.21 5.21 0 0 0 -4.53 2.64l-56.84 100.67a5.19 5.19 0 0 0 4.52 7.75h307a5.19 5.19 0 0 0 4.52-7.75zm-158-383.8a113.1 113.1 0 0 1 113 113c0 56-92.36 177.11-113 203.46-20.63-26.35-113-147.48-113-203.46a113.09 113.09 0 0 1 113-113zm-144.61 381.16 28.91-51.16h231.4l28.91 51.16z\"></path></svg>			\n							<h5>Office Address</h5>							<ul>\n							<li>\n										58-84 Norfolk St Office A Newark NJ 07103\n									</li>\n						</ul>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"Layer_1\"><path d=\"m29.04 43.94c.69-.69 1.07-1.6 1.07-2.57s-.38-1.89-1.07-2.57l-6.81-6.81c-1.37-1.38-3.77-1.38-5.15 0l-3.76 3.76c-5.5 5.5-5.78 14.19-.61 19.35l32.18 32.18c2.48 2.48 5.76 3.7 9.11 3.7 3.64 0 7.37-1.45 10.24-4.31l3.76-3.76c1.42-1.42 1.42-3.73 0-5.15l-6.81-6.81c-1.42-1.42-3.73-1.42-5.15 0l-3.76 3.76c-.54.54-1.25.86-1.99.88-.71.01-1.36-.23-1.84-.7l-23.35-23.36c-1-1.01-.92-2.72.18-3.83zm-10.54-10.54c.62-.62 1.7-.62 2.32 0l6.81 6.81c.31.31.48.72.48 1.16s-.17.85-.48 1.16l-3.06 3.06-9.13-9.13zm38.97 38.96c.64-.64 1.68-.64 2.32 0l6.81 6.81c.64.64.64 1.68 0 2.32l-3.06 3.06-9.13-9.13zm-10.42 3.95c.87.88 2.06 1.34 3.32 1.29.91-.03 1.79-.32 2.55-.83l9.17 9.17c-2.18 1.88-4.88 2.95-7.69 3.05-3.08.12-5.99-1-8.1-3.12l-32.18-32.18c-4.16-4.17-4.12-11.07-.07-15.8l9.17 9.17c-1.24 1.86-1.1 4.32.46 5.88z\"></path><path d=\"m38.54 23.67c-.12.54.21 1.08.75 1.2 8.73 2.01 16.7 6.44 23.07 12.8 6.33 6.33 10.75 14.27 12.78 22.96.11.46.52.77.97.77.08 0 .15-.01.23-.03.54-.13.87-.66.75-1.2-2.12-9.05-6.72-17.32-13.32-23.92-6.63-6.63-14.95-11.25-24.04-13.34-.54-.12-1.07.22-1.19.76z\"></path><path d=\"m72.4 27.63c8.87 8.87 14.62 20.07 16.62 32.38.08.49.5.84.99.84.05 0 .11 0 .16-.01.54-.09.92-.6.83-1.15-2.06-12.73-8-24.3-17.18-33.47-9.17-9.17-20.76-15.12-33.53-17.2-.55-.09-1.06.28-1.15.83s.28 1.06.83 1.15c12.34 2.01 23.55 7.76 32.43 16.63z\"></path><path d=\"m37.95 37.23c-.18.52.1 1.09.62 1.27 5.36 1.84 10.11 4.81 14.13 8.83 3.98 3.98 6.93 8.69 8.77 13.98.14.41.53.67.94.67.11 0 .22-.02.33-.06.52-.18.8-.75.62-1.27-1.94-5.58-5.05-10.54-9.25-14.74-4.24-4.24-9.25-7.37-14.9-9.31-.51-.17-1.08.11-1.26.63z\"></path></g></svg>			\n							<h5>Phone </h5>							<ul>\n							<li>\n											<a href=\"tel:2015089375\">\n											 201-508-9375\n											</a>\n									</li>\n						</ul>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" clip-rule=\"evenodd\" fill-rule=\"evenodd\" height=\"512\" image-rendering=\"optimizeQuality\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 2.33333 2.33333\" width=\"512\"><g id=\"Layer_x0020_1\"><path d=\"m1.96168 1.70686h-1.59002c-.031937 0-.0583228-.0263858-.0583228-.0583268v-.965122c0-.031937.0249961-.056937.0583228-.056937l1.59002.00000394c.031937 0 .0583228.0249961.0583228.056937v.965122c0 .0333268-.0263819.0583228-.0583228.0583228zm-1.59002-1.04011c-.00972047 0-.0180512.00694488-.0180512.0166654v.965122c0 .00972047.00833071.0180512.0180512.0180512h1.59002c.00972047 0 .0180512-.00833071.0180512-.0180551v-.965122c0-.00972047-.00833071-.0166654-.0180512-.0166654l-1.59002.00000394z\"></path><path d=\"m1.16459 1.38746c-.0152795 0-.0305512-.00555512-.0430512-.0152756l-.792925-.68461s-.00138583 0-.00138583-.00138976c-.00865354-.00865354-.0192283-.0208425-.00555512-.0333307.0154134-.0140787.0252913-.00201575.0319409.00416929l.791535.684614c.00833071.00694094.0236102.00694094.0333307 0l.792925-.684614c.00131496-.00122047.0168937-.0249409.0333307-.00694488.0173071.0189528-.00694488.0329213-.00694488.0361063l-.790154.686c-.0125.0111063-.0277756.0152756-.0430472.0152756z\"></path><path d=\"m.346661 1.69853c-.0177756 0-.0276929-.0229882-.0138858-.0347205l.580461-.502697c.020752-.0176299.0450748.0132874.0263858.0291654l-.580461.502697c-.00416929.00416142-.00833465.00555512-.0125.00555512zm1.63862 0c-.00416929 0-.00972441-.00138976-.0125-.00555512l-.581846-.502697c-.0198071-.0168071.00677559-.0473937.0263858-.0291654l.581846.502697c.0154291.0130945.00284646.0347205-.0138858.0347205z\"></path><path d=\"m1.56869 1.57077h-.805425c-.0257717 0-.0257717-.0388819 0-.0388819h.805425c.0257717 0 .0257717.0388819 0 .0388819z\"></path></g></svg>			\n							<h5>Email\n</h5>							<ul>\n							<li>\n											<a href=\"mailto:inquiry@aclasshomecare.com\">\n											inquiry@aclasshomecare.com\n											</a>\n									</li>\n						</ul>\n							<h2>Contact Us</h2>', 'Contact-Page', '', 'inherit', 'closed', 'closed', '', '492-revision-v1', '', '', '2026-05-06 12:46:22', '2026-05-06 12:46:22', '', 492, 'https://mrarif.me/casabloomllc/?p=493', 0, 'revision', '', 0),
(495, 1, '2026-05-06 12:47:57', '2026-05-06 12:47:57', '', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-05-06 12:47:57', '2026-05-06 12:47:57', '', 19, 'https://mrarif.me/casabloomllc/?p=495', 0, 'revision', '', 0),
(496, 1, '2026-05-06 12:47:58', '2026-05-06 12:47:58', '', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-05-06 12:47:58', '2026-05-06 12:47:58', '', 19, 'https://mrarif.me/casabloomllc/?p=496', 0, 'revision', '', 0),
(497, 1, '2026-05-06 12:47:59', '2026-05-06 12:47:59', '<h2>Contact   Info \n</h2>							\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\" data-name=\"Layer 1\"><path d=\"m301 146.36a45 45 0 1 0 -45 45 45.05 45.05 0 0 0 45-45zm-45 34.64a34.61 34.61 0 1 1 34.62-34.61 34.64 34.64 0 0 1 -34.62 34.61z\"></path><path d=\"m414 449.22-56.84-100.67a5.21 5.21 0 0 0 -4.53-2.64h-27.73a5.2 5.2 0 1 0 0 10.39h24.7l16.23 28.7h-99.11c25.35-32.53 112.65-148.71 112.65-206.65 0-67.98-55.37-123.35-123.37-123.35a123.5 123.5 0 0 0 -123.37 123.38c0 57.94 87.28 174.12 112.63 206.65h-99.09l16.23-28.73h24.7a5.2 5.2 0 1 0 0-10.39h-27.73a5.21 5.21 0 0 0 -4.53 2.64l-56.84 100.67a5.19 5.19 0 0 0 4.52 7.75h307a5.19 5.19 0 0 0 4.52-7.75zm-158-383.8a113.1 113.1 0 0 1 113 113c0 56-92.36 177.11-113 203.46-20.63-26.35-113-147.48-113-203.46a113.09 113.09 0 0 1 113-113zm-144.61 381.16 28.91-51.16h231.4l28.91 51.16z\"></path></svg>			\n							<h5>Office Address</h5>							<ul>\n							<li>\n										Hickory, NC 28601\n									</li>\n						</ul>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"Layer_1\"><path d=\"m29.04 43.94c.69-.69 1.07-1.6 1.07-2.57s-.38-1.89-1.07-2.57l-6.81-6.81c-1.37-1.38-3.77-1.38-5.15 0l-3.76 3.76c-5.5 5.5-5.78 14.19-.61 19.35l32.18 32.18c2.48 2.48 5.76 3.7 9.11 3.7 3.64 0 7.37-1.45 10.24-4.31l3.76-3.76c1.42-1.42 1.42-3.73 0-5.15l-6.81-6.81c-1.42-1.42-3.73-1.42-5.15 0l-3.76 3.76c-.54.54-1.25.86-1.99.88-.71.01-1.36-.23-1.84-.7l-23.35-23.36c-1-1.01-.92-2.72.18-3.83zm-10.54-10.54c.62-.62 1.7-.62 2.32 0l6.81 6.81c.31.31.48.72.48 1.16s-.17.85-.48 1.16l-3.06 3.06-9.13-9.13zm38.97 38.96c.64-.64 1.68-.64 2.32 0l6.81 6.81c.64.64.64 1.68 0 2.32l-3.06 3.06-9.13-9.13zm-10.42 3.95c.87.88 2.06 1.34 3.32 1.29.91-.03 1.79-.32 2.55-.83l9.17 9.17c-2.18 1.88-4.88 2.95-7.69 3.05-3.08.12-5.99-1-8.1-3.12l-32.18-32.18c-4.16-4.17-4.12-11.07-.07-15.8l9.17 9.17c-1.24 1.86-1.1 4.32.46 5.88z\"></path><path d=\"m38.54 23.67c-.12.54.21 1.08.75 1.2 8.73 2.01 16.7 6.44 23.07 12.8 6.33 6.33 10.75 14.27 12.78 22.96.11.46.52.77.97.77.08 0 .15-.01.23-.03.54-.13.87-.66.75-1.2-2.12-9.05-6.72-17.32-13.32-23.92-6.63-6.63-14.95-11.25-24.04-13.34-.54-.12-1.07.22-1.19.76z\"></path><path d=\"m72.4 27.63c8.87 8.87 14.62 20.07 16.62 32.38.08.49.5.84.99.84.05 0 .11 0 .16-.01.54-.09.92-.6.83-1.15-2.06-12.73-8-24.3-17.18-33.47-9.17-9.17-20.76-15.12-33.53-17.2-.55-.09-1.06.28-1.15.83s.28 1.06.83 1.15c12.34 2.01 23.55 7.76 32.43 16.63z\"></path><path d=\"m37.95 37.23c-.18.52.1 1.09.62 1.27 5.36 1.84 10.11 4.81 14.13 8.83 3.98 3.98 6.93 8.69 8.77 13.98.14.41.53.67.94.67.11 0 .22-.02.33-.06.52-.18.8-.75.62-1.27-1.94-5.58-5.05-10.54-9.25-14.74-4.24-4.24-9.25-7.37-14.9-9.31-.51-.17-1.08.11-1.26.63z\"></path></g></svg>			\n							<h5>Phone </h5>							<ul>\n							<li>\n											<a href=\"tel:9802721717\">\n											980-272-1717\n											</a>\n									</li>\n						</ul>\n							<h2>Contact Us</h2>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-05-06 12:47:59', '2026-05-06 12:47:59', '', 19, 'https://mrarif.me/casabloomllc/?p=497', 0, 'revision', '', 0),
(504, 1, '2026-05-06 12:50:50', '2026-05-06 12:50:50', '<h2>Contact   Info \n</h2>							\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\" data-name=\"Layer 1\"><path d=\"m301 146.36a45 45 0 1 0 -45 45 45.05 45.05 0 0 0 45-45zm-45 34.64a34.61 34.61 0 1 1 34.62-34.61 34.64 34.64 0 0 1 -34.62 34.61z\"></path><path d=\"m414 449.22-56.84-100.67a5.21 5.21 0 0 0 -4.53-2.64h-27.73a5.2 5.2 0 1 0 0 10.39h24.7l16.23 28.7h-99.11c25.35-32.53 112.65-148.71 112.65-206.65 0-67.98-55.37-123.35-123.37-123.35a123.5 123.5 0 0 0 -123.37 123.38c0 57.94 87.28 174.12 112.63 206.65h-99.09l16.23-28.73h24.7a5.2 5.2 0 1 0 0-10.39h-27.73a5.21 5.21 0 0 0 -4.53 2.64l-56.84 100.67a5.19 5.19 0 0 0 4.52 7.75h307a5.19 5.19 0 0 0 4.52-7.75zm-158-383.8a113.1 113.1 0 0 1 113 113c0 56-92.36 177.11-113 203.46-20.63-26.35-113-147.48-113-203.46a113.09 113.09 0 0 1 113-113zm-144.61 381.16 28.91-51.16h231.4l28.91 51.16z\"></path></svg>			\n							<h5>Office Address</h5>							<ul>\n							<li>\n										Hickory, NC 28601\n									</li>\n						</ul>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"Layer_1\"><path d=\"m29.04 43.94c.69-.69 1.07-1.6 1.07-2.57s-.38-1.89-1.07-2.57l-6.81-6.81c-1.37-1.38-3.77-1.38-5.15 0l-3.76 3.76c-5.5 5.5-5.78 14.19-.61 19.35l32.18 32.18c2.48 2.48 5.76 3.7 9.11 3.7 3.64 0 7.37-1.45 10.24-4.31l3.76-3.76c1.42-1.42 1.42-3.73 0-5.15l-6.81-6.81c-1.42-1.42-3.73-1.42-5.15 0l-3.76 3.76c-.54.54-1.25.86-1.99.88-.71.01-1.36-.23-1.84-.7l-23.35-23.36c-1-1.01-.92-2.72.18-3.83zm-10.54-10.54c.62-.62 1.7-.62 2.32 0l6.81 6.81c.31.31.48.72.48 1.16s-.17.85-.48 1.16l-3.06 3.06-9.13-9.13zm38.97 38.96c.64-.64 1.68-.64 2.32 0l6.81 6.81c.64.64.64 1.68 0 2.32l-3.06 3.06-9.13-9.13zm-10.42 3.95c.87.88 2.06 1.34 3.32 1.29.91-.03 1.79-.32 2.55-.83l9.17 9.17c-2.18 1.88-4.88 2.95-7.69 3.05-3.08.12-5.99-1-8.1-3.12l-32.18-32.18c-4.16-4.17-4.12-11.07-.07-15.8l9.17 9.17c-1.24 1.86-1.1 4.32.46 5.88z\"></path><path d=\"m38.54 23.67c-.12.54.21 1.08.75 1.2 8.73 2.01 16.7 6.44 23.07 12.8 6.33 6.33 10.75 14.27 12.78 22.96.11.46.52.77.97.77.08 0 .15-.01.23-.03.54-.13.87-.66.75-1.2-2.12-9.05-6.72-17.32-13.32-23.92-6.63-6.63-14.95-11.25-24.04-13.34-.54-.12-1.07.22-1.19.76z\"></path><path d=\"m72.4 27.63c8.87 8.87 14.62 20.07 16.62 32.38.08.49.5.84.99.84.05 0 .11 0 .16-.01.54-.09.92-.6.83-1.15-2.06-12.73-8-24.3-17.18-33.47-9.17-9.17-20.76-15.12-33.53-17.2-.55-.09-1.06.28-1.15.83s.28 1.06.83 1.15c12.34 2.01 23.55 7.76 32.43 16.63z\"></path><path d=\"m37.95 37.23c-.18.52.1 1.09.62 1.27 5.36 1.84 10.11 4.81 14.13 8.83 3.98 3.98 6.93 8.69 8.77 13.98.14.41.53.67.94.67.11 0 .22-.02.33-.06.52-.18.8-.75.62-1.27-1.94-5.58-5.05-10.54-9.25-14.74-4.24-4.24-9.25-7.37-14.9-9.31-.51-.17-1.08.11-1.26.63z\"></path></g></svg>			\n							<h5>Phone </h5>							<ul>\n							<li>\n											<a href=\"tel:9802721717\">\n											980-272-1717\n											</a>\n									</li>\n						</ul>\n							<h2>Contact Us</h2>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-05-06 12:50:50', '2026-05-06 12:50:50', '', 19, 'https://mrarif.me/casabloomllc/?p=504', 0, 'revision', '', 0),
(499, 1, '2026-05-06 12:50:40', '2026-05-06 12:50:40', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 12:50:40', '2026-05-06 12:50:40', '', 21, 'https://mrarif.me/casabloomllc/?p=499', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(500, 1, '2026-05-06 12:50:40', '2026-05-06 12:50:40', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 12:50:40', '2026-05-06 12:50:40', '', 21, 'https://mrarif.me/casabloomllc/?p=500', 0, 'revision', '', 0),
(501, 1, '2026-05-06 12:50:41', '2026-05-06 12:50:41', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 12:50:41', '2026-05-06 12:50:41', '', 21, 'https://mrarif.me/casabloomllc/?p=501', 0, 'revision', '', 0),
(502, 1, '2026-05-06 12:50:49', '2026-05-06 12:50:49', '<h2>Contact   Info \n</h2>							\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\" data-name=\"Layer 1\"><path d=\"m301 146.36a45 45 0 1 0 -45 45 45.05 45.05 0 0 0 45-45zm-45 34.64a34.61 34.61 0 1 1 34.62-34.61 34.64 34.64 0 0 1 -34.62 34.61z\"></path><path d=\"m414 449.22-56.84-100.67a5.21 5.21 0 0 0 -4.53-2.64h-27.73a5.2 5.2 0 1 0 0 10.39h24.7l16.23 28.7h-99.11c25.35-32.53 112.65-148.71 112.65-206.65 0-67.98-55.37-123.35-123.37-123.35a123.5 123.5 0 0 0 -123.37 123.38c0 57.94 87.28 174.12 112.63 206.65h-99.09l16.23-28.73h24.7a5.2 5.2 0 1 0 0-10.39h-27.73a5.21 5.21 0 0 0 -4.53 2.64l-56.84 100.67a5.19 5.19 0 0 0 4.52 7.75h307a5.19 5.19 0 0 0 4.52-7.75zm-158-383.8a113.1 113.1 0 0 1 113 113c0 56-92.36 177.11-113 203.46-20.63-26.35-113-147.48-113-203.46a113.09 113.09 0 0 1 113-113zm-144.61 381.16 28.91-51.16h231.4l28.91 51.16z\"></path></svg>			\n							<h5>Office Address</h5>							<ul>\n							<li>\n										Hickory, NC 28601\n									</li>\n						</ul>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"Layer_1\"><path d=\"m29.04 43.94c.69-.69 1.07-1.6 1.07-2.57s-.38-1.89-1.07-2.57l-6.81-6.81c-1.37-1.38-3.77-1.38-5.15 0l-3.76 3.76c-5.5 5.5-5.78 14.19-.61 19.35l32.18 32.18c2.48 2.48 5.76 3.7 9.11 3.7 3.64 0 7.37-1.45 10.24-4.31l3.76-3.76c1.42-1.42 1.42-3.73 0-5.15l-6.81-6.81c-1.42-1.42-3.73-1.42-5.15 0l-3.76 3.76c-.54.54-1.25.86-1.99.88-.71.01-1.36-.23-1.84-.7l-23.35-23.36c-1-1.01-.92-2.72.18-3.83zm-10.54-10.54c.62-.62 1.7-.62 2.32 0l6.81 6.81c.31.31.48.72.48 1.16s-.17.85-.48 1.16l-3.06 3.06-9.13-9.13zm38.97 38.96c.64-.64 1.68-.64 2.32 0l6.81 6.81c.64.64.64 1.68 0 2.32l-3.06 3.06-9.13-9.13zm-10.42 3.95c.87.88 2.06 1.34 3.32 1.29.91-.03 1.79-.32 2.55-.83l9.17 9.17c-2.18 1.88-4.88 2.95-7.69 3.05-3.08.12-5.99-1-8.1-3.12l-32.18-32.18c-4.16-4.17-4.12-11.07-.07-15.8l9.17 9.17c-1.24 1.86-1.1 4.32.46 5.88z\"></path><path d=\"m38.54 23.67c-.12.54.21 1.08.75 1.2 8.73 2.01 16.7 6.44 23.07 12.8 6.33 6.33 10.75 14.27 12.78 22.96.11.46.52.77.97.77.08 0 .15-.01.23-.03.54-.13.87-.66.75-1.2-2.12-9.05-6.72-17.32-13.32-23.92-6.63-6.63-14.95-11.25-24.04-13.34-.54-.12-1.07.22-1.19.76z\"></path><path d=\"m72.4 27.63c8.87 8.87 14.62 20.07 16.62 32.38.08.49.5.84.99.84.05 0 .11 0 .16-.01.54-.09.92-.6.83-1.15-2.06-12.73-8-24.3-17.18-33.47-9.17-9.17-20.76-15.12-33.53-17.2-.55-.09-1.06.28-1.15.83s.28 1.06.83 1.15c12.34 2.01 23.55 7.76 32.43 16.63z\"></path><path d=\"m37.95 37.23c-.18.52.1 1.09.62 1.27 5.36 1.84 10.11 4.81 14.13 8.83 3.98 3.98 6.93 8.69 8.77 13.98.14.41.53.67.94.67.11 0 .22-.02.33-.06.52-.18.8-.75.62-1.27-1.94-5.58-5.05-10.54-9.25-14.74-4.24-4.24-9.25-7.37-14.9-9.31-.51-.17-1.08.11-1.26.63z\"></path></g></svg>			\n							<h5>Phone </h5>							<ul>\n							<li>\n											<a href=\"tel:9802721717\">\n											980-272-1717\n											</a>\n									</li>\n						</ul>\n							<h2>Contact Us</h2>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-05-06 12:50:49', '2026-05-06 12:50:49', '', 19, 'https://mrarif.me/casabloomllc/?p=502', 0, 'revision', '', 0),
(503, 1, '2026-05-06 12:50:49', '2026-05-06 12:50:49', '<h2>Contact   Info \n</h2>							\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\" data-name=\"Layer 1\"><path d=\"m301 146.36a45 45 0 1 0 -45 45 45.05 45.05 0 0 0 45-45zm-45 34.64a34.61 34.61 0 1 1 34.62-34.61 34.64 34.64 0 0 1 -34.62 34.61z\"></path><path d=\"m414 449.22-56.84-100.67a5.21 5.21 0 0 0 -4.53-2.64h-27.73a5.2 5.2 0 1 0 0 10.39h24.7l16.23 28.7h-99.11c25.35-32.53 112.65-148.71 112.65-206.65 0-67.98-55.37-123.35-123.37-123.35a123.5 123.5 0 0 0 -123.37 123.38c0 57.94 87.28 174.12 112.63 206.65h-99.09l16.23-28.73h24.7a5.2 5.2 0 1 0 0-10.39h-27.73a5.21 5.21 0 0 0 -4.53 2.64l-56.84 100.67a5.19 5.19 0 0 0 4.52 7.75h307a5.19 5.19 0 0 0 4.52-7.75zm-158-383.8a113.1 113.1 0 0 1 113 113c0 56-92.36 177.11-113 203.46-20.63-26.35-113-147.48-113-203.46a113.09 113.09 0 0 1 113-113zm-144.61 381.16 28.91-51.16h231.4l28.91 51.16z\"></path></svg>			\n							<h5>Office Address</h5>							<ul>\n							<li>\n										Hickory, NC 28601\n									</li>\n						</ul>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"Layer_1\"><path d=\"m29.04 43.94c.69-.69 1.07-1.6 1.07-2.57s-.38-1.89-1.07-2.57l-6.81-6.81c-1.37-1.38-3.77-1.38-5.15 0l-3.76 3.76c-5.5 5.5-5.78 14.19-.61 19.35l32.18 32.18c2.48 2.48 5.76 3.7 9.11 3.7 3.64 0 7.37-1.45 10.24-4.31l3.76-3.76c1.42-1.42 1.42-3.73 0-5.15l-6.81-6.81c-1.42-1.42-3.73-1.42-5.15 0l-3.76 3.76c-.54.54-1.25.86-1.99.88-.71.01-1.36-.23-1.84-.7l-23.35-23.36c-1-1.01-.92-2.72.18-3.83zm-10.54-10.54c.62-.62 1.7-.62 2.32 0l6.81 6.81c.31.31.48.72.48 1.16s-.17.85-.48 1.16l-3.06 3.06-9.13-9.13zm38.97 38.96c.64-.64 1.68-.64 2.32 0l6.81 6.81c.64.64.64 1.68 0 2.32l-3.06 3.06-9.13-9.13zm-10.42 3.95c.87.88 2.06 1.34 3.32 1.29.91-.03 1.79-.32 2.55-.83l9.17 9.17c-2.18 1.88-4.88 2.95-7.69 3.05-3.08.12-5.99-1-8.1-3.12l-32.18-32.18c-4.16-4.17-4.12-11.07-.07-15.8l9.17 9.17c-1.24 1.86-1.1 4.32.46 5.88z\"></path><path d=\"m38.54 23.67c-.12.54.21 1.08.75 1.2 8.73 2.01 16.7 6.44 23.07 12.8 6.33 6.33 10.75 14.27 12.78 22.96.11.46.52.77.97.77.08 0 .15-.01.23-.03.54-.13.87-.66.75-1.2-2.12-9.05-6.72-17.32-13.32-23.92-6.63-6.63-14.95-11.25-24.04-13.34-.54-.12-1.07.22-1.19.76z\"></path><path d=\"m72.4 27.63c8.87 8.87 14.62 20.07 16.62 32.38.08.49.5.84.99.84.05 0 .11 0 .16-.01.54-.09.92-.6.83-1.15-2.06-12.73-8-24.3-17.18-33.47-9.17-9.17-20.76-15.12-33.53-17.2-.55-.09-1.06.28-1.15.83s.28 1.06.83 1.15c12.34 2.01 23.55 7.76 32.43 16.63z\"></path><path d=\"m37.95 37.23c-.18.52.1 1.09.62 1.27 5.36 1.84 10.11 4.81 14.13 8.83 3.98 3.98 6.93 8.69 8.77 13.98.14.41.53.67.94.67.11 0 .22-.02.33-.06.52-.18.8-.75.62-1.27-1.94-5.58-5.05-10.54-9.25-14.74-4.24-4.24-9.25-7.37-14.9-9.31-.51-.17-1.08.11-1.26.63z\"></path></g></svg>			\n							<h5>Phone </h5>							<ul>\n							<li>\n											<a href=\"tel:9802721717\">\n											980-272-1717\n											</a>\n									</li>\n						</ul>\n							<h2>Contact Us</h2>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-05-06 12:50:49', '2026-05-06 12:50:49', '', 19, 'https://mrarif.me/casabloomllc/?p=503', 0, 'revision', '', 0),
(505, 1, '2026-05-06 12:51:45', '2026-05-06 12:51:45', '<h2>Contact   Info \n</h2>							\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\" data-name=\"Layer 1\"><path d=\"m301 146.36a45 45 0 1 0 -45 45 45.05 45.05 0 0 0 45-45zm-45 34.64a34.61 34.61 0 1 1 34.62-34.61 34.64 34.64 0 0 1 -34.62 34.61z\"></path><path d=\"m414 449.22-56.84-100.67a5.21 5.21 0 0 0 -4.53-2.64h-27.73a5.2 5.2 0 1 0 0 10.39h24.7l16.23 28.7h-99.11c25.35-32.53 112.65-148.71 112.65-206.65 0-67.98-55.37-123.35-123.37-123.35a123.5 123.5 0 0 0 -123.37 123.38c0 57.94 87.28 174.12 112.63 206.65h-99.09l16.23-28.73h24.7a5.2 5.2 0 1 0 0-10.39h-27.73a5.21 5.21 0 0 0 -4.53 2.64l-56.84 100.67a5.19 5.19 0 0 0 4.52 7.75h307a5.19 5.19 0 0 0 4.52-7.75zm-158-383.8a113.1 113.1 0 0 1 113 113c0 56-92.36 177.11-113 203.46-20.63-26.35-113-147.48-113-203.46a113.09 113.09 0 0 1 113-113zm-144.61 381.16 28.91-51.16h231.4l28.91 51.16z\"></path></svg>			\n							<h5>Office Address</h5>							<ul>\n							<li>\n										Hickory, NC 28601\n									</li>\n						</ul>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"Layer_1\"><path d=\"m29.04 43.94c.69-.69 1.07-1.6 1.07-2.57s-.38-1.89-1.07-2.57l-6.81-6.81c-1.37-1.38-3.77-1.38-5.15 0l-3.76 3.76c-5.5 5.5-5.78 14.19-.61 19.35l32.18 32.18c2.48 2.48 5.76 3.7 9.11 3.7 3.64 0 7.37-1.45 10.24-4.31l3.76-3.76c1.42-1.42 1.42-3.73 0-5.15l-6.81-6.81c-1.42-1.42-3.73-1.42-5.15 0l-3.76 3.76c-.54.54-1.25.86-1.99.88-.71.01-1.36-.23-1.84-.7l-23.35-23.36c-1-1.01-.92-2.72.18-3.83zm-10.54-10.54c.62-.62 1.7-.62 2.32 0l6.81 6.81c.31.31.48.72.48 1.16s-.17.85-.48 1.16l-3.06 3.06-9.13-9.13zm38.97 38.96c.64-.64 1.68-.64 2.32 0l6.81 6.81c.64.64.64 1.68 0 2.32l-3.06 3.06-9.13-9.13zm-10.42 3.95c.87.88 2.06 1.34 3.32 1.29.91-.03 1.79-.32 2.55-.83l9.17 9.17c-2.18 1.88-4.88 2.95-7.69 3.05-3.08.12-5.99-1-8.1-3.12l-32.18-32.18c-4.16-4.17-4.12-11.07-.07-15.8l9.17 9.17c-1.24 1.86-1.1 4.32.46 5.88z\"></path><path d=\"m38.54 23.67c-.12.54.21 1.08.75 1.2 8.73 2.01 16.7 6.44 23.07 12.8 6.33 6.33 10.75 14.27 12.78 22.96.11.46.52.77.97.77.08 0 .15-.01.23-.03.54-.13.87-.66.75-1.2-2.12-9.05-6.72-17.32-13.32-23.92-6.63-6.63-14.95-11.25-24.04-13.34-.54-.12-1.07.22-1.19.76z\"></path><path d=\"m72.4 27.63c8.87 8.87 14.62 20.07 16.62 32.38.08.49.5.84.99.84.05 0 .11 0 .16-.01.54-.09.92-.6.83-1.15-2.06-12.73-8-24.3-17.18-33.47-9.17-9.17-20.76-15.12-33.53-17.2-.55-.09-1.06.28-1.15.83s.28 1.06.83 1.15c12.34 2.01 23.55 7.76 32.43 16.63z\"></path><path d=\"m37.95 37.23c-.18.52.1 1.09.62 1.27 5.36 1.84 10.11 4.81 14.13 8.83 3.98 3.98 6.93 8.69 8.77 13.98.14.41.53.67.94.67.11 0 .22-.02.33-.06.52-.18.8-.75.62-1.27-1.94-5.58-5.05-10.54-9.25-14.74-4.24-4.24-9.25-7.37-14.9-9.31-.51-.17-1.08.11-1.26.63z\"></path></g></svg>			\n							<h5>Phone </h5>							<ul>\n							<li>\n											<a href=\"tel:9802721717\">\n											980-272-1717\n											</a>\n									</li>\n						</ul>\n							<h2>Contact Us</h2>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-05-06 12:51:45', '2026-05-06 12:51:45', '', 19, 'https://mrarif.me/casabloomllc/?p=505', 0, 'revision', '', 0),
(506, 1, '2026-05-06 12:51:45', '2026-05-06 12:51:45', '<h2>Contact   Info \n</h2>							\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\" data-name=\"Layer 1\"><path d=\"m301 146.36a45 45 0 1 0 -45 45 45.05 45.05 0 0 0 45-45zm-45 34.64a34.61 34.61 0 1 1 34.62-34.61 34.64 34.64 0 0 1 -34.62 34.61z\"></path><path d=\"m414 449.22-56.84-100.67a5.21 5.21 0 0 0 -4.53-2.64h-27.73a5.2 5.2 0 1 0 0 10.39h24.7l16.23 28.7h-99.11c25.35-32.53 112.65-148.71 112.65-206.65 0-67.98-55.37-123.35-123.37-123.35a123.5 123.5 0 0 0 -123.37 123.38c0 57.94 87.28 174.12 112.63 206.65h-99.09l16.23-28.73h24.7a5.2 5.2 0 1 0 0-10.39h-27.73a5.21 5.21 0 0 0 -4.53 2.64l-56.84 100.67a5.19 5.19 0 0 0 4.52 7.75h307a5.19 5.19 0 0 0 4.52-7.75zm-158-383.8a113.1 113.1 0 0 1 113 113c0 56-92.36 177.11-113 203.46-20.63-26.35-113-147.48-113-203.46a113.09 113.09 0 0 1 113-113zm-144.61 381.16 28.91-51.16h231.4l28.91 51.16z\"></path></svg>			\n							<h5>Office Address</h5>							<ul>\n							<li>\n										Hickory, NC 28601\n									</li>\n						</ul>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"Layer_1\"><path d=\"m29.04 43.94c.69-.69 1.07-1.6 1.07-2.57s-.38-1.89-1.07-2.57l-6.81-6.81c-1.37-1.38-3.77-1.38-5.15 0l-3.76 3.76c-5.5 5.5-5.78 14.19-.61 19.35l32.18 32.18c2.48 2.48 5.76 3.7 9.11 3.7 3.64 0 7.37-1.45 10.24-4.31l3.76-3.76c1.42-1.42 1.42-3.73 0-5.15l-6.81-6.81c-1.42-1.42-3.73-1.42-5.15 0l-3.76 3.76c-.54.54-1.25.86-1.99.88-.71.01-1.36-.23-1.84-.7l-23.35-23.36c-1-1.01-.92-2.72.18-3.83zm-10.54-10.54c.62-.62 1.7-.62 2.32 0l6.81 6.81c.31.31.48.72.48 1.16s-.17.85-.48 1.16l-3.06 3.06-9.13-9.13zm38.97 38.96c.64-.64 1.68-.64 2.32 0l6.81 6.81c.64.64.64 1.68 0 2.32l-3.06 3.06-9.13-9.13zm-10.42 3.95c.87.88 2.06 1.34 3.32 1.29.91-.03 1.79-.32 2.55-.83l9.17 9.17c-2.18 1.88-4.88 2.95-7.69 3.05-3.08.12-5.99-1-8.1-3.12l-32.18-32.18c-4.16-4.17-4.12-11.07-.07-15.8l9.17 9.17c-1.24 1.86-1.1 4.32.46 5.88z\"></path><path d=\"m38.54 23.67c-.12.54.21 1.08.75 1.2 8.73 2.01 16.7 6.44 23.07 12.8 6.33 6.33 10.75 14.27 12.78 22.96.11.46.52.77.97.77.08 0 .15-.01.23-.03.54-.13.87-.66.75-1.2-2.12-9.05-6.72-17.32-13.32-23.92-6.63-6.63-14.95-11.25-24.04-13.34-.54-.12-1.07.22-1.19.76z\"></path><path d=\"m72.4 27.63c8.87 8.87 14.62 20.07 16.62 32.38.08.49.5.84.99.84.05 0 .11 0 .16-.01.54-.09.92-.6.83-1.15-2.06-12.73-8-24.3-17.18-33.47-9.17-9.17-20.76-15.12-33.53-17.2-.55-.09-1.06.28-1.15.83s.28 1.06.83 1.15c12.34 2.01 23.55 7.76 32.43 16.63z\"></path><path d=\"m37.95 37.23c-.18.52.1 1.09.62 1.27 5.36 1.84 10.11 4.81 14.13 8.83 3.98 3.98 6.93 8.69 8.77 13.98.14.41.53.67.94.67.11 0 .22-.02.33-.06.52-.18.8-.75.62-1.27-1.94-5.58-5.05-10.54-9.25-14.74-4.24-4.24-9.25-7.37-14.9-9.31-.51-.17-1.08.11-1.26.63z\"></path></g></svg>			\n							<h5>Phone </h5>							<ul>\n							<li>\n											<a href=\"tel:9802721717\">\n											980-272-1717\n											</a>\n									</li>\n						</ul>\n							<h2>Contact Us</h2>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-05-06 12:51:45', '2026-05-06 12:51:45', '', 19, 'https://mrarif.me/casabloomllc/?p=506', 0, 'revision', '', 0),
(507, 1, '2026-05-06 12:51:46', '2026-05-06 12:51:46', '<h2>Contact   Info \n</h2>							\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\" data-name=\"Layer 1\"><path d=\"m301 146.36a45 45 0 1 0 -45 45 45.05 45.05 0 0 0 45-45zm-45 34.64a34.61 34.61 0 1 1 34.62-34.61 34.64 34.64 0 0 1 -34.62 34.61z\"></path><path d=\"m414 449.22-56.84-100.67a5.21 5.21 0 0 0 -4.53-2.64h-27.73a5.2 5.2 0 1 0 0 10.39h24.7l16.23 28.7h-99.11c25.35-32.53 112.65-148.71 112.65-206.65 0-67.98-55.37-123.35-123.37-123.35a123.5 123.5 0 0 0 -123.37 123.38c0 57.94 87.28 174.12 112.63 206.65h-99.09l16.23-28.73h24.7a5.2 5.2 0 1 0 0-10.39h-27.73a5.21 5.21 0 0 0 -4.53 2.64l-56.84 100.67a5.19 5.19 0 0 0 4.52 7.75h307a5.19 5.19 0 0 0 4.52-7.75zm-158-383.8a113.1 113.1 0 0 1 113 113c0 56-92.36 177.11-113 203.46-20.63-26.35-113-147.48-113-203.46a113.09 113.09 0 0 1 113-113zm-144.61 381.16 28.91-51.16h231.4l28.91 51.16z\"></path></svg>			\n							<h5>Office Address</h5>							<ul>\n							<li>\n										Hickory, NC 28601\n									</li>\n						</ul>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"Layer_1\"><path d=\"m29.04 43.94c.69-.69 1.07-1.6 1.07-2.57s-.38-1.89-1.07-2.57l-6.81-6.81c-1.37-1.38-3.77-1.38-5.15 0l-3.76 3.76c-5.5 5.5-5.78 14.19-.61 19.35l32.18 32.18c2.48 2.48 5.76 3.7 9.11 3.7 3.64 0 7.37-1.45 10.24-4.31l3.76-3.76c1.42-1.42 1.42-3.73 0-5.15l-6.81-6.81c-1.42-1.42-3.73-1.42-5.15 0l-3.76 3.76c-.54.54-1.25.86-1.99.88-.71.01-1.36-.23-1.84-.7l-23.35-23.36c-1-1.01-.92-2.72.18-3.83zm-10.54-10.54c.62-.62 1.7-.62 2.32 0l6.81 6.81c.31.31.48.72.48 1.16s-.17.85-.48 1.16l-3.06 3.06-9.13-9.13zm38.97 38.96c.64-.64 1.68-.64 2.32 0l6.81 6.81c.64.64.64 1.68 0 2.32l-3.06 3.06-9.13-9.13zm-10.42 3.95c.87.88 2.06 1.34 3.32 1.29.91-.03 1.79-.32 2.55-.83l9.17 9.17c-2.18 1.88-4.88 2.95-7.69 3.05-3.08.12-5.99-1-8.1-3.12l-32.18-32.18c-4.16-4.17-4.12-11.07-.07-15.8l9.17 9.17c-1.24 1.86-1.1 4.32.46 5.88z\"></path><path d=\"m38.54 23.67c-.12.54.21 1.08.75 1.2 8.73 2.01 16.7 6.44 23.07 12.8 6.33 6.33 10.75 14.27 12.78 22.96.11.46.52.77.97.77.08 0 .15-.01.23-.03.54-.13.87-.66.75-1.2-2.12-9.05-6.72-17.32-13.32-23.92-6.63-6.63-14.95-11.25-24.04-13.34-.54-.12-1.07.22-1.19.76z\"></path><path d=\"m72.4 27.63c8.87 8.87 14.62 20.07 16.62 32.38.08.49.5.84.99.84.05 0 .11 0 .16-.01.54-.09.92-.6.83-1.15-2.06-12.73-8-24.3-17.18-33.47-9.17-9.17-20.76-15.12-33.53-17.2-.55-.09-1.06.28-1.15.83s.28 1.06.83 1.15c12.34 2.01 23.55 7.76 32.43 16.63z\"></path><path d=\"m37.95 37.23c-.18.52.1 1.09.62 1.27 5.36 1.84 10.11 4.81 14.13 8.83 3.98 3.98 6.93 8.69 8.77 13.98.14.41.53.67.94.67.11 0 .22-.02.33-.06.52-.18.8-.75.62-1.27-1.94-5.58-5.05-10.54-9.25-14.74-4.24-4.24-9.25-7.37-14.9-9.31-.51-.17-1.08.11-1.26.63z\"></path></g></svg>			\n							<h5>Phone </h5>							<ul>\n							<li>\n											<a href=\"tel:9802721717\">\n											980-272-1717\n											</a>\n									</li>\n						</ul>\n							<h2>Contact Us</h2>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-05-06 12:51:46', '2026-05-06 12:51:46', '', 19, 'https://mrarif.me/casabloomllc/?p=507', 0, 'revision', '', 0),
(514, 1, '2026-05-06 12:55:51', '2026-05-06 12:55:51', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 12:55:51', '2026-05-06 12:55:51', '', 21, 'https://mrarif.me/casabloomllc/?p=514', 0, 'revision', '', 0),
(509, 1, '2026-05-06 12:52:46', '2026-05-06 12:52:46', '<h2>Contact   Info \n</h2>							\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\" data-name=\"Layer 1\"><path d=\"m301 146.36a45 45 0 1 0 -45 45 45.05 45.05 0 0 0 45-45zm-45 34.64a34.61 34.61 0 1 1 34.62-34.61 34.64 34.64 0 0 1 -34.62 34.61z\"></path><path d=\"m414 449.22-56.84-100.67a5.21 5.21 0 0 0 -4.53-2.64h-27.73a5.2 5.2 0 1 0 0 10.39h24.7l16.23 28.7h-99.11c25.35-32.53 112.65-148.71 112.65-206.65 0-67.98-55.37-123.35-123.37-123.35a123.5 123.5 0 0 0 -123.37 123.38c0 57.94 87.28 174.12 112.63 206.65h-99.09l16.23-28.73h24.7a5.2 5.2 0 1 0 0-10.39h-27.73a5.21 5.21 0 0 0 -4.53 2.64l-56.84 100.67a5.19 5.19 0 0 0 4.52 7.75h307a5.19 5.19 0 0 0 4.52-7.75zm-158-383.8a113.1 113.1 0 0 1 113 113c0 56-92.36 177.11-113 203.46-20.63-26.35-113-147.48-113-203.46a113.09 113.09 0 0 1 113-113zm-144.61 381.16 28.91-51.16h231.4l28.91 51.16z\"></path></svg>			\n							<h5>Office Address</h5>							<ul>\n							<li>\n										Hickory, NC 28601\n									</li>\n						</ul>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"Layer_1\"><path d=\"m29.04 43.94c.69-.69 1.07-1.6 1.07-2.57s-.38-1.89-1.07-2.57l-6.81-6.81c-1.37-1.38-3.77-1.38-5.15 0l-3.76 3.76c-5.5 5.5-5.78 14.19-.61 19.35l32.18 32.18c2.48 2.48 5.76 3.7 9.11 3.7 3.64 0 7.37-1.45 10.24-4.31l3.76-3.76c1.42-1.42 1.42-3.73 0-5.15l-6.81-6.81c-1.42-1.42-3.73-1.42-5.15 0l-3.76 3.76c-.54.54-1.25.86-1.99.88-.71.01-1.36-.23-1.84-.7l-23.35-23.36c-1-1.01-.92-2.72.18-3.83zm-10.54-10.54c.62-.62 1.7-.62 2.32 0l6.81 6.81c.31.31.48.72.48 1.16s-.17.85-.48 1.16l-3.06 3.06-9.13-9.13zm38.97 38.96c.64-.64 1.68-.64 2.32 0l6.81 6.81c.64.64.64 1.68 0 2.32l-3.06 3.06-9.13-9.13zm-10.42 3.95c.87.88 2.06 1.34 3.32 1.29.91-.03 1.79-.32 2.55-.83l9.17 9.17c-2.18 1.88-4.88 2.95-7.69 3.05-3.08.12-5.99-1-8.1-3.12l-32.18-32.18c-4.16-4.17-4.12-11.07-.07-15.8l9.17 9.17c-1.24 1.86-1.1 4.32.46 5.88z\"></path><path d=\"m38.54 23.67c-.12.54.21 1.08.75 1.2 8.73 2.01 16.7 6.44 23.07 12.8 6.33 6.33 10.75 14.27 12.78 22.96.11.46.52.77.97.77.08 0 .15-.01.23-.03.54-.13.87-.66.75-1.2-2.12-9.05-6.72-17.32-13.32-23.92-6.63-6.63-14.95-11.25-24.04-13.34-.54-.12-1.07.22-1.19.76z\"></path><path d=\"m72.4 27.63c8.87 8.87 14.62 20.07 16.62 32.38.08.49.5.84.99.84.05 0 .11 0 .16-.01.54-.09.92-.6.83-1.15-2.06-12.73-8-24.3-17.18-33.47-9.17-9.17-20.76-15.12-33.53-17.2-.55-.09-1.06.28-1.15.83s.28 1.06.83 1.15c12.34 2.01 23.55 7.76 32.43 16.63z\"></path><path d=\"m37.95 37.23c-.18.52.1 1.09.62 1.27 5.36 1.84 10.11 4.81 14.13 8.83 3.98 3.98 6.93 8.69 8.77 13.98.14.41.53.67.94.67.11 0 .22-.02.33-.06.52-.18.8-.75.62-1.27-1.94-5.58-5.05-10.54-9.25-14.74-4.24-4.24-9.25-7.37-14.9-9.31-.51-.17-1.08.11-1.26.63z\"></path></g></svg>			\n							<h5>Phone </h5>							<ul>\n							<li>\n											<a href=\"tel:9802721717\">\n											980-272-1717\n											</a>\n									</li>\n						</ul>\n							<h2>Contact Us</h2>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-05-06 12:52:46', '2026-05-06 12:52:46', '', 19, 'https://mrarif.me/casabloomllc/?p=509', 0, 'revision', '', 0),
(510, 1, '2026-05-06 12:52:46', '2026-05-06 12:52:46', '<h2>Contact   Info \n</h2>							\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\" data-name=\"Layer 1\"><path d=\"m301 146.36a45 45 0 1 0 -45 45 45.05 45.05 0 0 0 45-45zm-45 34.64a34.61 34.61 0 1 1 34.62-34.61 34.64 34.64 0 0 1 -34.62 34.61z\"></path><path d=\"m414 449.22-56.84-100.67a5.21 5.21 0 0 0 -4.53-2.64h-27.73a5.2 5.2 0 1 0 0 10.39h24.7l16.23 28.7h-99.11c25.35-32.53 112.65-148.71 112.65-206.65 0-67.98-55.37-123.35-123.37-123.35a123.5 123.5 0 0 0 -123.37 123.38c0 57.94 87.28 174.12 112.63 206.65h-99.09l16.23-28.73h24.7a5.2 5.2 0 1 0 0-10.39h-27.73a5.21 5.21 0 0 0 -4.53 2.64l-56.84 100.67a5.19 5.19 0 0 0 4.52 7.75h307a5.19 5.19 0 0 0 4.52-7.75zm-158-383.8a113.1 113.1 0 0 1 113 113c0 56-92.36 177.11-113 203.46-20.63-26.35-113-147.48-113-203.46a113.09 113.09 0 0 1 113-113zm-144.61 381.16 28.91-51.16h231.4l28.91 51.16z\"></path></svg>			\n							<h5>Office Address</h5>							<ul>\n							<li>\n										Hickory, NC 28601\n									</li>\n						</ul>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"Layer_1\"><path d=\"m29.04 43.94c.69-.69 1.07-1.6 1.07-2.57s-.38-1.89-1.07-2.57l-6.81-6.81c-1.37-1.38-3.77-1.38-5.15 0l-3.76 3.76c-5.5 5.5-5.78 14.19-.61 19.35l32.18 32.18c2.48 2.48 5.76 3.7 9.11 3.7 3.64 0 7.37-1.45 10.24-4.31l3.76-3.76c1.42-1.42 1.42-3.73 0-5.15l-6.81-6.81c-1.42-1.42-3.73-1.42-5.15 0l-3.76 3.76c-.54.54-1.25.86-1.99.88-.71.01-1.36-.23-1.84-.7l-23.35-23.36c-1-1.01-.92-2.72.18-3.83zm-10.54-10.54c.62-.62 1.7-.62 2.32 0l6.81 6.81c.31.31.48.72.48 1.16s-.17.85-.48 1.16l-3.06 3.06-9.13-9.13zm38.97 38.96c.64-.64 1.68-.64 2.32 0l6.81 6.81c.64.64.64 1.68 0 2.32l-3.06 3.06-9.13-9.13zm-10.42 3.95c.87.88 2.06 1.34 3.32 1.29.91-.03 1.79-.32 2.55-.83l9.17 9.17c-2.18 1.88-4.88 2.95-7.69 3.05-3.08.12-5.99-1-8.1-3.12l-32.18-32.18c-4.16-4.17-4.12-11.07-.07-15.8l9.17 9.17c-1.24 1.86-1.1 4.32.46 5.88z\"></path><path d=\"m38.54 23.67c-.12.54.21 1.08.75 1.2 8.73 2.01 16.7 6.44 23.07 12.8 6.33 6.33 10.75 14.27 12.78 22.96.11.46.52.77.97.77.08 0 .15-.01.23-.03.54-.13.87-.66.75-1.2-2.12-9.05-6.72-17.32-13.32-23.92-6.63-6.63-14.95-11.25-24.04-13.34-.54-.12-1.07.22-1.19.76z\"></path><path d=\"m72.4 27.63c8.87 8.87 14.62 20.07 16.62 32.38.08.49.5.84.99.84.05 0 .11 0 .16-.01.54-.09.92-.6.83-1.15-2.06-12.73-8-24.3-17.18-33.47-9.17-9.17-20.76-15.12-33.53-17.2-.55-.09-1.06.28-1.15.83s.28 1.06.83 1.15c12.34 2.01 23.55 7.76 32.43 16.63z\"></path><path d=\"m37.95 37.23c-.18.52.1 1.09.62 1.27 5.36 1.84 10.11 4.81 14.13 8.83 3.98 3.98 6.93 8.69 8.77 13.98.14.41.53.67.94.67.11 0 .22-.02.33-.06.52-.18.8-.75.62-1.27-1.94-5.58-5.05-10.54-9.25-14.74-4.24-4.24-9.25-7.37-14.9-9.31-.51-.17-1.08.11-1.26.63z\"></path></g></svg>			\n							<h5>Phone </h5>							<ul>\n							<li>\n											<a href=\"tel:9802721717\">\n											980-272-1717\n											</a>\n									</li>\n						</ul>\n							<h2>Contact Us</h2>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-05-06 12:52:46', '2026-05-06 12:52:46', '', 19, 'https://mrarif.me/casabloomllc/?p=510', 0, 'revision', '', 0),
(511, 1, '2026-05-06 12:52:47', '2026-05-06 12:52:47', '<h2>Contact   Info \n</h2>							\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\" data-name=\"Layer 1\"><path d=\"m301 146.36a45 45 0 1 0 -45 45 45.05 45.05 0 0 0 45-45zm-45 34.64a34.61 34.61 0 1 1 34.62-34.61 34.64 34.64 0 0 1 -34.62 34.61z\"></path><path d=\"m414 449.22-56.84-100.67a5.21 5.21 0 0 0 -4.53-2.64h-27.73a5.2 5.2 0 1 0 0 10.39h24.7l16.23 28.7h-99.11c25.35-32.53 112.65-148.71 112.65-206.65 0-67.98-55.37-123.35-123.37-123.35a123.5 123.5 0 0 0 -123.37 123.38c0 57.94 87.28 174.12 112.63 206.65h-99.09l16.23-28.73h24.7a5.2 5.2 0 1 0 0-10.39h-27.73a5.21 5.21 0 0 0 -4.53 2.64l-56.84 100.67a5.19 5.19 0 0 0 4.52 7.75h307a5.19 5.19 0 0 0 4.52-7.75zm-158-383.8a113.1 113.1 0 0 1 113 113c0 56-92.36 177.11-113 203.46-20.63-26.35-113-147.48-113-203.46a113.09 113.09 0 0 1 113-113zm-144.61 381.16 28.91-51.16h231.4l28.91 51.16z\"></path></svg>			\n							<h5>Office Address</h5>							<ul>\n							<li>\n										Hickory, NC 28601\n									</li>\n						</ul>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"Layer_1\"><path d=\"m29.04 43.94c.69-.69 1.07-1.6 1.07-2.57s-.38-1.89-1.07-2.57l-6.81-6.81c-1.37-1.38-3.77-1.38-5.15 0l-3.76 3.76c-5.5 5.5-5.78 14.19-.61 19.35l32.18 32.18c2.48 2.48 5.76 3.7 9.11 3.7 3.64 0 7.37-1.45 10.24-4.31l3.76-3.76c1.42-1.42 1.42-3.73 0-5.15l-6.81-6.81c-1.42-1.42-3.73-1.42-5.15 0l-3.76 3.76c-.54.54-1.25.86-1.99.88-.71.01-1.36-.23-1.84-.7l-23.35-23.36c-1-1.01-.92-2.72.18-3.83zm-10.54-10.54c.62-.62 1.7-.62 2.32 0l6.81 6.81c.31.31.48.72.48 1.16s-.17.85-.48 1.16l-3.06 3.06-9.13-9.13zm38.97 38.96c.64-.64 1.68-.64 2.32 0l6.81 6.81c.64.64.64 1.68 0 2.32l-3.06 3.06-9.13-9.13zm-10.42 3.95c.87.88 2.06 1.34 3.32 1.29.91-.03 1.79-.32 2.55-.83l9.17 9.17c-2.18 1.88-4.88 2.95-7.69 3.05-3.08.12-5.99-1-8.1-3.12l-32.18-32.18c-4.16-4.17-4.12-11.07-.07-15.8l9.17 9.17c-1.24 1.86-1.1 4.32.46 5.88z\"></path><path d=\"m38.54 23.67c-.12.54.21 1.08.75 1.2 8.73 2.01 16.7 6.44 23.07 12.8 6.33 6.33 10.75 14.27 12.78 22.96.11.46.52.77.97.77.08 0 .15-.01.23-.03.54-.13.87-.66.75-1.2-2.12-9.05-6.72-17.32-13.32-23.92-6.63-6.63-14.95-11.25-24.04-13.34-.54-.12-1.07.22-1.19.76z\"></path><path d=\"m72.4 27.63c8.87 8.87 14.62 20.07 16.62 32.38.08.49.5.84.99.84.05 0 .11 0 .16-.01.54-.09.92-.6.83-1.15-2.06-12.73-8-24.3-17.18-33.47-9.17-9.17-20.76-15.12-33.53-17.2-.55-.09-1.06.28-1.15.83s.28 1.06.83 1.15c12.34 2.01 23.55 7.76 32.43 16.63z\"></path><path d=\"m37.95 37.23c-.18.52.1 1.09.62 1.27 5.36 1.84 10.11 4.81 14.13 8.83 3.98 3.98 6.93 8.69 8.77 13.98.14.41.53.67.94.67.11 0 .22-.02.33-.06.52-.18.8-.75.62-1.27-1.94-5.58-5.05-10.54-9.25-14.74-4.24-4.24-9.25-7.37-14.9-9.31-.51-.17-1.08.11-1.26.63z\"></path></g></svg>			\n							<h5>Phone </h5>							<ul>\n							<li>\n											<a href=\"tel:9802721717\">\n											980-272-1717\n											</a>\n									</li>\n						</ul>\n							<h2>Contact Us</h2>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-05-06 12:52:47', '2026-05-06 12:52:47', '', 19, 'https://mrarif.me/casabloomllc/?p=511', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(512, 1, '2026-05-06 12:55:50', '2026-05-06 12:55:50', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 12:55:50', '2026-05-06 12:55:50', '', 21, 'https://mrarif.me/casabloomllc/?p=512', 0, 'revision', '', 0),
(513, 1, '2026-05-06 12:55:50', '2026-05-06 12:55:50', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 12:55:50', '2026-05-06 12:55:50', '', 21, 'https://mrarif.me/casabloomllc/?p=513', 0, 'revision', '', 0),
(515, 1, '2026-05-06 13:00:55', '2026-05-06 13:00:55', '<h2>Contact   Info \n</h2>							\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\" data-name=\"Layer 1\"><path d=\"m301 146.36a45 45 0 1 0 -45 45 45.05 45.05 0 0 0 45-45zm-45 34.64a34.61 34.61 0 1 1 34.62-34.61 34.64 34.64 0 0 1 -34.62 34.61z\"></path><path d=\"m414 449.22-56.84-100.67a5.21 5.21 0 0 0 -4.53-2.64h-27.73a5.2 5.2 0 1 0 0 10.39h24.7l16.23 28.7h-99.11c25.35-32.53 112.65-148.71 112.65-206.65 0-67.98-55.37-123.35-123.37-123.35a123.5 123.5 0 0 0 -123.37 123.38c0 57.94 87.28 174.12 112.63 206.65h-99.09l16.23-28.73h24.7a5.2 5.2 0 1 0 0-10.39h-27.73a5.21 5.21 0 0 0 -4.53 2.64l-56.84 100.67a5.19 5.19 0 0 0 4.52 7.75h307a5.19 5.19 0 0 0 4.52-7.75zm-158-383.8a113.1 113.1 0 0 1 113 113c0 56-92.36 177.11-113 203.46-20.63-26.35-113-147.48-113-203.46a113.09 113.09 0 0 1 113-113zm-144.61 381.16 28.91-51.16h231.4l28.91 51.16z\"></path></svg>			\n							<h5>Office Address</h5>							<ul>\n							<li>\n										Hickory, NC 28601\n									</li>\n						</ul>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"Layer_1\"><path d=\"m29.04 43.94c.69-.69 1.07-1.6 1.07-2.57s-.38-1.89-1.07-2.57l-6.81-6.81c-1.37-1.38-3.77-1.38-5.15 0l-3.76 3.76c-5.5 5.5-5.78 14.19-.61 19.35l32.18 32.18c2.48 2.48 5.76 3.7 9.11 3.7 3.64 0 7.37-1.45 10.24-4.31l3.76-3.76c1.42-1.42 1.42-3.73 0-5.15l-6.81-6.81c-1.42-1.42-3.73-1.42-5.15 0l-3.76 3.76c-.54.54-1.25.86-1.99.88-.71.01-1.36-.23-1.84-.7l-23.35-23.36c-1-1.01-.92-2.72.18-3.83zm-10.54-10.54c.62-.62 1.7-.62 2.32 0l6.81 6.81c.31.31.48.72.48 1.16s-.17.85-.48 1.16l-3.06 3.06-9.13-9.13zm38.97 38.96c.64-.64 1.68-.64 2.32 0l6.81 6.81c.64.64.64 1.68 0 2.32l-3.06 3.06-9.13-9.13zm-10.42 3.95c.87.88 2.06 1.34 3.32 1.29.91-.03 1.79-.32 2.55-.83l9.17 9.17c-2.18 1.88-4.88 2.95-7.69 3.05-3.08.12-5.99-1-8.1-3.12l-32.18-32.18c-4.16-4.17-4.12-11.07-.07-15.8l9.17 9.17c-1.24 1.86-1.1 4.32.46 5.88z\"></path><path d=\"m38.54 23.67c-.12.54.21 1.08.75 1.2 8.73 2.01 16.7 6.44 23.07 12.8 6.33 6.33 10.75 14.27 12.78 22.96.11.46.52.77.97.77.08 0 .15-.01.23-.03.54-.13.87-.66.75-1.2-2.12-9.05-6.72-17.32-13.32-23.92-6.63-6.63-14.95-11.25-24.04-13.34-.54-.12-1.07.22-1.19.76z\"></path><path d=\"m72.4 27.63c8.87 8.87 14.62 20.07 16.62 32.38.08.49.5.84.99.84.05 0 .11 0 .16-.01.54-.09.92-.6.83-1.15-2.06-12.73-8-24.3-17.18-33.47-9.17-9.17-20.76-15.12-33.53-17.2-.55-.09-1.06.28-1.15.83s.28 1.06.83 1.15c12.34 2.01 23.55 7.76 32.43 16.63z\"></path><path d=\"m37.95 37.23c-.18.52.1 1.09.62 1.27 5.36 1.84 10.11 4.81 14.13 8.83 3.98 3.98 6.93 8.69 8.77 13.98.14.41.53.67.94.67.11 0 .22-.02.33-.06.52-.18.8-.75.62-1.27-1.94-5.58-5.05-10.54-9.25-14.74-4.24-4.24-9.25-7.37-14.9-9.31-.51-.17-1.08.11-1.26.63z\"></path></g></svg>			\n							<h5>Phone </h5>							<ul>\n							<li>\n											<a href=\"tel:9802721717\">\n											980-272-1717\n											</a>\n									</li>\n						</ul>\n							<h2>Contact Us</h2>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-05-06 13:00:55', '2026-05-06 13:00:55', '', 19, 'https://mrarif.me/casabloomllc/?p=515', 0, 'revision', '', 0),
(516, 1, '2026-05-06 13:00:55', '2026-05-06 13:00:55', '<h2>Contact   Info \n</h2>							\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\" data-name=\"Layer 1\"><path d=\"m301 146.36a45 45 0 1 0 -45 45 45.05 45.05 0 0 0 45-45zm-45 34.64a34.61 34.61 0 1 1 34.62-34.61 34.64 34.64 0 0 1 -34.62 34.61z\"></path><path d=\"m414 449.22-56.84-100.67a5.21 5.21 0 0 0 -4.53-2.64h-27.73a5.2 5.2 0 1 0 0 10.39h24.7l16.23 28.7h-99.11c25.35-32.53 112.65-148.71 112.65-206.65 0-67.98-55.37-123.35-123.37-123.35a123.5 123.5 0 0 0 -123.37 123.38c0 57.94 87.28 174.12 112.63 206.65h-99.09l16.23-28.73h24.7a5.2 5.2 0 1 0 0-10.39h-27.73a5.21 5.21 0 0 0 -4.53 2.64l-56.84 100.67a5.19 5.19 0 0 0 4.52 7.75h307a5.19 5.19 0 0 0 4.52-7.75zm-158-383.8a113.1 113.1 0 0 1 113 113c0 56-92.36 177.11-113 203.46-20.63-26.35-113-147.48-113-203.46a113.09 113.09 0 0 1 113-113zm-144.61 381.16 28.91-51.16h231.4l28.91 51.16z\"></path></svg>			\n							<h5>Office Address</h5>							<ul>\n							<li>\n										Hickory, NC 28601\n									</li>\n						</ul>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"Layer_1\"><path d=\"m29.04 43.94c.69-.69 1.07-1.6 1.07-2.57s-.38-1.89-1.07-2.57l-6.81-6.81c-1.37-1.38-3.77-1.38-5.15 0l-3.76 3.76c-5.5 5.5-5.78 14.19-.61 19.35l32.18 32.18c2.48 2.48 5.76 3.7 9.11 3.7 3.64 0 7.37-1.45 10.24-4.31l3.76-3.76c1.42-1.42 1.42-3.73 0-5.15l-6.81-6.81c-1.42-1.42-3.73-1.42-5.15 0l-3.76 3.76c-.54.54-1.25.86-1.99.88-.71.01-1.36-.23-1.84-.7l-23.35-23.36c-1-1.01-.92-2.72.18-3.83zm-10.54-10.54c.62-.62 1.7-.62 2.32 0l6.81 6.81c.31.31.48.72.48 1.16s-.17.85-.48 1.16l-3.06 3.06-9.13-9.13zm38.97 38.96c.64-.64 1.68-.64 2.32 0l6.81 6.81c.64.64.64 1.68 0 2.32l-3.06 3.06-9.13-9.13zm-10.42 3.95c.87.88 2.06 1.34 3.32 1.29.91-.03 1.79-.32 2.55-.83l9.17 9.17c-2.18 1.88-4.88 2.95-7.69 3.05-3.08.12-5.99-1-8.1-3.12l-32.18-32.18c-4.16-4.17-4.12-11.07-.07-15.8l9.17 9.17c-1.24 1.86-1.1 4.32.46 5.88z\"></path><path d=\"m38.54 23.67c-.12.54.21 1.08.75 1.2 8.73 2.01 16.7 6.44 23.07 12.8 6.33 6.33 10.75 14.27 12.78 22.96.11.46.52.77.97.77.08 0 .15-.01.23-.03.54-.13.87-.66.75-1.2-2.12-9.05-6.72-17.32-13.32-23.92-6.63-6.63-14.95-11.25-24.04-13.34-.54-.12-1.07.22-1.19.76z\"></path><path d=\"m72.4 27.63c8.87 8.87 14.62 20.07 16.62 32.38.08.49.5.84.99.84.05 0 .11 0 .16-.01.54-.09.92-.6.83-1.15-2.06-12.73-8-24.3-17.18-33.47-9.17-9.17-20.76-15.12-33.53-17.2-.55-.09-1.06.28-1.15.83s.28 1.06.83 1.15c12.34 2.01 23.55 7.76 32.43 16.63z\"></path><path d=\"m37.95 37.23c-.18.52.1 1.09.62 1.27 5.36 1.84 10.11 4.81 14.13 8.83 3.98 3.98 6.93 8.69 8.77 13.98.14.41.53.67.94.67.11 0 .22-.02.33-.06.52-.18.8-.75.62-1.27-1.94-5.58-5.05-10.54-9.25-14.74-4.24-4.24-9.25-7.37-14.9-9.31-.51-.17-1.08.11-1.26.63z\"></path></g></svg>			\n							<h5>Phone </h5>							<ul>\n							<li>\n											<a href=\"tel:9802721717\">\n											980-272-1717\n											</a>\n									</li>\n						</ul>\n							<h2>Contact Us</h2>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-05-06 13:00:55', '2026-05-06 13:00:55', '', 19, 'https://mrarif.me/casabloomllc/?p=516', 0, 'revision', '', 0),
(517, 1, '2026-05-06 13:00:55', '2026-05-06 13:00:55', '<h2>Contact   Info \n</h2>							\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\" data-name=\"Layer 1\"><path d=\"m301 146.36a45 45 0 1 0 -45 45 45.05 45.05 0 0 0 45-45zm-45 34.64a34.61 34.61 0 1 1 34.62-34.61 34.64 34.64 0 0 1 -34.62 34.61z\"></path><path d=\"m414 449.22-56.84-100.67a5.21 5.21 0 0 0 -4.53-2.64h-27.73a5.2 5.2 0 1 0 0 10.39h24.7l16.23 28.7h-99.11c25.35-32.53 112.65-148.71 112.65-206.65 0-67.98-55.37-123.35-123.37-123.35a123.5 123.5 0 0 0 -123.37 123.38c0 57.94 87.28 174.12 112.63 206.65h-99.09l16.23-28.73h24.7a5.2 5.2 0 1 0 0-10.39h-27.73a5.21 5.21 0 0 0 -4.53 2.64l-56.84 100.67a5.19 5.19 0 0 0 4.52 7.75h307a5.19 5.19 0 0 0 4.52-7.75zm-158-383.8a113.1 113.1 0 0 1 113 113c0 56-92.36 177.11-113 203.46-20.63-26.35-113-147.48-113-203.46a113.09 113.09 0 0 1 113-113zm-144.61 381.16 28.91-51.16h231.4l28.91 51.16z\"></path></svg>			\n							<h5>Office Address</h5>							<ul>\n							<li>\n										Hickory, NC 28601\n									</li>\n						</ul>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"Layer_1\"><path d=\"m29.04 43.94c.69-.69 1.07-1.6 1.07-2.57s-.38-1.89-1.07-2.57l-6.81-6.81c-1.37-1.38-3.77-1.38-5.15 0l-3.76 3.76c-5.5 5.5-5.78 14.19-.61 19.35l32.18 32.18c2.48 2.48 5.76 3.7 9.11 3.7 3.64 0 7.37-1.45 10.24-4.31l3.76-3.76c1.42-1.42 1.42-3.73 0-5.15l-6.81-6.81c-1.42-1.42-3.73-1.42-5.15 0l-3.76 3.76c-.54.54-1.25.86-1.99.88-.71.01-1.36-.23-1.84-.7l-23.35-23.36c-1-1.01-.92-2.72.18-3.83zm-10.54-10.54c.62-.62 1.7-.62 2.32 0l6.81 6.81c.31.31.48.72.48 1.16s-.17.85-.48 1.16l-3.06 3.06-9.13-9.13zm38.97 38.96c.64-.64 1.68-.64 2.32 0l6.81 6.81c.64.64.64 1.68 0 2.32l-3.06 3.06-9.13-9.13zm-10.42 3.95c.87.88 2.06 1.34 3.32 1.29.91-.03 1.79-.32 2.55-.83l9.17 9.17c-2.18 1.88-4.88 2.95-7.69 3.05-3.08.12-5.99-1-8.1-3.12l-32.18-32.18c-4.16-4.17-4.12-11.07-.07-15.8l9.17 9.17c-1.24 1.86-1.1 4.32.46 5.88z\"></path><path d=\"m38.54 23.67c-.12.54.21 1.08.75 1.2 8.73 2.01 16.7 6.44 23.07 12.8 6.33 6.33 10.75 14.27 12.78 22.96.11.46.52.77.97.77.08 0 .15-.01.23-.03.54-.13.87-.66.75-1.2-2.12-9.05-6.72-17.32-13.32-23.92-6.63-6.63-14.95-11.25-24.04-13.34-.54-.12-1.07.22-1.19.76z\"></path><path d=\"m72.4 27.63c8.87 8.87 14.62 20.07 16.62 32.38.08.49.5.84.99.84.05 0 .11 0 .16-.01.54-.09.92-.6.83-1.15-2.06-12.73-8-24.3-17.18-33.47-9.17-9.17-20.76-15.12-33.53-17.2-.55-.09-1.06.28-1.15.83s.28 1.06.83 1.15c12.34 2.01 23.55 7.76 32.43 16.63z\"></path><path d=\"m37.95 37.23c-.18.52.1 1.09.62 1.27 5.36 1.84 10.11 4.81 14.13 8.83 3.98 3.98 6.93 8.69 8.77 13.98.14.41.53.67.94.67.11 0 .22-.02.33-.06.52-.18.8-.75.62-1.27-1.94-5.58-5.05-10.54-9.25-14.74-4.24-4.24-9.25-7.37-14.9-9.31-.51-.17-1.08.11-1.26.63z\"></path></g></svg>			\n							<h5>Phone </h5>							<ul>\n							<li>\n											<a href=\"tel:9802721717\">\n											980-272-1717\n											</a>\n									</li>\n						</ul>\n							<h2>Contact Us</h2>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-05-06 13:00:55', '2026-05-06 13:00:55', '', 19, 'https://mrarif.me/casabloomllc/?p=517', 0, 'revision', '', 0),
(521, 1, '2026-05-06 13:07:46', '2026-05-06 13:07:46', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 13:07:46', '2026-05-06 13:07:46', '', 21, 'https://mrarif.me/casabloomllc/?p=521', 0, 'revision', '', 0),
(519, 1, '2026-05-06 13:07:46', '2026-05-06 13:07:46', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 13:07:46', '2026-05-06 13:07:46', '', 21, 'https://mrarif.me/casabloomllc/?p=519', 0, 'revision', '', 0),
(520, 1, '2026-05-06 13:07:46', '2026-05-06 13:07:46', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 13:07:46', '2026-05-06 13:07:46', '', 21, 'https://mrarif.me/casabloomllc/?p=520', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(522, 1, '2026-05-06 13:10:11', '2026-05-06 13:10:11', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 13:10:11', '2026-05-06 13:10:11', '', 21, 'https://mrarif.me/casabloomllc/?p=522', 0, 'revision', '', 0),
(523, 1, '2026-05-06 13:10:12', '2026-05-06 13:10:12', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 13:10:12', '2026-05-06 13:10:12', '', 21, 'https://mrarif.me/casabloomllc/?p=523', 0, 'revision', '', 0),
(524, 1, '2026-05-06 13:10:13', '2026-05-06 13:10:13', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 13:10:13', '2026-05-06 13:10:13', '', 21, 'https://mrarif.me/casabloomllc/?p=524', 0, 'revision', '', 0),
(525, 1, '2026-05-06 13:20:59', '2026-05-06 13:20:59', '<h2>Contact   Info \n</h2>							\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\" data-name=\"Layer 1\"><path d=\"m301 146.36a45 45 0 1 0 -45 45 45.05 45.05 0 0 0 45-45zm-45 34.64a34.61 34.61 0 1 1 34.62-34.61 34.64 34.64 0 0 1 -34.62 34.61z\"></path><path d=\"m414 449.22-56.84-100.67a5.21 5.21 0 0 0 -4.53-2.64h-27.73a5.2 5.2 0 1 0 0 10.39h24.7l16.23 28.7h-99.11c25.35-32.53 112.65-148.71 112.65-206.65 0-67.98-55.37-123.35-123.37-123.35a123.5 123.5 0 0 0 -123.37 123.38c0 57.94 87.28 174.12 112.63 206.65h-99.09l16.23-28.73h24.7a5.2 5.2 0 1 0 0-10.39h-27.73a5.21 5.21 0 0 0 -4.53 2.64l-56.84 100.67a5.19 5.19 0 0 0 4.52 7.75h307a5.19 5.19 0 0 0 4.52-7.75zm-158-383.8a113.1 113.1 0 0 1 113 113c0 56-92.36 177.11-113 203.46-20.63-26.35-113-147.48-113-203.46a113.09 113.09 0 0 1 113-113zm-144.61 381.16 28.91-51.16h231.4l28.91 51.16z\"></path></svg>			\n							<h5>Office Address</h5>							<ul>\n							<li>\n										Hickory, NC 28601\n									</li>\n						</ul>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"Layer_1\"><path d=\"m29.04 43.94c.69-.69 1.07-1.6 1.07-2.57s-.38-1.89-1.07-2.57l-6.81-6.81c-1.37-1.38-3.77-1.38-5.15 0l-3.76 3.76c-5.5 5.5-5.78 14.19-.61 19.35l32.18 32.18c2.48 2.48 5.76 3.7 9.11 3.7 3.64 0 7.37-1.45 10.24-4.31l3.76-3.76c1.42-1.42 1.42-3.73 0-5.15l-6.81-6.81c-1.42-1.42-3.73-1.42-5.15 0l-3.76 3.76c-.54.54-1.25.86-1.99.88-.71.01-1.36-.23-1.84-.7l-23.35-23.36c-1-1.01-.92-2.72.18-3.83zm-10.54-10.54c.62-.62 1.7-.62 2.32 0l6.81 6.81c.31.31.48.72.48 1.16s-.17.85-.48 1.16l-3.06 3.06-9.13-9.13zm38.97 38.96c.64-.64 1.68-.64 2.32 0l6.81 6.81c.64.64.64 1.68 0 2.32l-3.06 3.06-9.13-9.13zm-10.42 3.95c.87.88 2.06 1.34 3.32 1.29.91-.03 1.79-.32 2.55-.83l9.17 9.17c-2.18 1.88-4.88 2.95-7.69 3.05-3.08.12-5.99-1-8.1-3.12l-32.18-32.18c-4.16-4.17-4.12-11.07-.07-15.8l9.17 9.17c-1.24 1.86-1.1 4.32.46 5.88z\"></path><path d=\"m38.54 23.67c-.12.54.21 1.08.75 1.2 8.73 2.01 16.7 6.44 23.07 12.8 6.33 6.33 10.75 14.27 12.78 22.96.11.46.52.77.97.77.08 0 .15-.01.23-.03.54-.13.87-.66.75-1.2-2.12-9.05-6.72-17.32-13.32-23.92-6.63-6.63-14.95-11.25-24.04-13.34-.54-.12-1.07.22-1.19.76z\"></path><path d=\"m72.4 27.63c8.87 8.87 14.62 20.07 16.62 32.38.08.49.5.84.99.84.05 0 .11 0 .16-.01.54-.09.92-.6.83-1.15-2.06-12.73-8-24.3-17.18-33.47-9.17-9.17-20.76-15.12-33.53-17.2-.55-.09-1.06.28-1.15.83s.28 1.06.83 1.15c12.34 2.01 23.55 7.76 32.43 16.63z\"></path><path d=\"m37.95 37.23c-.18.52.1 1.09.62 1.27 5.36 1.84 10.11 4.81 14.13 8.83 3.98 3.98 6.93 8.69 8.77 13.98.14.41.53.67.94.67.11 0 .22-.02.33-.06.52-.18.8-.75.62-1.27-1.94-5.58-5.05-10.54-9.25-14.74-4.24-4.24-9.25-7.37-14.9-9.31-.51-.17-1.08.11-1.26.63z\"></path></g></svg>			\n							<h5>Phone </h5>							<ul>\n							<li>\n											<a href=\"tel:9802721717\">\n											980-272-1717\n											</a>\n									</li>\n						</ul>\n							<h2>Contact Us</h2>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-05-06 13:20:59', '2026-05-06 13:20:59', '', 19, 'https://mrarif.me/casabloomllc/?p=525', 0, 'revision', '', 0),
(526, 1, '2026-05-06 13:20:59', '2026-05-06 13:20:59', '<h2>Contact   Info \n</h2>							\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\" data-name=\"Layer 1\"><path d=\"m301 146.36a45 45 0 1 0 -45 45 45.05 45.05 0 0 0 45-45zm-45 34.64a34.61 34.61 0 1 1 34.62-34.61 34.64 34.64 0 0 1 -34.62 34.61z\"></path><path d=\"m414 449.22-56.84-100.67a5.21 5.21 0 0 0 -4.53-2.64h-27.73a5.2 5.2 0 1 0 0 10.39h24.7l16.23 28.7h-99.11c25.35-32.53 112.65-148.71 112.65-206.65 0-67.98-55.37-123.35-123.37-123.35a123.5 123.5 0 0 0 -123.37 123.38c0 57.94 87.28 174.12 112.63 206.65h-99.09l16.23-28.73h24.7a5.2 5.2 0 1 0 0-10.39h-27.73a5.21 5.21 0 0 0 -4.53 2.64l-56.84 100.67a5.19 5.19 0 0 0 4.52 7.75h307a5.19 5.19 0 0 0 4.52-7.75zm-158-383.8a113.1 113.1 0 0 1 113 113c0 56-92.36 177.11-113 203.46-20.63-26.35-113-147.48-113-203.46a113.09 113.09 0 0 1 113-113zm-144.61 381.16 28.91-51.16h231.4l28.91 51.16z\"></path></svg>			\n							<h5>Office Address</h5>							<ul>\n							<li>\n										Hickory, NC 28601\n									</li>\n						</ul>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"Layer_1\"><path d=\"m29.04 43.94c.69-.69 1.07-1.6 1.07-2.57s-.38-1.89-1.07-2.57l-6.81-6.81c-1.37-1.38-3.77-1.38-5.15 0l-3.76 3.76c-5.5 5.5-5.78 14.19-.61 19.35l32.18 32.18c2.48 2.48 5.76 3.7 9.11 3.7 3.64 0 7.37-1.45 10.24-4.31l3.76-3.76c1.42-1.42 1.42-3.73 0-5.15l-6.81-6.81c-1.42-1.42-3.73-1.42-5.15 0l-3.76 3.76c-.54.54-1.25.86-1.99.88-.71.01-1.36-.23-1.84-.7l-23.35-23.36c-1-1.01-.92-2.72.18-3.83zm-10.54-10.54c.62-.62 1.7-.62 2.32 0l6.81 6.81c.31.31.48.72.48 1.16s-.17.85-.48 1.16l-3.06 3.06-9.13-9.13zm38.97 38.96c.64-.64 1.68-.64 2.32 0l6.81 6.81c.64.64.64 1.68 0 2.32l-3.06 3.06-9.13-9.13zm-10.42 3.95c.87.88 2.06 1.34 3.32 1.29.91-.03 1.79-.32 2.55-.83l9.17 9.17c-2.18 1.88-4.88 2.95-7.69 3.05-3.08.12-5.99-1-8.1-3.12l-32.18-32.18c-4.16-4.17-4.12-11.07-.07-15.8l9.17 9.17c-1.24 1.86-1.1 4.32.46 5.88z\"></path><path d=\"m38.54 23.67c-.12.54.21 1.08.75 1.2 8.73 2.01 16.7 6.44 23.07 12.8 6.33 6.33 10.75 14.27 12.78 22.96.11.46.52.77.97.77.08 0 .15-.01.23-.03.54-.13.87-.66.75-1.2-2.12-9.05-6.72-17.32-13.32-23.92-6.63-6.63-14.95-11.25-24.04-13.34-.54-.12-1.07.22-1.19.76z\"></path><path d=\"m72.4 27.63c8.87 8.87 14.62 20.07 16.62 32.38.08.49.5.84.99.84.05 0 .11 0 .16-.01.54-.09.92-.6.83-1.15-2.06-12.73-8-24.3-17.18-33.47-9.17-9.17-20.76-15.12-33.53-17.2-.55-.09-1.06.28-1.15.83s.28 1.06.83 1.15c12.34 2.01 23.55 7.76 32.43 16.63z\"></path><path d=\"m37.95 37.23c-.18.52.1 1.09.62 1.27 5.36 1.84 10.11 4.81 14.13 8.83 3.98 3.98 6.93 8.69 8.77 13.98.14.41.53.67.94.67.11 0 .22-.02.33-.06.52-.18.8-.75.62-1.27-1.94-5.58-5.05-10.54-9.25-14.74-4.24-4.24-9.25-7.37-14.9-9.31-.51-.17-1.08.11-1.26.63z\"></path></g></svg>			\n							<h5>Phone </h5>							<ul>\n							<li>\n											<a href=\"tel:9802721717\">\n											980-272-1717\n											</a>\n									</li>\n						</ul>\n							<h2>Contact Us</h2>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-05-06 13:20:59', '2026-05-06 13:20:59', '', 19, 'https://mrarif.me/casabloomllc/?p=526', 0, 'revision', '', 0),
(527, 1, '2026-05-06 13:21:00', '2026-05-06 13:21:00', '<h2>Contact   Info \n</h2>							\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" viewBox=\"0 0 512 512\" data-name=\"Layer 1\"><path d=\"m301 146.36a45 45 0 1 0 -45 45 45.05 45.05 0 0 0 45-45zm-45 34.64a34.61 34.61 0 1 1 34.62-34.61 34.64 34.64 0 0 1 -34.62 34.61z\"></path><path d=\"m414 449.22-56.84-100.67a5.21 5.21 0 0 0 -4.53-2.64h-27.73a5.2 5.2 0 1 0 0 10.39h24.7l16.23 28.7h-99.11c25.35-32.53 112.65-148.71 112.65-206.65 0-67.98-55.37-123.35-123.37-123.35a123.5 123.5 0 0 0 -123.37 123.38c0 57.94 87.28 174.12 112.63 206.65h-99.09l16.23-28.73h24.7a5.2 5.2 0 1 0 0-10.39h-27.73a5.21 5.21 0 0 0 -4.53 2.64l-56.84 100.67a5.19 5.19 0 0 0 4.52 7.75h307a5.19 5.19 0 0 0 4.52-7.75zm-158-383.8a113.1 113.1 0 0 1 113 113c0 56-92.36 177.11-113 203.46-20.63-26.35-113-147.48-113-203.46a113.09 113.09 0 0 1 113-113zm-144.61 381.16 28.91-51.16h231.4l28.91 51.16z\"></path></svg>			\n							<h5>Office Address</h5>							<ul>\n							<li>\n										Hickory, NC 28601\n									</li>\n						</ul>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"512\" viewBox=\"0 0 100 100\" width=\"512\"><g id=\"Layer_1\"><path d=\"m29.04 43.94c.69-.69 1.07-1.6 1.07-2.57s-.38-1.89-1.07-2.57l-6.81-6.81c-1.37-1.38-3.77-1.38-5.15 0l-3.76 3.76c-5.5 5.5-5.78 14.19-.61 19.35l32.18 32.18c2.48 2.48 5.76 3.7 9.11 3.7 3.64 0 7.37-1.45 10.24-4.31l3.76-3.76c1.42-1.42 1.42-3.73 0-5.15l-6.81-6.81c-1.42-1.42-3.73-1.42-5.15 0l-3.76 3.76c-.54.54-1.25.86-1.99.88-.71.01-1.36-.23-1.84-.7l-23.35-23.36c-1-1.01-.92-2.72.18-3.83zm-10.54-10.54c.62-.62 1.7-.62 2.32 0l6.81 6.81c.31.31.48.72.48 1.16s-.17.85-.48 1.16l-3.06 3.06-9.13-9.13zm38.97 38.96c.64-.64 1.68-.64 2.32 0l6.81 6.81c.64.64.64 1.68 0 2.32l-3.06 3.06-9.13-9.13zm-10.42 3.95c.87.88 2.06 1.34 3.32 1.29.91-.03 1.79-.32 2.55-.83l9.17 9.17c-2.18 1.88-4.88 2.95-7.69 3.05-3.08.12-5.99-1-8.1-3.12l-32.18-32.18c-4.16-4.17-4.12-11.07-.07-15.8l9.17 9.17c-1.24 1.86-1.1 4.32.46 5.88z\"></path><path d=\"m38.54 23.67c-.12.54.21 1.08.75 1.2 8.73 2.01 16.7 6.44 23.07 12.8 6.33 6.33 10.75 14.27 12.78 22.96.11.46.52.77.97.77.08 0 .15-.01.23-.03.54-.13.87-.66.75-1.2-2.12-9.05-6.72-17.32-13.32-23.92-6.63-6.63-14.95-11.25-24.04-13.34-.54-.12-1.07.22-1.19.76z\"></path><path d=\"m72.4 27.63c8.87 8.87 14.62 20.07 16.62 32.38.08.49.5.84.99.84.05 0 .11 0 .16-.01.54-.09.92-.6.83-1.15-2.06-12.73-8-24.3-17.18-33.47-9.17-9.17-20.76-15.12-33.53-17.2-.55-.09-1.06.28-1.15.83s.28 1.06.83 1.15c12.34 2.01 23.55 7.76 32.43 16.63z\"></path><path d=\"m37.95 37.23c-.18.52.1 1.09.62 1.27 5.36 1.84 10.11 4.81 14.13 8.83 3.98 3.98 6.93 8.69 8.77 13.98.14.41.53.67.94.67.11 0 .22-.02.33-.06.52-.18.8-.75.62-1.27-1.94-5.58-5.05-10.54-9.25-14.74-4.24-4.24-9.25-7.37-14.9-9.31-.51-.17-1.08.11-1.26.63z\"></path></g></svg>			\n							<h5>Phone </h5>							<ul>\n							<li>\n											<a href=\"tel:9802721717\">\n											980-272-1717\n											</a>\n									</li>\n						</ul>\n							<h2>Contact Us</h2>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2026-05-06 13:21:00', '2026-05-06 13:21:00', '', 19, 'https://mrarif.me/casabloomllc/?p=527', 0, 'revision', '', 0),
(528, 1, '2026-05-06 13:21:28', '2026-05-06 13:21:28', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 13:21:28', '2026-05-06 13:21:28', '', 21, 'https://mrarif.me/casabloomllc/?p=528', 0, 'revision', '', 0),
(529, 1, '2026-05-06 13:21:28', '2026-05-06 13:21:28', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 13:21:28', '2026-05-06 13:21:28', '', 21, 'https://mrarif.me/casabloomllc/?p=529', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(530, 1, '2026-05-06 13:21:29', '2026-05-06 13:21:29', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 13:21:29', '2026-05-06 13:21:29', '', 21, 'https://mrarif.me/casabloomllc/?p=530', 0, 'revision', '', 0),
(531, 1, '2026-05-06 13:21:34', '2026-05-06 13:21:34', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 13:21:34', '2026-05-06 13:21:34', '', 21, 'https://mrarif.me/casabloomllc/?p=531', 0, 'revision', '', 0),
(532, 1, '2026-05-06 13:21:34', '2026-05-06 13:21:34', '<h2>Admissions Form </h2>					<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dynamic Admissions Intake Form</title>\n    <style>\n        /* General Page Styling */\n        body {\n            font-family: \'Segoe UI\', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f4f7f6;\n            margin: 0;\n            padding: 20px;\n        }\n        .container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: #fff;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n        h1 {\n            text-align: center;\n            color: #2c3e50;\n            border-bottom: 2px solid #3498db;\n            padding-bottom: 15px;\n            margin-bottom: 30px;\n        }\n        fieldset {\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            padding: 20px;\n            margin-bottom: 25px;\n            background-color: #fbfcfc;\n        }\n        legend {\n            font-weight: bold;\n            color: #3498db;\n            padding: 0 10px;\n            text-transform: uppercase;\n            font-size: 0.9em;\n            letter-spacing: 1px;\n        }\n        /* Form Layout */\n        .form-group {\n            margin-bottom: 15px;\n        }\n        .form-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n        }\n        /* Label Styling */\n        label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 600;\n            color: #555;\n        }\n        /* Input/Fillable Field Styling */\n        input[type=\"text\"],\n        input[type=\"email\"],\n        input[type=\"tel\"],\n        textarea {\n            width: 100%;\n            padding: 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            box-sizing: border-box; /* Ensures padding doesn\'t affect width */\n            font-size: 1em;\n            transition: border-color 0.3s, box-shadow 0.3s;\n        }\n        /* Interaction States (The \"Fillable\" feeling) */\n        input:focus,\n        textarea:focus {\n            border-color: #3498db;\n            box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);\n            outline: none;\n        }\n        input:hover,\n        textarea:hover {\n            border-color: #999;\n        }\n        /* Textarea specific */\n        textarea {\n            resize: vertical; /* Allow vertical resizing only */\n            min-height: 100px;\n        }\n        /* Help Text */\n        .help-text {\n            font-size: 0.85em;\n            color: #7f8c8d;\n            margin-top: -10px;\n            margin-bottom: 15px;\n            display: block;\n        }\n        /* Submit Button */\n        .submit-btn {\n            display: block;\n            width: 100%;\n            padding: 15px;\n            background-color: #27ae60;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            font-size: 1.2em;\n            cursor: pointer;\n            transition: background-color 0.3s;\n            margin-top: 20px;\n        }\n        .submit-btn:hover {\n            background-color: #219150;\n        }\n        /* Responsive Design */\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            .form-row {\n                grid-template-columns: 1fr;\n            }\n        }\n    </style>\n</head>\n<body>\n    <h1>Admissions Intake Form</h1>\n    <p>Please fill out all relevant sections of this fillable form.</p>\n    <form id=\"admissionForm\">\n        <!-- SECTION 1: Submitter Information -->\n        <fieldset>\n            <legend>Person Completing Form</legend>\n                    <label for=\"submitterName\">Your Full Name</label>\n                    <input type=\"text\" id=\"submitterName\" name=\"submitterName\" required placeholder=\"John Doe\">\n                    <label for=\"submitterEmail\">Your Email Address</label>\n                    <input type=\"email\" id=\"submitterEmail\" name=\"submitterEmail\" required placeholder=\"john.doe@example.com\">\n                    <label for=\"submitterPhone\">Your Contact Number</label>\n                    <input type=\"tel\" id=\"submitterPhone\" name=\"submitterPhone\" required placeholder=\"(555) 123-4567\">\n        </fieldset>\n        <!-- SECTION 2: Potential Resident/Youth Information -->\n        <fieldset>\n            <legend>Potential Resident / Youth Information</legend>\n                    <label for=\"residentName\">Full Name of Youth/Resident</label>\n                    <input type=\"text\" id=\"residentName\" name=\"residentName\" required placeholder=\"Jane Smith\">\n                    <label for=\"residentPhone\">Resident\'s Phone Number (if applicable)</label>\n                    <input type=\"tel\" id=\"residentPhone\" name=\"residentPhone\" placeholder=\"(555) 987-6543\">\n                    <label for=\"insuranceProvider\">Insurance Provider</label>\n                    <input type=\"text\" id=\"insuranceProvider\" name=\"insuranceProvider\" required placeholder=\"BlueCross/Aetna etc.\">\n                    <label for=\"policyNumber\">Policy Number</label>\n                    <input type=\"text\" id=\"policyNumber\" name=\"policyNumber\" required placeholder=\"XYZ123456\">\n                    <label for=\"groupNumber\">Group Number</label>\n                    <input type=\"text\" id=\"groupNumber\" name=\"groupNumber\" placeholder=\"GR98765\">\n        </fieldset>\n        <!-- SECTION 3: Patient Contact & Emergency Info -->\n        <fieldset>\n            <legend>Patient Details & Emergency Contact</legend>\n                <label for=\"patientAddress\">Patient\'s Home Address</label>\n                <textarea id=\"patientAddress\" name=\"patientAddress\" required placeholder=\"123 Main St, Apt 4B, City, State, Zip\"></textarea>\n                    <label for=\"emergencyName\">Emergency Contact Name</label>\n                    <input type=\"text\" id=\"emergencyName\" name=\"emergencyName\" required placeholder=\"Robert Smith\">\n                    <label for=\"emergencyRelationship\">Relationship to Patient</label>\n                    <input type=\"text\" id=\"emergencyRelationship\" name=\"emergencyRelationship\" required placeholder=\"Parent / Guardian / Spouse\">\n                    <label for=\"emergencyPhone\">Emergency Contact Phone</label>\n                    <input type=\"tel\" id=\"emergencyPhone\" name=\"emergencyPhone\" required placeholder=\"(555) 000-1111\">\n        </fieldset>\n        <!-- SECTION 4: Notes and Medications -->\n        <fieldset>\n            <legend>Clinical Notes & Medications</legend>\n                <label for=\"clinicalNotes\">Relevant Clinical Notes / Reason for Admission</label>\n                <textarea id=\"clinicalNotes\" name=\"clinicalNotes\" placeholder=\"Briefly describe the situation, relevant history, or current needs...\"></textarea>\n                <label for=\"medications\">Current Medications (Relevant to Client)</label>\n                <textarea id=\"medications\" name=\"medications\" placeholder=\"List medications, dosages, and frequency (e.g., Lisinopril 10mg once daily)\"></textarea>\n        </fieldset>\n        <button type=\"submit\">Submit Admissions Form</button>\n    </form>\n</body>\n</html>', 'Admissions', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2026-05-06 13:21:34', '2026-05-06 13:21:34', '', 21, 'https://mrarif.me/casabloomllc/?p=532', 0, 'revision', '', 0),
(572, 1, '2026-05-06 13:43:45', '2026-05-06 13:43:45', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 13:43:45', '2026-05-06 13:43:45', '', 13, 'https://mrarif.me/casabloomllc/?p=572', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(573, 1, '2026-05-06 13:43:45', '2026-05-06 13:43:45', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"https://mrarif.me/casabloomllc/about-us/\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"https://mrarif.me/casabloomllc/services/\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"https://mrarif.me/casabloomllc/admissions/\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"https://mrarif.me/casabloomllc/contact-us/\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"https://mrarif.me/casabloomllc/employment/\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 13:43:45', '2026-05-06 13:43:45', '', 13, 'https://mrarif.me/casabloomllc/?p=573', 0, 'revision', '', 0),
(574, 1, '2026-05-06 13:43:51', '2026-05-06 13:43:51', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 13:43:51', '2026-05-06 13:43:51', '', 23, 'https://mrarif.me/casabloomllc/?p=574', 0, 'revision', '', 0),
(575, 1, '2026-05-06 13:43:51', '2026-05-06 13:43:51', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 13:43:51', '2026-05-06 13:43:51', '', 23, 'https://mrarif.me/casabloomllc/?p=575', 0, 'revision', '', 0),
(576, 1, '2026-05-06 13:43:52', '2026-05-06 13:43:52', '<h2>Admissions Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 13:43:52', '2026-05-06 13:43:52', '', 23, 'https://mrarif.me/casabloomllc/?p=576', 0, 'revision', '', 0),
(577, 1, '2026-05-06 13:44:01', '2026-05-06 13:44:01', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"https://mrarif.me/casabloomllc/about-us/\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"https://mrarif.me/casabloomllc/services/\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"https://mrarif.me/casabloomllc/admissions/\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"https://mrarif.me/casabloomllc/contact-us/\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"https://mrarif.me/casabloomllc/employment/\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 13:44:01', '2026-05-06 13:44:01', '', 13, 'https://mrarif.me/casabloomllc/?p=577', 0, 'revision', '', 0),
(578, 1, '2026-05-06 13:44:01', '2026-05-06 13:44:01', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"#\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"https://mrarif.me/casabloomllc/about-us/\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"https://mrarif.me/casabloomllc/services/\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"https://mrarif.me/casabloomllc/admissions/\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"https://mrarif.me/casabloomllc/contact-us/\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"https://mrarif.me/casabloomllc/employment/\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 13:44:01', '2026-05-06 13:44:01', '', 13, 'https://mrarif.me/casabloomllc/?p=578', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(596, 1, '2026-05-06 13:57:03', '2026-05-06 13:57:03', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"https://mrarif.me/casabloomllc/services/\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"https://mrarif.me/casabloomllc/about-us/\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"https://mrarif.me/casabloomllc/services/\">\n									Learn More &gt;\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"https://mrarif.me/casabloomllc/admissions/\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"https://mrarif.me/casabloomllc/contact-us/\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"https://mrarif.me/casabloomllc/employment/\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 13:57:03', '2026-05-06 13:57:03', '', 13, 'https://mrarif.me/casabloomllc/?p=596', 0, 'revision', '', 0),
(579, 1, '2026-05-06 13:44:02', '2026-05-06 13:44:02', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"https://mrarif.me/casabloomllc/services/\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"https://mrarif.me/casabloomllc/about-us/\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"https://mrarif.me/casabloomllc/services/\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"https://mrarif.me/casabloomllc/admissions/\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"https://mrarif.me/casabloomllc/contact-us/\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"https://mrarif.me/casabloomllc/employment/\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 13:44:02', '2026-05-06 13:44:02', '', 13, 'https://mrarif.me/casabloomllc/?p=579', 0, 'revision', '', 0),
(580, 1, '2026-05-06 13:45:06', '2026-05-06 13:45:06', '<h2>Admissions Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 13:45:06', '2026-05-06 13:45:06', '', 23, 'https://mrarif.me/casabloomllc/?p=580', 0, 'revision', '', 0),
(581, 1, '2026-05-06 13:45:06', '2026-05-06 13:45:06', '<h2>Admissions Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 13:45:06', '2026-05-06 13:45:06', '', 23, 'https://mrarif.me/casabloomllc/?p=581', 0, 'revision', '', 0),
(582, 1, '2026-05-06 13:45:07', '2026-05-06 13:45:07', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 13:45:07', '2026-05-06 13:45:07', '', 23, 'https://mrarif.me/casabloomllc/?p=582', 0, 'revision', '', 0),
(597, 1, '2026-05-06 13:58:00', '2026-05-06 13:58:00', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 13:58:00', '2026-05-06 13:58:00', '', 23, 'https://mrarif.me/casabloomllc/?p=597', 0, 'revision', '', 0),
(598, 1, '2026-05-06 13:58:00', '2026-05-06 13:58:00', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 13:58:00', '2026-05-06 13:58:00', '', 23, 'https://mrarif.me/casabloomllc/?p=598', 0, 'revision', '', 0),
(600, 1, '2026-05-06 14:01:38', '2026-05-06 14:01:38', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:01:38', '2026-05-06 14:01:38', '', 23, 'https://mrarif.me/casabloomllc/?p=600', 0, 'revision', '', 0),
(601, 1, '2026-05-06 14:01:38', '2026-05-06 14:01:38', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:01:38', '2026-05-06 14:01:38', '', 23, 'https://mrarif.me/casabloomllc/?p=601', 0, 'revision', '', 0),
(602, 1, '2026-05-06 14:01:38', '2026-05-06 14:01:38', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:01:38', '2026-05-06 14:01:38', '', 23, 'https://mrarif.me/casabloomllc/?p=602', 0, 'revision', '', 0),
(603, 1, '2026-05-06 14:02:41', '2026-05-06 14:02:41', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:02:41', '2026-05-06 14:02:41', '', 23, 'https://mrarif.me/casabloomllc/?p=603', 0, 'revision', '', 0),
(599, 1, '2026-05-06 13:58:00', '2026-05-06 13:58:00', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 13:58:00', '2026-05-06 13:58:00', '', 23, 'https://mrarif.me/casabloomllc/?p=599', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(594, 1, '2026-05-06 13:57:02', '2026-05-06 13:57:02', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"https://mrarif.me/casabloomllc/services/\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"https://mrarif.me/casabloomllc/about-us/\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"https://mrarif.me/casabloomllc/services/\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"https://mrarif.me/casabloomllc/admissions/\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"https://mrarif.me/casabloomllc/contact-us/\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"https://mrarif.me/casabloomllc/employment/\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 13:57:02', '2026-05-06 13:57:02', '', 13, 'https://mrarif.me/casabloomllc/?p=594', 0, 'revision', '', 0),
(584, 1, '2026-05-06 13:47:27', '2026-05-06 13:47:27', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 13:47:27', '2026-05-06 13:47:27', '', 23, 'https://mrarif.me/casabloomllc/?p=584', 0, 'revision', '', 0),
(585, 1, '2026-05-06 13:47:28', '2026-05-06 13:47:28', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 13:47:28', '2026-05-06 13:47:28', '', 23, 'https://mrarif.me/casabloomllc/?p=585', 0, 'revision', '', 0),
(586, 1, '2026-05-06 13:47:28', '2026-05-06 13:47:28', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 13:47:28', '2026-05-06 13:47:28', '', 23, 'https://mrarif.me/casabloomllc/?p=586', 0, 'revision', '', 0),
(587, 1, '2026-05-06 13:48:06', '2026-05-06 13:48:06', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 13:48:06', '2026-05-06 13:48:06', '', 23, 'https://mrarif.me/casabloomllc/?p=587', 0, 'revision', '', 0),
(588, 1, '2026-05-06 13:48:06', '2026-05-06 13:48:06', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 13:48:06', '2026-05-06 13:48:06', '', 23, 'https://mrarif.me/casabloomllc/?p=588', 0, 'revision', '', 0),
(589, 1, '2026-05-06 13:48:06', '2026-05-06 13:48:06', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 13:48:06', '2026-05-06 13:48:06', '', 23, 'https://mrarif.me/casabloomllc/?p=589', 0, 'revision', '', 0),
(590, 1, '2026-05-06 13:51:18', '2026-05-06 13:51:18', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 13:51:18', '2026-05-06 13:51:18', '', 23, 'https://mrarif.me/casabloomllc/?p=590', 0, 'revision', '', 0),
(591, 1, '2026-05-06 13:51:18', '2026-05-06 13:51:18', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 13:51:18', '2026-05-06 13:51:18', '', 23, 'https://mrarif.me/casabloomllc/?p=591', 0, 'revision', '', 0),
(592, 1, '2026-05-06 13:51:19', '2026-05-06 13:51:19', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 13:51:19', '2026-05-06 13:51:19', '', 23, 'https://mrarif.me/casabloomllc/?p=592', 0, 'revision', '', 0),
(595, 1, '2026-05-06 13:57:02', '2026-05-06 13:57:02', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"https://mrarif.me/casabloomllc/services/\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"https://mrarif.me/casabloomllc/about-us/\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"https://mrarif.me/casabloomllc/services/\">\n									Learn More &gt;\n					</a>\n																	<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Admission-img.jpg\" alt=\"\" />																		\n									<h4>\n							ADMISSIONS						\n					</h4>\n									<p>\n						Basic patient details, contact info, insurance, emergency contact, notes					</p>\n												<a href=\"#\">\n									Inquire Here &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Contact-Us-Image.jpg\" alt=\"\" />																		\n									<h4>\n							CONTACT US						\n					</h4>\n									<p>\n						Name, contact details, message or question, submit your inquiry here					</p>\n												<a href=\"#\">\n									Contact Us Today &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/EMPLOYMENT-img.jpg\" alt=\"\" />																		\n									<h4>\n							EMPLOYMENT						\n					</h4>\n									<p>\n						Applicant name, work history, education, skills, qualifications, experience					</p>\n												<a href=\"#\">\n									Apply Here &gt;\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"https://mrarif.me/casabloomllc/admissions/\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"https://mrarif.me/casabloomllc/contact-us/\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"https://mrarif.me/casabloomllc/employment/\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 13:57:02', '2026-05-06 13:57:02', '', 13, 'https://mrarif.me/casabloomllc/?p=595', 0, 'revision', '', 0),
(604, 1, '2026-05-06 14:02:41', '2026-05-06 14:02:41', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:02:41', '2026-05-06 14:02:41', '', 23, 'https://mrarif.me/casabloomllc/?p=604', 0, 'revision', '', 0),
(605, 1, '2026-05-06 14:02:41', '2026-05-06 14:02:41', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:02:41', '2026-05-06 14:02:41', '', 23, 'https://mrarif.me/casabloomllc/?p=605', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(606, 1, '2026-05-06 14:03:32', '2026-05-06 14:03:32', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"https://mrarif.me/casabloomllc/services/\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"https://mrarif.me/casabloomllc/about-us/\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"https://mrarif.me/casabloomllc/services/\">\n									Learn More &gt;\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"https://mrarif.me/casabloomllc/admissions/\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"https://mrarif.me/casabloomllc/contact-us/\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"https://mrarif.me/casabloomllc/employment/\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 14:03:32', '2026-05-06 14:03:32', '', 13, 'https://mrarif.me/casabloomllc/?p=606', 0, 'revision', '', 0),
(607, 1, '2026-05-06 14:03:33', '2026-05-06 14:03:33', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"https://mrarif.me/casabloomllc/services/\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"https://mrarif.me/casabloomllc/about-us/\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"https://mrarif.me/casabloomllc/services/\">\n									Learn More &gt;\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"https://mrarif.me/casabloomllc/admissions/\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"https://mrarif.me/casabloomllc/contact-us/\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"https://mrarif.me/casabloomllc/employment/\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 14:03:33', '2026-05-06 14:03:33', '', 13, 'https://mrarif.me/casabloomllc/?p=607', 0, 'revision', '', 0),
(608, 1, '2026-05-06 14:03:33', '2026-05-06 14:03:33', '<h1>Casa bloom LLC</h1>		<p>Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.</p>								<a href=\"https://mrarif.me/casabloomllc/services/\">\n									View Programs &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>\n							<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"https://mrarif.me/casabloomllc/about-us/\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"https://mrarif.me/casabloomllc/services/\">\n									Learn More &gt;\n					</a>\n													<h4>\n								ADMISSIONS							</h4>\n							<p>Basic patient details, contact info, insurance, emergency contact, notes</p>						\n												<a href=\"https://mrarif.me/casabloomllc/admissions/\">\n									Inquire Here &gt;\n					</a>\n													<h4>\n								Contact Us							</h4>\n							Name, contact details, message or question, submit your inquiry here						\n												<a href=\"https://mrarif.me/casabloomllc/contact-us/\">\n									Contact Us Today &gt;\n					</a>\n													<h4>\n								Employment							</h4>\n							<p>Applicant name, work history, education, skills, qualifications, experience</p>						\n												<a href=\"https://mrarif.me/casabloomllc/employment/\">\n									Apply Here &gt;\n					</a>\n									<h2>Services &amp; \n Programs </h2>															<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/about-us-img.jpg\" alt=\"\" />																		\n									<h4>\n							About Us						\n					</h4>\n									<p>\n						Casa Bloom Group Home will provide a structured, family-style living environment for youth experiencing emotional and behavioral challenges.					</p>\n												<a href=\"#\">\n									View Who We Are &gt;\n					</a>\n																			<img width=\"1000\" height=\"667\" src=\"https://mrarif.me/casabloomllc/wp-content/uploads/2026/05/Services-With-Care.jpg\" alt=\"\" />																		\n									<h4>\n							Services to Be Provided						\n					</h4>\n									<p>\n						Casa Bloom Group Home will offer a comprehensive array of therapeutic and residential services.					</p>\n												<a href=\"#\">\n									Learn More &gt;\n					</a>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"Layer_1\" height=\"512\" viewBox=\"-219 21 520 520\" width=\"512\"><g id=\"_x36_84_x2C__Flag_x2C__Location_x2C__Map\"><g><circle cx=\"246\" cy=\"466\" r=\"7.5\"></circle><circle cx=\"231\" cy=\"296\" r=\"7.5\"></circle><circle cx=\"226\" cy=\"71\" r=\"7.5\"></circle><circle cx=\"-149\" cy=\"86\" r=\"7.5\"></circle><circle cx=\"-79\" cy=\"146\" r=\"7.5\"></circle><circle cx=\"-99\" cy=\"291\" r=\"7.5\"></circle><circle cx=\"-144\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"101\" cy=\"401\" r=\"7.5\"></circle><circle cx=\"41\" cy=\"291\" r=\"7.5\"></circle><path d=\"m188.5 503.5h-90v-25c0-2.8-2.2-5-5-5h-40v-6.5c0-13-10.5-23.5-23.5-23.5h-31.5v-225h92.9c0 42.6-.1 40.2.1 41.1.4 1.8 1.9 3.3 3.8 3.8.9.2-9.6.1 148.2.1 1.9 0 3.7-1.1 4.5-2.8s.6-3.8-.6-5.3l-56.3-69.6 56.3-69.1c2.7-3.3.3-8.2-3.9-8.2h-115v-25c0-2.8-2.2-5-5-5h-125v-25c0-2.8-2.2-5-5-5h-45c-2.8 0-5 2.2-5 5v390h-31.5c-13 0-23.5 10.5-23.5 23.5v6.5h-40c-2.8 0-5 2.2-5 5v25h-15c-2.8 0-5 2.2-5 5s2.2 5 5 5h360c2.8 0 5-2.2 5-5s-2.2-5-5-5zm-235-121.4 35-11.7v9.5l-35 11.7zm35-22.2-35 11.7v-9.5l35-11.7zm-35 42.2 35-11.7v9.5l-35 11.7zm161.2-183.6-13.2 22v-22zm118.3-100-52.2 64c-1.5 1.8-1.5 4.5 0 6.3l52.2 64.7h-127.7c24.1-40.2 22.7-37.6 23-38.7.1-.4.1-.5.2-1 0-.7 0-73.9 0-95.3zm-114.5-30v120h-120v-85h83.2c2.8 0 5-2.2 5-5s-2.2-5-5-5h-83.2v-25zm-130-30v281.4l-35 11.7v-293.1zm-35 363.6 35-11.7v33.1h-35zm-55 44.9c0-7.4 6.1-13.5 13.5-13.5h118c7.4 0 13.5 6.1 13.5 13.5v6.5h-145zm-45 36.5v-20h235v20z\"></path><path d=\"m193.5 358.5c-19.3 0-35 15.7-35 35s15.7 35 35 35 35-15.7 35-35-15.7-35-35-35zm0 60c-13.8 0-25-11.2-25-25s11.2-25 25-25 25 11.2 25 25-11.2 25-25 25z\"></path><path d=\"m-116.5 243.5c16.5 0 30-13.5 30-30s-13.5-30-30-30-30 13.5-30 30 13.5 30 30 30zm0-50c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20z\"></path></g></g></svg>			\n									<h4>\n							Mission						\n					</h4>\n									<p>\n						At Casa Bloom Group Home, our mission is to create a nurturing and supportive environment where individuals can thrive and grow. We are dedicated to fostering personal development, meaningful connections, and emotional well-being while promoting a sense of community and belonging for all our residents.					</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><g id=\"_x33_7_Assistance\"><g><path d=\"m399.89 493.272v-15.812c0-7.018-5.709-12.724-12.726-12.724h-3.964v-170.787c11.259 1.868 21.421-3.133 27.155-11.528 8.538-12.499 5.316-29.613-7.185-38.158l-19.969-13.64v-82.231c0-6.429-5.23-11.656-11.656-11.656h-36.008c-6.429 0-11.659 5.227-11.659 11.656v41.713l-68.824-47.007c-8.478-5.792-19.431-5.788-27.904-.005l-148.117 101.175c-12.501 8.54-15.723 25.654-7.185 38.148 6.139 8.996 16.742 13.319 27.152 11.594v170.726h-3.961c-7.018 0-12.726 5.706-12.726 12.724v15.812c0 7.018 5.709 12.729 12.726 12.729h292.125c7.018 0 12.726-5.711 12.726-12.729zm-66.209-344.879c0-1.02.833-1.853 1.855-1.853h36.008c1.022 0 1.853.833 1.853 1.853v75.535l-39.716-27.126zm-253.738 128.494c-5.488-8.033-3.416-19.033 4.62-24.524l148.116-101.17c5.069-3.471 11.696-3.524 16.843 0l148.118 101.165c8.035 5.496 10.108 16.496 4.62 24.534-5.524 8.084-16.505 10.096-24.531 4.62 0-.005 0-.005 0-.005l-133.863-91.433c-1.666-1.139-3.863-1.139-5.529 0l-133.868 91.438c-8.05 5.498-19.024 3.439-24.526-4.625zm28.861 13.412c.395-.242.812-.43 1.197-.693l131.101-89.547 131.098 89.543c.381.261.806.418 1.197.658v174.477h-264.593zm-16.688 202.973v-15.812c0-1.608 1.312-2.92 2.923-2.92h292.125c1.611 0 2.923 1.312 2.923 2.92v15.812c0 1.613-1.312 2.925-2.923 2.925h-292.125c-1.611 0-2.923-1.312-2.923-2.925z\"></path><path d=\"m361.058 119.13 22.339-22.336c9.162-9.158 9.162-24.074-.002-33.256-8.059-8.042-20.568-9.019-29.823-2.781-9.146-6.257-21.764-5.323-29.895 2.791-9.155 9.172-9.153 24.088.005 33.246l22.339 22.336c4.146 4.153 10.884 4.163 15.037 0zm-30.448-48.651c5.337-5.337 14.044-5.344 19.412.024 1.829 1.887 5.054 1.978 7.061-.029 5.342-5.342 14.033-5.338 19.38-.005 5.342 5.352 5.345 14.05.002 19.392l-22.341 22.336c-.402.402-.764.402-1.17 0l-22.341-22.336c-5.341-5.342-5.338-14.04-.003-19.382z\"></path><path d=\"m413.174 54.38 19.996-6.798c9.045-3.073 13.909-12.944 10.836-22.006-2.597-7.626-10.022-12.293-17.755-11.695-4.22-6.482-12.463-9.565-20.122-6.956-9.048 3.083-13.906 12.954-10.833 22.001l6.798 19.991c1.544 4.549 6.465 7.021 11.08 5.463zm-3.889-38.172c3.893-1.333 8.217.74 9.612 4.845.902 2.528 3.732 3.82 6.264 2.973 3.935-1.34 8.227.78 9.562 4.706 1.336 3.94-.775 8.229-4.708 9.565l-18.983 6.458-6.455-18.981c-1.336-3.936.78-8.226 4.708-9.566z\"></path><path d=\"m281.473 348.291h-21.841c-1.568 0-3.042.752-3.964 2.02l-14.567 20.019-14.567-20.019c-.922-1.269-2.396-2.02-3.964-2.02h-21.819c-15.352 0-27.844 12.489-27.844 27.846 0 34.577 28.131 62.706 62.708 62.706h10.948c34.591 0 62.732-28.138 62.732-62.73 0-15.342-12.48-27.822-27.822-27.822zm-34.91 80.748h-10.948c-29.172 0-52.904-23.729-52.904-52.902 0-9.948 8.093-18.042 18.04-18.042h19.323l17.063 23.452c1.843 2.537 6.084 2.537 7.927 0l17.063-23.452h19.345c9.936 0 18.018 8.085 18.018 18.018.001 29.182-23.742 52.926-52.927 52.926z\"></path><path d=\"m241.089 343.518c21.166 0 38.385-17.219 38.385-38.383 0-21.154-17.219-38.363-38.385-38.363-21.154 0-38.363 17.209-38.363 38.363 0 21.164 17.209 38.383 38.363 38.383zm0-66.942c15.759 0 28.581 12.81 28.581 28.56 0 15.759-12.822 28.579-28.581 28.579-15.747 0-28.56-12.82-28.56-28.579.001-15.75 12.813-28.56 28.56-28.56z\"></path></g></g><g id=\"Layer_1\"></g></svg>			\n									<h4>\n							Vision						\n					</h4>\n									<p>\n						Our vision at Casa Bloom Group Home is to empower individuals to reach their fullest potential through compassionate care, education, and a sense of belonging. We aspire to be a beacon of hope and growth, cultivating a vibrant community where everyone flourishes together.”					</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2026-05-06 14:03:33', '2026-05-06 14:03:33', '', 13, 'https://mrarif.me/casabloomllc/?p=608', 0, 'revision', '', 0),
(609, 1, '2026-05-06 14:04:04', '2026-05-06 14:04:04', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:04:04', '2026-05-06 14:04:04', '', 23, 'https://mrarif.me/casabloomllc/?p=609', 0, 'revision', '', 0),
(610, 1, '2026-05-06 14:04:05', '2026-05-06 14:04:05', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:04:05', '2026-05-06 14:04:05', '', 23, 'https://mrarif.me/casabloomllc/?p=610', 0, 'revision', '', 0),
(611, 1, '2026-05-06 14:04:05', '2026-05-06 14:04:05', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:04:05', '2026-05-06 14:04:05', '', 23, 'https://mrarif.me/casabloomllc/?p=611', 0, 'revision', '', 0),
(612, 1, '2026-05-06 14:04:39', '2026-05-06 14:04:39', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:04:39', '2026-05-06 14:04:39', '', 23, 'https://mrarif.me/casabloomllc/?p=612', 0, 'revision', '', 0),
(613, 1, '2026-05-06 14:04:39', '2026-05-06 14:04:39', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:04:39', '2026-05-06 14:04:39', '', 23, 'https://mrarif.me/casabloomllc/?p=613', 0, 'revision', '', 0),
(614, 1, '2026-05-06 14:04:39', '2026-05-06 14:04:39', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:04:39', '2026-05-06 14:04:39', '', 23, 'https://mrarif.me/casabloomllc/?p=614', 0, 'revision', '', 0),
(618, 1, '2026-05-06 14:10:12', '2026-05-06 14:10:12', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:10:12', '2026-05-06 14:10:12', '', 23, 'https://mrarif.me/casabloomllc/?p=618', 0, 'revision', '', 0),
(616, 1, '2026-05-06 14:10:12', '2026-05-06 14:10:12', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:10:12', '2026-05-06 14:10:12', '', 23, 'https://mrarif.me/casabloomllc/?p=616', 0, 'revision', '', 0),
(617, 1, '2026-05-06 14:10:12', '2026-05-06 14:10:12', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:10:12', '2026-05-06 14:10:12', '', 23, 'https://mrarif.me/casabloomllc/?p=617', 0, 'revision', '', 0),
(619, 1, '2026-05-06 14:12:58', '2026-05-06 14:12:58', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:12:58', '2026-05-06 14:12:58', '', 23, 'https://mrarif.me/casabloomllc/?p=619', 0, 'revision', '', 0),
(620, 1, '2026-05-06 14:12:58', '2026-05-06 14:12:58', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:12:58', '2026-05-06 14:12:58', '', 23, 'https://mrarif.me/casabloomllc/?p=620', 0, 'revision', '', 0),
(621, 1, '2026-05-06 14:12:58', '2026-05-06 14:12:58', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:12:58', '2026-05-06 14:12:58', '', 23, 'https://mrarif.me/casabloomllc/?p=621', 0, 'revision', '', 0),
(622, 1, '2026-05-06 14:16:21', '2026-05-06 14:16:21', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:16:21', '2026-05-06 14:16:21', '', 23, 'https://mrarif.me/casabloomllc/?p=622', 0, 'revision', '', 0),
(623, 1, '2026-05-06 14:16:21', '2026-05-06 14:16:21', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:16:21', '2026-05-06 14:16:21', '', 23, 'https://mrarif.me/casabloomllc/?p=623', 0, 'revision', '', 0),
(624, 1, '2026-05-06 14:16:21', '2026-05-06 14:16:21', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:16:21', '2026-05-06 14:16:21', '', 23, 'https://mrarif.me/casabloomllc/?p=624', 0, 'revision', '', 0),
(625, 1, '2026-05-06 14:18:49', '2026-05-06 14:18:49', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:18:49', '2026-05-06 14:18:49', '', 23, 'https://mrarif.me/casabloomllc/?p=625', 0, 'revision', '', 0),
(626, 1, '2026-05-06 14:18:49', '2026-05-06 14:18:49', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:18:49', '2026-05-06 14:18:49', '', 23, 'https://mrarif.me/casabloomllc/?p=626', 0, 'revision', '', 0);
INSERT INTO `wpcb_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(627, 1, '2026-05-06 14:18:49', '2026-05-06 14:18:49', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:18:49', '2026-05-06 14:18:49', '', 23, 'https://mrarif.me/casabloomllc/?p=627', 0, 'revision', '', 0),
(628, 1, '2026-05-06 14:21:35', '2026-05-06 14:21:35', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:21:35', '2026-05-06 14:21:35', '', 23, 'https://mrarif.me/casabloomllc/?p=628', 0, 'revision', '', 0),
(629, 1, '2026-05-06 14:21:35', '2026-05-06 14:21:35', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:21:35', '2026-05-06 14:21:35', '', 23, 'https://mrarif.me/casabloomllc/?p=629', 0, 'revision', '', 0),
(630, 1, '2026-05-06 14:21:35', '2026-05-06 14:21:35', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:21:35', '2026-05-06 14:21:35', '', 23, 'https://mrarif.me/casabloomllc/?p=630', 0, 'revision', '', 0),
(631, 1, '2026-05-06 14:23:48', '2026-05-06 14:23:48', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:23:48', '2026-05-06 14:23:48', '', 23, 'https://mrarif.me/casabloomllc/?p=631', 0, 'revision', '', 0),
(632, 1, '2026-05-06 14:23:48', '2026-05-06 14:23:48', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:23:48', '2026-05-06 14:23:48', '', 23, 'https://mrarif.me/casabloomllc/?p=632', 0, 'revision', '', 0),
(633, 1, '2026-05-06 14:23:49', '2026-05-06 14:23:49', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:23:49', '2026-05-06 14:23:49', '', 23, 'https://mrarif.me/casabloomllc/?p=633', 0, 'revision', '', 0),
(634, 1, '2026-05-06 14:25:22', '2026-05-06 14:25:22', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:25:22', '2026-05-06 14:25:22', '', 23, 'https://mrarif.me/casabloomllc/?p=634', 0, 'revision', '', 0),
(635, 1, '2026-05-06 14:25:22', '2026-05-06 14:25:22', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:25:22', '2026-05-06 14:25:22', '', 23, 'https://mrarif.me/casabloomllc/?p=635', 0, 'revision', '', 0),
(636, 1, '2026-05-06 14:25:23', '2026-05-06 14:25:23', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:25:23', '2026-05-06 14:25:23', '', 23, 'https://mrarif.me/casabloomllc/?p=636', 0, 'revision', '', 0),
(637, 1, '2026-05-06 14:25:48', '2026-05-06 14:25:48', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:25:48', '2026-05-06 14:25:48', '', 23, 'https://mrarif.me/casabloomllc/?p=637', 0, 'revision', '', 0),
(638, 1, '2026-05-06 14:25:48', '2026-05-06 14:25:48', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:25:48', '2026-05-06 14:25:48', '', 23, 'https://mrarif.me/casabloomllc/?p=638', 0, 'revision', '', 0),
(639, 1, '2026-05-06 14:25:49', '2026-05-06 14:25:49', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:25:49', '2026-05-06 14:25:49', '', 23, 'https://mrarif.me/casabloomllc/?p=639', 0, 'revision', '', 0),
(640, 1, '2026-05-06 14:28:34', '2026-05-06 14:28:34', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:28:34', '2026-05-06 14:28:34', '', 23, 'https://mrarif.me/casabloomllc/?p=640', 0, 'revision', '', 0),
(641, 1, '2026-05-06 14:28:35', '2026-05-06 14:28:35', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:28:35', '2026-05-06 14:28:35', '', 23, 'https://mrarif.me/casabloomllc/?p=641', 0, 'revision', '', 0),
(642, 1, '2026-05-06 14:28:35', '2026-05-06 14:28:35', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:28:35', '2026-05-06 14:28:35', '', 23, 'https://mrarif.me/casabloomllc/?p=642', 0, 'revision', '', 0),
(643, 1, '2026-05-06 14:29:46', '2026-05-06 14:29:46', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:29:46', '2026-05-06 14:29:46', '', 23, 'https://mrarif.me/casabloomllc/?p=643', 0, 'revision', '', 0),
(644, 1, '2026-05-06 14:29:47', '2026-05-06 14:29:47', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:29:47', '2026-05-06 14:29:47', '', 23, 'https://mrarif.me/casabloomllc/?p=644', 0, 'revision', '', 0),
(645, 1, '2026-05-06 14:29:47', '2026-05-06 14:29:47', '<h2>Employment Form </h2>', 'Employment', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2026-05-06 14:29:47', '2026-05-06 14:29:47', '', 23, 'https://mrarif.me/casabloomllc/?p=645', 0, 'revision', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wpcb_termmeta`
--

CREATE TABLE `wpcb_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wpcb_terms`
--

CREATE TABLE `wpcb_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpcb_terms`
--

INSERT INTO `wpcb_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'Primary Menu', 'primary-menu', 0),
(3, 'header', 'header', 0),
(4, 'section', 'section', 0),
(5, 'container', 'container', 0),
(6, 'footer', 'footer', 0),
(7, 'page', 'page', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wpcb_term_relationships`
--

CREATE TABLE `wpcb_term_relationships` (
  `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpcb_term_relationships`
--

INSERT INTO `wpcb_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(30, 2, 0),
(26, 2, 0),
(31, 2, 0),
(29, 2, 0),
(27, 2, 0),
(28, 2, 0),
(32, 3, 0),
(33, 4, 0),
(115, 5, 0),
(417, 5, 0),
(434, 6, 0),
(441, 6, 0),
(492, 7, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wpcb_term_taxonomy`
--

CREATE TABLE `wpcb_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpcb_term_taxonomy`
--

INSERT INTO `wpcb_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 0),
(2, 2, 'nav_menu', '', 0, 6),
(3, 3, 'elementor_library_type', '', 0, 1),
(4, 4, 'elementor_library_type', '', 0, 1),
(5, 5, 'elementor_library_type', '', 0, 2),
(6, 6, 'elementor_library_type', '', 0, 1),
(7, 7, 'elementor_library_type', '', 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `wpcb_usermeta`
--

CREATE TABLE `wpcb_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpcb_usermeta`
--

INSERT INTO `wpcb_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'web-admin'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'wpcb_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wpcb_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', 'theme_editor_notice'),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:3:{s:64:\"ce88ba264f00edecb4d4049c160ee77585fb604ba27924059588c10e211fe3a6\";a:4:{s:10:\"expiration\";i:1779200191;s:2:\"ip\";s:12:\"45.120.96.21\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36\";s:5:\"login\";i:1777990591;}s:64:\"55be40127ecbad65a74d22b12714f5c2977fc3d9809742d6b4ad155d1fcc487c\";a:4:{s:10:\"expiration\";i:1779200373;s:2:\"ip\";s:12:\"45.120.96.21\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36\";s:5:\"login\";i:1777990773;}s:64:\"117444bae701d34a84e01e8b45ca3fce0d15bd1540a67060678bdb347305bf6d\";a:4:{s:10:\"expiration\";i:1778843972;s:2:\"ip\";s:12:\"45.120.96.21\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36\";s:5:\"login\";i:1778671172;}}'),
(17, 1, 'wpcb_dashboard_quick_press_last_post_id', '5'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:11:\"45.120.96.0\";}'),
(19, 1, 'elementor_introduction', 'a:2:{s:27:\"e-editor-one-notice-pointer\";b:1;s:20:\"globals_introduction\";b:1;}'),
(20, 1, 'wpcb_elementor_connect_common_data', 'a:7:{s:9:\"client_id\";s:32:\"ktqzikbnmFJHQmHDrl2KCeJHmieREURA\";s:11:\"auth_secret\";s:32:\"ZTy7qx2wvVhxTxZ29ms8gL2QJfCsLEj2\";s:12:\"access_token\";s:301:\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiI2MTQ4NjIiLCJhdWQiOiJodHRwczovL21yYXJpZi5tZS9jYXNhYmxvb21sbGMvIiwiY2xpZW50X2lkIjoia3RxemlrYm5tRkpIUW1IRHJsMktDZUpIbWllUkVVUkEiLCJjb25uZWN0X3R5cGUiOiJhY3RpdmF0ZSIsImlhdCI6MTc3Nzk5MDkyNSwiZXhwIjozMTczMjI0MzMzMjV9.11bNhNTXiw6rFJPkq7oSLZD-T6NzOTOrgX1v4L5kVro\";s:19:\"access_token_secret\";s:32:\"9uKdXqk9uIB0aTHzgwllkcKTbXLjLbLp\";s:10:\"token_type\";s:6:\"bearer\";s:4:\"user\";O:8:\"stdClass\":2:{s:5:\"email\";s:21:\"arifbabu587@gmail.com\";s:10:\"first_name\";s:4:\"Arif\";}s:19:\"data_share_opted_in\";b:1;}'),
(21, 1, 'managenav-menuscolumnshidden', 'a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),
(22, 1, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),
(23, 1, 'wpcb_user-settings', 'libraryContent=browse&editor=tinymce'),
(24, 1, 'wpcb_user-settings-time', '1778064656');

-- --------------------------------------------------------

--
-- Table structure for table `wpcb_users`
--

CREATE TABLE `wpcb_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpcb_users`
--

INSERT INTO `wpcb_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'web-admin', '$wp$2y$10$OKbHYSps5Pe2qERuNtY2E.vwUeZqkGzpvo9v.7fyvC9NAr2zV6/6q', 'web-admin', 'arifwebsols@gmail.com', 'https://mrarif.me/casabloomllc', '2026-05-05 14:16:23', '', 0, 'web-admin');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `wpcb_commentmeta`
--
ALTER TABLE `wpcb_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wpcb_comments`
--
ALTER TABLE `wpcb_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Indexes for table `wpcb_e_events`
--
ALTER TABLE `wpcb_e_events`
  ADD PRIMARY KEY (`id`),
  ADD KEY `created_at_index` (`created_at`);

--
-- Indexes for table `wpcb_e_notes`
--
ALTER TABLE `wpcb_e_notes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `route_url_index` (`route_url`(191)),
  ADD KEY `post_id_index` (`post_id`),
  ADD KEY `element_id_index` (`element_id`),
  ADD KEY `parent_id_index` (`parent_id`),
  ADD KEY `author_id_index` (`author_id`),
  ADD KEY `status_index` (`status`),
  ADD KEY `is_resolved_index` (`is_resolved`),
  ADD KEY `is_public_index` (`is_public`),
  ADD KEY `created_at_index` (`created_at`),
  ADD KEY `updated_at_index` (`updated_at`),
  ADD KEY `last_activity_at_index` (`last_activity_at`);

--
-- Indexes for table `wpcb_e_notes_users_relations`
--
ALTER TABLE `wpcb_e_notes_users_relations`
  ADD PRIMARY KEY (`id`),
  ADD KEY `type_index` (`type`),
  ADD KEY `note_id_index` (`note_id`),
  ADD KEY `user_id_index` (`user_id`);

--
-- Indexes for table `wpcb_e_submissions`
--
ALTER TABLE `wpcb_e_submissions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `hash_id_unique_index` (`hash_id`),
  ADD KEY `main_meta_id_index` (`main_meta_id`),
  ADD KEY `hash_id_index` (`hash_id`),
  ADD KEY `type_index` (`type`),
  ADD KEY `post_id_index` (`post_id`),
  ADD KEY `element_id_index` (`element_id`),
  ADD KEY `campaign_id_index` (`campaign_id`),
  ADD KEY `user_id_index` (`user_id`),
  ADD KEY `user_ip_index` (`user_ip`),
  ADD KEY `status_index` (`status`),
  ADD KEY `is_read_index` (`is_read`),
  ADD KEY `created_at_gmt_index` (`created_at_gmt`),
  ADD KEY `updated_at_gmt_index` (`updated_at_gmt`),
  ADD KEY `created_at_index` (`created_at`),
  ADD KEY `updated_at_index` (`updated_at`),
  ADD KEY `referer_index` (`referer`(191)),
  ADD KEY `referer_title_index` (`referer_title`(191));

--
-- Indexes for table `wpcb_e_submissions_actions_log`
--
ALTER TABLE `wpcb_e_submissions_actions_log`
  ADD PRIMARY KEY (`id`),
  ADD KEY `submission_id_index` (`submission_id`),
  ADD KEY `action_name_index` (`action_name`),
  ADD KEY `status_index` (`status`),
  ADD KEY `created_at_gmt_index` (`created_at_gmt`),
  ADD KEY `updated_at_gmt_index` (`updated_at_gmt`),
  ADD KEY `created_at_index` (`created_at`),
  ADD KEY `updated_at_index` (`updated_at`);

--
-- Indexes for table `wpcb_e_submissions_values`
--
ALTER TABLE `wpcb_e_submissions_values`
  ADD PRIMARY KEY (`id`),
  ADD KEY `submission_id_index` (`submission_id`),
  ADD KEY `key_index` (`key`);

--
-- Indexes for table `wpcb_links`
--
ALTER TABLE `wpcb_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `wpcb_litespeed_url`
--
ALTER TABLE `wpcb_litespeed_url`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `url` (`url`(191)),
  ADD KEY `cache_tags` (`cache_tags`(191));

--
-- Indexes for table `wpcb_litespeed_url_file`
--
ALTER TABLE `wpcb_litespeed_url_file`
  ADD PRIMARY KEY (`id`),
  ADD KEY `filename` (`filename`),
  ADD KEY `type` (`type`),
  ADD KEY `url_id_2` (`url_id`,`vary`,`type`),
  ADD KEY `filename_2` (`filename`,`expired`),
  ADD KEY `url_id` (`url_id`,`expired`);

--
-- Indexes for table `wpcb_options`
--
ALTER TABLE `wpcb_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indexes for table `wpcb_postmeta`
--
ALTER TABLE `wpcb_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wpcb_posts`
--
ALTER TABLE `wpcb_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`),
  ADD KEY `type_status_author` (`post_type`,`post_status`,`post_author`);

--
-- Indexes for table `wpcb_termmeta`
--
ALTER TABLE `wpcb_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wpcb_terms`
--
ALTER TABLE `wpcb_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `wpcb_term_relationships`
--
ALTER TABLE `wpcb_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `wpcb_term_taxonomy`
--
ALTER TABLE `wpcb_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `wpcb_usermeta`
--
ALTER TABLE `wpcb_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wpcb_users`
--
ALTER TABLE `wpcb_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `wpcb_commentmeta`
--
ALTER TABLE `wpcb_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpcb_comments`
--
ALTER TABLE `wpcb_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wpcb_e_events`
--
ALTER TABLE `wpcb_e_events`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpcb_e_notes`
--
ALTER TABLE `wpcb_e_notes`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpcb_e_notes_users_relations`
--
ALTER TABLE `wpcb_e_notes_users_relations`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpcb_e_submissions`
--
ALTER TABLE `wpcb_e_submissions`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wpcb_e_submissions_actions_log`
--
ALTER TABLE `wpcb_e_submissions_actions_log`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wpcb_e_submissions_values`
--
ALTER TABLE `wpcb_e_submissions_values`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=64;

--
-- AUTO_INCREMENT for table `wpcb_links`
--
ALTER TABLE `wpcb_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpcb_litespeed_url`
--
ALTER TABLE `wpcb_litespeed_url`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpcb_litespeed_url_file`
--
ALTER TABLE `wpcb_litespeed_url_file`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpcb_options`
--
ALTER TABLE `wpcb_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1752;

--
-- AUTO_INCREMENT for table `wpcb_postmeta`
--
ALTER TABLE `wpcb_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6606;

--
-- AUTO_INCREMENT for table `wpcb_posts`
--
ALTER TABLE `wpcb_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=646;

--
-- AUTO_INCREMENT for table `wpcb_termmeta`
--
ALTER TABLE `wpcb_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpcb_terms`
--
ALTER TABLE `wpcb_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `wpcb_term_taxonomy`
--
ALTER TABLE `wpcb_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `wpcb_usermeta`
--
ALTER TABLE `wpcb_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;

--
-- AUTO_INCREMENT for table `wpcb_users`
--
ALTER TABLE `wpcb_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
